diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/hidp/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index d478be11d562..b6fa982e4031 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c | |||
@@ -1196,7 +1196,7 @@ int hidp_get_conninfo(struct hidp_conninfo *ci) | |||
1196 | } | 1196 | } |
1197 | 1197 | ||
1198 | static const struct hid_device_id hidp_table[] = { | 1198 | static const struct hid_device_id hidp_table[] = { |
1199 | { HID_BLUETOOTH_DEVICE(HID_ANY_ID, HID_ANY_ID) }, | 1199 | { HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_GENERIC, HID_ANY_ID, HID_ANY_ID) }, |
1200 | { } | 1200 | { } |
1201 | }; | 1201 | }; |
1202 | 1202 | ||