summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-08-09 20:51:28 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-08-09 20:51:28 +0000
commit854c86afe6c6fd19245e2bdda0e8c671c45ce00c (patch)
tree30e427b24c0376f9c6d5cd6f6f78843494517d2f /tools
parentc8983c82f71664b0177c4ba9454b3353c381ffb2 (diff)
Update HCI switching for Logitech MX 5000
Diffstat (limited to 'tools')
-rw-r--r--tools/hid2hci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/hid2hci.c b/tools/hid2hci.c
index c35195b4..594ea044 100644
--- a/tools/hid2hci.c
+++ b/tools/hid2hci.c
@@ -223,7 +223,8 @@ 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 */
+ { HCI, 0x046d, 0xc70a, switch_logitech }, /* Logitech diNovo mouse */
+ { HCI, 0x046d, 0xc70e, switch_logitech }, /* logitech diNovo keyboard */
{ -1 }
};