Bug 15092

Summary: support KAIREN's USB VGA adaptor
Product: Drivers Reporter: Tanaka Akira (akr)
Component: USBAssignee: Greg Kroah-Hartman (greg)
Status: RESOLVED CODE_FIX    
Severity: normal CC: akpm
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.33-rc4 Subsystem:
Regression: No Bisected commit-id:
Attachments: patch for USB20SVGA-MB-PLUS

Description Tanaka Akira 2010-01-20 08:52:27 UTC
Created attachment 24659 [details]
patch for USB20SVGA-MB-PLUS

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

It is because 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 the attached patch.
I tested with Debian's kernel but it should be applicable to mainline.
Comment 1 Greg Kroah-Hartman 2010-01-20 14:43:10 UTC
On Wed, Jan 20, 2010 at 08:52:27AM +0000, bugzilla-daemon@bugzilla.kernel.org wrote:
> Created an attachment (id=24659)
>  --> (http://bugzilla.kernel.org/attachment.cgi?id=24659)
> patch for USB20SVGA-MB-PLUS

Please send the patch through email so that we can properly apply it as
described in the file, Documentation/SubmittingPatches.  We can't take
patches from bugzilla, sorry.
Comment 2 Andrew Morton 2010-01-26 01:14:24 UTC
Added sis-usb2vga-driver-support-kairens-usb-vga-adaptor-usb20svga-mb-plus.patch to -mm.