[PATCH] USB: new SiS device id
authorThomas Winischhofer <thomas@winischhofer.net>
Fri, 22 Apr 2005 22:06:59 +0000 (15:06 -0700)
committerGreg KH <gregkh@suse.de>
Fri, 22 Apr 2005 22:06:59 +0000 (15:06 -0700)
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/sisusbvga/sisusb.c

index 57b82d5..4bdbd0c 100644 (file)
@@ -3105,6 +3105,7 @@ static void sisusb_disconnect(struct usb_interface *intf)
 static struct usb_device_id sisusb_table [] = {
        { USB_DEVICE(0x0711, 0x0900) },
        { USB_DEVICE(0x182d, 0x021c) },
+       { USB_DEVICE(0x182d, 0x0269) },
        { }
 };