diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-10-23 06:38:54 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-10-23 06:38:54 +0200 | 
| commit | e3bb06153304554dff0c0ea65d64c2bafd6ac9e8 (patch) | |
| tree | 02bf8f008b1fc6c7287af59f43b6b0045cf7bb09 | |
| parent | 29b082c2d9508f624ffca920cd92ec1e966cab07 (diff) | |
Add more product IDs for Logitech MX5500
| -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 eee6da8f..492a9f64 100644 --- a/tools/hid2hci.c +++ b/tools/hid2hci.c @@ -260,6 +260,8 @@ static struct device_id device_list[] = {  	{ HCI, 0x046d, 0xc70e, switch_logitech },	/* Logitech diNovo keyboard */  	{ HCI, 0x046d, 0xc713, switch_logitech },	/* Logitech diNovo Edge */  	{ HCI, 0x046d, 0xc714, switch_logitech },	/* Logitech diNovo Edge */ +	{ HCI, 0x046d, 0xc71b, switch_logitech },	/* Logitech diNovo Edge */ +	{ HCI, 0x046d, 0xc71c, switch_logitech },	/* Logitech diNovo Edge */  	{ HCI, 0x413c, 0x8158, switch_dell     },	/* Dell Wireless 370 */  	{ HCI, 0x413c, 0x8154, switch_dell     },	/* Dell Wireless 410 */  	{ -1 } | 
