tree 1fff72f9091c63688be9cf2565e404d8ca9ae623
parent d6427cf7ea5dc75be26074a573b25d5906c992bd
author Thomas Winischhofer <[EMAIL PROTECTED]> Tue, 19 Apr 2005 07:39:28 -0700
committer Greg K-H <[EMAIL PROTECTED]> Tue, 19 Apr 2005 07:39:28 -0700
[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: Thomas Winischhofer <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
usb/misc/sisusbvga/sisusb.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: drivers/usb/misc/sisusbvga/sisusb.c
===================================================================
---
3b953fd40633dd6606f37d2e88bb173d17ef98a3/drivers/usb/misc/sisusbvga/sisusb.c
(mode:100644 sha1:be163b33016742b95731b5b1e5e79b3167f0b1d5)
+++
1fff72f9091c63688be9cf2565e404d8ca9ae623/drivers/usb/misc/sisusbvga/sisusb.c
(mode:100644 sha1:57b82d53a9401ec1a990997e9f28ec349699b765)
@@ -3104,6 +3104,7 @@
static struct usb_device_id sisusb_table [] = {
{ USB_DEVICE(0x0711, 0x0900) },
+ { USB_DEVICE(0x182d, 0x021c) },
{ }
};
@@ -3114,7 +3115,7 @@
.name = "sisusb",
.probe = sisusb_probe,
.disconnect = sisusb_disconnect,
- .id_table = sisusb_table
+ .id_table = sisusb_table,
};
static int __init usb_sisusb_init(void)
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html