Use USB_VENDOR_OVISLINK define rather than the vendor ID.

PR:		usb/158142
Submitted by:	Robert Millan <rmh debian.org>
MFC after:	1 week
This commit is contained in:
Gavin Atkinson 2011-06-22 22:08:55 +00:00
parent 7e321ae384
commit 95db0bf798

View File

@ -115,7 +115,7 @@ static const struct usb_device_id urtw_devs[] = {
URTW_DEV_L(REALTEK, RTL8187),
URTW_DEV_L(SITECOMEU, WL168V1),
URTW_DEV_L(SURECOM, EP9001G2A),
{ USB_VPI(0x1b75, 0x8187, URTW_REV_RTL8187L) },
{ USB_VPI(USB_VENDOR_OVISLINK, 0x8187, URTW_REV_RTL8187L) },
{ USB_VPI(USB_VENDOR_DICKSMITH, 0x9401, URTW_REV_RTL8187L) },
{ USB_VPI(USB_VENDOR_HP, 0xca02, URTW_REV_RTL8187L) },
{ USB_VPI(USB_VENDOR_LOGITEC, 0x010c, URTW_REV_RTL8187L) },