Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ab7c34c authored by Thomas Winischhofer's avatar Thomas Winischhofer Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: new SIS device id



the attached patch adds another USB device ID to the list. Seems the
device is known under multiple IDs.

Signed-off-by: default avatarThomas Winischhofer <thomas@winischhofer.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d6427cf7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3104,6 +3104,7 @@ static void sisusb_disconnect(struct usb_interface *intf)

static struct usb_device_id sisusb_table [] = {
	{ USB_DEVICE(0x0711, 0x0900) },
	{ USB_DEVICE(0x182d, 0x021c) },
	{ }
};

@@ -3114,7 +3115,7 @@ static struct usb_driver sisusb_driver = {
	.name =		"sisusb",
	.probe =	sisusb_probe,
	.disconnect =	sisusb_disconnect,
	.id_table =	sisusb_table
	.id_table =	sisusb_table,
};

static int __init usb_sisusb_init(void)