diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/hid2hci.c | 3 | 
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 }  };  | 
