Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175076
b: refs/heads/master
c: 6dd60bc
h: refs/heads/master
v: v3
  • Loading branch information
Bruce Jones authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 9e38bbf commit 2456ce1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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: 3c9cd618b9aa829dce14880d2ea1e12ea886c2c9
refs/heads/master: 6dd60bc62988fab9977b7fd0cd14eedc6e27eecd
24 changes: 12 additions & 12 deletions trunk/drivers/staging/comedi/drivers/vmk80xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@ enum {
};

static struct usb_device_id vmk80xx_id_table[] = {
{USB_DEVICE(0x10cf, 0x5500),.driver_info = DEVICE_VMK8055},
{USB_DEVICE(0x10cf, 0x5501),.driver_info = DEVICE_VMK8055},
{USB_DEVICE(0x10cf, 0x5502),.driver_info = DEVICE_VMK8055},
{USB_DEVICE(0x10cf, 0x5503),.driver_info = DEVICE_VMK8055},
{USB_DEVICE(0x10cf, 0x8061),.driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8062),.driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8063),.driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8064),.driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8065),.driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8066),.driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8067),.driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8068),.driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x5500), .driver_info = DEVICE_VMK8055},
{USB_DEVICE(0x10cf, 0x5501), .driver_info = DEVICE_VMK8055},
{USB_DEVICE(0x10cf, 0x5502), .driver_info = DEVICE_VMK8055},
{USB_DEVICE(0x10cf, 0x5503), .driver_info = DEVICE_VMK8055},
{USB_DEVICE(0x10cf, 0x8061), .driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8062), .driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8063), .driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8064), .driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8065), .driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8066), .driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8067), .driver_info = DEVICE_VMK8061},
{USB_DEVICE(0x10cf, 0x8068), .driver_info = DEVICE_VMK8061},
{} /* terminating entry */
};

Expand Down

0 comments on commit 2456ce1

Please sign in to comment.