summaryrefslogtreecommitdiffstats
path: root/tools/hid2hci.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-24 22:22:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-24 22:22:45 +0000
commit8a908f68a13c67fc1f0314957d91300d027213c6 (patch)
tree7ea9d21406feec7a5297dd41e1651d00e6a341a4 /tools/hid2hci.c
parenta9e2212be2ea550a0421610c97cdce775e98ac62 (diff)
Add support for the Logitech diNovo Media Desktop Laser
Diffstat (limited to 'tools/hid2hci.c')
-rw-r--r--tools/hid2hci.c1
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 }
};