Package: linux-image-2.6.26-2-amd64
Version: 2.6.26-19lenny2

Hi.

I found that KAIREN's USB VGA Adaptor (USB20SVGA-MB-PLUS) doesn't work.

It is because linux-2.6-2.6.26/drivers/usb/misc/sisusbvga/sisusb.c doesn't
contain the product ID of the adaptor.

The vendor ID and the product ID is follows.

% lsusb
Bus 007 Device 002: ID 0711:0920 Magic Control Technology Corp.
...

The adaptor works with following patch.

--- linux-/linux-2.6-2.6.26/drivers/usb/misc/sisusbvga/sisusb.c 2008-07-14
06:51:29.000000000 +0900
+++ linux/linux-2.6-2.6.26/drivers/usb/misc/sisusbvga/sisusb.c  2010-01-19
05:47:52.000000000 +0900
@@ -3271,6 +3271,7 @@
        { USB_DEVICE(0x0711, 0x0900) },
        { USB_DEVICE(0x0711, 0x0901) },
        { USB_DEVICE(0x0711, 0x0902) },
+       { USB_DEVICE(0x0711, 0x0920) },
        { USB_DEVICE(0x182d, 0x021c) },
        { USB_DEVICE(0x182d, 0x0269) },
        { }

Note that the home page of the adaptor is
http://www.kairen.co.jp/japanese/usbvga/usb20svgambplus.html
(in Japanese)
-- 
Tanaka Akira



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to