diff options
author | Thomas Winischhofer <thomas@winischhofer.net> | 2005-04-22 18:06:59 -0400 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-22 18:06:59 -0400 |
commit | cef11127ea59cc5ac8fb956c355727999c6796dc (patch) | |
tree | 349a6201e2acbac49d9f87e0ee102c031bab2e16 /drivers/usb | |
parent | 35ecc486a3f1811b85b7b22196b8b7422d713b51 (diff) |
[PATCH] USB: new SiS device id
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/misc/sisusbvga/sisusb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/misc/sisusbvga/sisusb.c b/drivers/usb/misc/sisusbvga/sisusb.c index 57b82d53a940..4bdbd0cf6cb8 100644 --- a/drivers/usb/misc/sisusbvga/sisusb.c +++ b/drivers/usb/misc/sisusbvga/sisusb.c | |||
@@ -3105,6 +3105,7 @@ static void sisusb_disconnect(struct usb_interface *intf) | |||
3105 | static struct usb_device_id sisusb_table [] = { | 3105 | static struct usb_device_id sisusb_table [] = { |
3106 | { USB_DEVICE(0x0711, 0x0900) }, | 3106 | { USB_DEVICE(0x0711, 0x0900) }, |
3107 | { USB_DEVICE(0x182d, 0x021c) }, | 3107 | { USB_DEVICE(0x182d, 0x021c) }, |
3108 | { USB_DEVICE(0x182d, 0x0269) }, | ||
3108 | { } | 3109 | { } |
3109 | }; | 3110 | }; |
3110 | 3111 | ||