Commit ca9024eb authored by samson yeung's avatar samson yeung Committed by Greg Kroah-Hartman

usb/misc/sisusbvga: add product ID of TARGUS/MCT device

Device is Targus ACP50US which includes a Magic Control Technologies
usb vga device using the SiS315(E) or compatible.
Signed-off-by: default avatarSamson Yeung <fragmede@onepatchdown.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent fa0e6721
......@@ -3404,6 +3404,7 @@ static void sisusb_disconnect(struct usb_interface *intf)
}
static struct usb_device_id sisusb_table [] = {
{ USB_DEVICE(0x0711, 0x0550) },
{ USB_DEVICE(0x0711, 0x0900) },
{ USB_DEVICE(0x0711, 0x0901) },
{ USB_DEVICE(0x0711, 0x0902) },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment