Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275
b: refs/heads/master
c: 7ab7c34
h: refs/heads/master
i:
  273: 698fc38
  271: 7f071f9
v: v3
  • Loading branch information
Thomas Winischhofer authored and Greg K-H committed Apr 19, 2005
1 parent 9f3567e commit 854746d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d6427cf7ea5dc75be26074a573b25d5906c992bd
refs/heads/master: 7ab7c34c90797b9df52720720ab5d5e9edd05114
3 changes: 2 additions & 1 deletion trunk/drivers/usb/misc/sisusbvga/sisusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
{ }
};

Expand All @@ -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)
Expand Down

0 comments on commit 854746d

Please sign in to comment.