diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-24 22:22:45 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-24 22:22:45 +0000 | 
| commit | 8a908f68a13c67fc1f0314957d91300d027213c6 (patch) | |
| tree | 7ea9d21406feec7a5297dd41e1651d00e6a341a4 | |
| parent | a9e2212be2ea550a0421610c97cdce775e98ac62 (diff) | |
Add support for the Logitech diNovo Media Desktop Laser
| -rw-r--r-- | tools/hid2hci.c | 1 | 
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 }  }; | 
