net: cx82310_eth: use common match macro
Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a2dc375e12
commit
11ad714b98
1 changed files with 1 additions and 10 deletions
|
@ -302,18 +302,9 @@ static const struct driver_info cx82310_info = {
|
||||||
.tx_fixup = cx82310_tx_fixup,
|
.tx_fixup = cx82310_tx_fixup,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define USB_DEVICE_CLASS(vend, prod, cl, sc, pr) \
|
|
||||||
.match_flags = USB_DEVICE_ID_MATCH_DEVICE | \
|
|
||||||
USB_DEVICE_ID_MATCH_DEV_INFO, \
|
|
||||||
.idVendor = (vend), \
|
|
||||||
.idProduct = (prod), \
|
|
||||||
.bDeviceClass = (cl), \
|
|
||||||
.bDeviceSubClass = (sc), \
|
|
||||||
.bDeviceProtocol = (pr)
|
|
||||||
|
|
||||||
static const struct usb_device_id products[] = {
|
static const struct usb_device_id products[] = {
|
||||||
{
|
{
|
||||||
USB_DEVICE_CLASS(0x0572, 0xcb01, 0xff, 0, 0),
|
USB_DEVICE_AND_INTERFACE_INFO(0x0572, 0xcb01, 0xff, 0, 0),
|
||||||
.driver_info = (unsigned long) &cx82310_info
|
.driver_info = (unsigned long) &cx82310_info
|
||||||
},
|
},
|
||||||
{ },
|
{ },
|
||||||
|
|
Loading…
Add table
Reference in a new issue