diff options
-rw-r--r-- | tools/hid2hci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hid2hci.c b/tools/hid2hci.c index 9a85c1fd..a5c2722c 100644 --- a/tools/hid2hci.c +++ b/tools/hid2hci.c @@ -226,6 +226,7 @@ static struct device_id device_list[] = { { HCI, 0x046d, 0xc703, switch_logitech }, { HCI, 0x046d, 0xc704, switch_logitech }, { HCI, 0x046d, 0xc705, switch_logitech }, + { HCI, 0x046d, 0x0b02, switch_logitech }, /* Logitech diNovo Media Desktop Laser */ { -1 } }; |