mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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 <jason.gerecke@wacom.com> Reviewed-by: Ping Cheng <pingc@wacom.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a544c619a5
commit
b9e0625693
1 changed files with 1 additions and 0 deletions
|
@ -4121,6 +4121,7 @@ const struct hid_device_id wacom_ids[] = {
|
||||||
|
|
||||||
{ USB_DEVICE_WACOM(HID_ANY_ID) },
|
{ USB_DEVICE_WACOM(HID_ANY_ID) },
|
||||||
{ I2C_DEVICE_WACOM(HID_ANY_ID) },
|
{ I2C_DEVICE_WACOM(HID_ANY_ID) },
|
||||||
|
{ BT_DEVICE_WACOM(HID_ANY_ID) },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(hid, wacom_ids);
|
MODULE_DEVICE_TABLE(hid, wacom_ids);
|
||||||
|
|
Loading…
Reference in a new issue