USB: Support for USB20SVGA-WH & USB20SVGA-DG

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>

authored by Nobuhiro Iwamatsu and committed by Greg Kroah-Hartman 3003b9f7 f0649024

+2
+2
drivers/usb/misc/sisusbvga/sisusb.c
··· 3435 3436 static struct usb_device_id sisusb_table [] = { 3437 { USB_DEVICE(0x0711, 0x0900) }, 3438 { USB_DEVICE(0x182d, 0x021c) }, 3439 { USB_DEVICE(0x182d, 0x0269) }, 3440 { }
··· 3435 3436 static struct usb_device_id sisusb_table [] = { 3437 { USB_DEVICE(0x0711, 0x0900) }, 3438 + { USB_DEVICE(0x0711, 0x0901) }, 3439 + { USB_DEVICE(0x0711, 0x0902) }, 3440 { USB_DEVICE(0x182d, 0x021c) }, 3441 { USB_DEVICE(0x182d, 0x0269) }, 3442 { }