From 8a908f68a13c67fc1f0314957d91300d027213c6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 24 Oct 2005 22:22:45 +0000 Subject: Add support for the Logitech diNovo Media Desktop Laser --- tools/hid2hci.c | 1 + 1 file changed, 1 insertion(+) 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 } }; -- cgit