From 854c86afe6c6fd19245e2bdda0e8c671c45ce00c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 Aug 2006 20:51:28 +0000 Subject: Update HCI switching for Logitech MX 5000 --- tools/hid2hci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') 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 } }; -- cgit