]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "net: cx82310_eth: use common match macro"
authorOndrej Zary <linux@rainbow-software.org>
Wed, 18 Mar 2015 22:01:01 +0000 (23:01 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Mar 2015 02:37:38 +0000 (22:37 -0400)
commit0f132f7a51a9f0b8a0e7cf56935e9ace6db643a2
tree38e8082c9f2864d03899523f760ffa7c917033ca
parentfa7f7aa97b6e0e492b4fc274a3431ef490c023ea
Revert "net: cx82310_eth: use common match macro"

This reverts commit 01f27de29767e5257748ac34aea8d1dfd254f537 because
it breaks cx82310_eth.

The custom USB_DEVICE_CLASS macro matches
bDeviceClass, bDeviceSubClass and bDeviceProtocol
but the common USB_DEVICE_AND_INTERFACE_INFO matches
bInterfaceClass, bInterfaceSubClass and bInterfaceProtocol instead, which are
not specified.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/cx82310_eth.c