Skip to content

Commit b9e0625

Browse files
jigpuJiri Kosina
authored andcommitted
HID: wacom: Enable HID_GENERIC codepath for Bluetooth devices
There no reason a Bluetooth device with the appropriate HID descriptor couldn't be used through the HID_GENERIC codepath in the future. Ensure that the driver attempts to bind to these devices. Signed-off-by: Jason Gerecke <[email protected]> Reviewed-by: Ping Cheng <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent a544c61 commit b9e0625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/wacom_wac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4121,6 +4121,7 @@ const struct hid_device_id wacom_ids[] = {
41214121

41224122
{ USB_DEVICE_WACOM(HID_ANY_ID) },
41234123
{ I2C_DEVICE_WACOM(HID_ANY_ID) },
4124+
{ BT_DEVICE_WACOM(HID_ANY_ID) },
41244125
{ }
41254126
};
41264127
MODULE_DEVICE_TABLE(hid, wacom_ids);

0 commit comments

Comments
 (0)