On Sun, Feb 28, 2010 at 12:21:12PM +0100, Moritz Muehlenhoff wrote: > On Tue, Jan 19, 2010 at 10:59:19AM +0900, Tanaka Akira wrote: > > 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) > > [ Adding sta...@kernel.org to CC] > > Greg, > this was merged as bbcb8bbad52b8795912e8f02c2b319092b96078e , please consider > for 2.6.32.x. > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565857 > > (You signed off the patch, so there's a reasonable chance you've already done > so, > but just in case)
Now added, thanks. greg k-h -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100310000625.ga30...@kroah.com