Commit 5b6e2f12 authored by Stefan Seyfried's avatar Stefan Seyfried Committed by John W. Linville

ar9170usb: add Sphairon Homelink 1202 USB ID

Signed-off-by: default avatarStefan Seyfried <seife@sphairon.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9da3e068
...@@ -84,6 +84,8 @@ static struct usb_device_id ar9170_usb_ids[] = { ...@@ -84,6 +84,8 @@ static struct usb_device_id ar9170_usb_ids[] = {
{ USB_DEVICE(0x0cde, 0x0023) }, { USB_DEVICE(0x0cde, 0x0023) },
/* Z-Com UB82 ABG */ /* Z-Com UB82 ABG */
{ USB_DEVICE(0x0cde, 0x0026) }, { USB_DEVICE(0x0cde, 0x0026) },
/* Sphairon Homelink 1202 */
{ USB_DEVICE(0x0cde, 0x0027) },
/* Arcadyan WN7512 */ /* Arcadyan WN7512 */
{ USB_DEVICE(0x083a, 0xf522) }, { USB_DEVICE(0x083a, 0xf522) },
/* Planex GWUS300 */ /* Planex GWUS300 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment