| commit | 3943a08b97f2e36e01172d1f321e43c8067c9094 | [log] [tgz] |
|---|---|---|
| author | Bjørn Mork <bjorn@mork.no> | Wed Oct 31 06:08:39 2012 +0100 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 09 10:51:19 2014 -0700 |
| tree | 4e0cb6dd2d9e58eac52d13b72256bcc81e4c745c | |
| parent | 939a3a4989f3210a20f5e68734896c43d9b6ae6c [diff] |
USB: add USB_DEVICE_INTERFACE_CLASS macro commit 17b72feb2be14e6d37023267dc0e199e8e0e3fdc upstream. Matching on device and interface class with with unspecified subclass and protocol is sometimes useful. This is slightly different from USB_DEVICE_AND_INTERFACE_INFO which requires the full interface class/subclass/protocol triplet. Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>