diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-12-03 14:09:45 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-12-03 14:09:45 +0000 | 
| commit | 225ca66857cfd4186a2651b60886e5ffe04fd3c2 (patch) | |
| tree | 917529b12dde15a69a96581815fba6175e16b4f9 | |
| parent | 6fdf5128e0ed914eead1c3897382e80d51cc9629 (diff) | |
Add device ids for Logitech diNovo Laser keyboard and mouse
| -rw-r--r-- | tools/hid2hci.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tools/hid2hci.c b/tools/hid2hci.c index 594ea044..0ca3fdce 100644 --- a/tools/hid2hci.c +++ b/tools/hid2hci.c @@ -224,6 +224,8 @@ static struct device_id device_list[] = {  	{ HCI, 0x046d, 0xc704, switch_logitech },  	{ HCI, 0x046d, 0xc705, switch_logitech },  	{ HCI, 0x046d, 0xc70a, switch_logitech },	/* Logitech diNovo mouse */ +	{ HCI, 0x046d, 0xc70b, switch_logitech },	/* Logitech diNovo Laser keyboard */ +	{ HCI, 0x046d, 0xc70c, switch_logitech },	/* Logitech diNovo Laser mouse */  	{ HCI, 0x046d, 0xc70e, switch_logitech },	/* logitech diNovo keyboard */  	{ -1 }  }; | 
