Skip to content

Commit

Permalink
usb/misc/sisusbvga: add product ID of TARGUS/MCT device
Browse files Browse the repository at this point in the history
Device is Targus ACP50US which includes a Magic Control Technologies
usb vga device using the SiS315(E) or compatible.

Signed-off-by: Samson Yeung <fragmede@onepatchdown.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
samson yeung authored and Greg Kroah-Hartman committed Sep 11, 2007
1 parent fa0e672 commit ca9024e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/misc/sisusbvga/sisusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
Expand Down

0 comments on commit ca9024e

Please sign in to comment.