]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
USB: Support for USB20SVGA-WH & USB20SVGA-DG
authorNobuhiro Iwamatsu <hemamu@t-base.ne.jp>
Fri, 1 Sep 2006 02:32:28 +0000 (11:32 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 7 Sep 2006 22:23:04 +0000 (15:23 -0700)
This patch is support USB20SVGA-WH & USB20SVGA-DG of the sisusb device.
As for this device, Device ID is different according to the color of the
product.  A blue device is supported. However, a green, white device is
not supported.

http://www.lubic.jp/uv_method.html ( Japanese only ) .

Green, white USB20SVGA comes to work by applying the patch .
And, it  be able to use three USB20SVGA( Blue , Green , White ).

Signed-off-by: Nobuhiro Iwamatsu <hemamu@t-base.ne.jp>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/sisusbvga/sisusb.c

index 738bd7c7451f160c88d79c2be0b5a41f5221d716..e16582f3733c16a093ad30b4dbcf417093098f4a 100644 (file)
@@ -3435,6 +3435,8 @@ static void sisusb_disconnect(struct usb_interface *intf)
 
 static struct usb_device_id sisusb_table [] = {
        { USB_DEVICE(0x0711, 0x0900) },
+       { USB_DEVICE(0x0711, 0x0901) },
+       { USB_DEVICE(0x0711, 0x0902) },
        { USB_DEVICE(0x182d, 0x021c) },
        { USB_DEVICE(0x182d, 0x0269) },
        { }