summaryrefslogtreecommitdiffstats
path: root/drivers/usb/uss720.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/uss720.c')
-rw-r--r--drivers/usb/uss720.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/uss720.c b/drivers/usb/uss720.c
index f97f5f639..591c8f698 100644
--- a/drivers/usb/uss720.c
+++ b/drivers/usb/uss720.c
@@ -625,10 +625,10 @@ static void uss720_disconnect(struct usb_device *usbdev, void *ptr)
/* table of cables that work through this driver */
static struct usb_device_id uss720_table [] = {
- { idVendor: 0x047e, idProduct: 0x1001},
- { idVendor: 0x0557, idProduct: 0x2001},
- { idVendor: 0x0729, idProduct: 0x1284},
- { } /* Terminating entry */
+ { USB_DEVICE(0x047e, 0x1001) },
+ { USB_DEVICE(0x0557, 0x2001) },
+ { USB_DEVICE(0x0729, 0x1284) },
+ { } /* Terminating entry */
};
MODULE_DEVICE_TABLE (usb, uss720_table);