]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 14:06:50 +0000 (15:06 +0100)
commit280683cb38e7faa963e50e58286b8b00e8a8b953
tree4553393b124c62476ef9def1f45fb7ecfa06e1b8
parent559a177e5bd74e1621a11fb11a7abb2d4ae38944
Revert "net: cx82310_eth: use common match macro"

[ Upstream commit 8d006e0105978619fb472e150c88b0d49337fe2b ]

This reverts commit 11ad714b98f6d9ca0067568442afe3e70eb94845 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/cx82310_eth.c