diff options
author | 2006-10-18 16:41:51 -0400 | |
---|---|---|
committer | 2006-12-01 14:23:27 -0800 | |
commit | 93c8bf45e083b89dffe3a708363c15c1b220c723 (patch) | |
tree | fa9b05fdfdc9ba2d75a2fee9729b8a553b23c678 /drivers/usb/misc | |
parent | USB HID: Handle STALL on interrupt endpoint (diff) | |
download | wireguard-linux-93c8bf45e083b89dffe3a708363c15c1b220c723.tar.xz wireguard-linux-93c8bf45e083b89dffe3a708363c15c1b220c723.zip |
USB core: don't match interface descriptors for vendor-specific devices
This patch (as804) makes USB driver matching ignore the interface
class, subclass, and protocol if the device class is Vendor Specific.
Drivers can override this policy by specifying a Vendor ID as part
of the match; then vendor-specific matches are allowed.
Linus Walleij has reported a problem this patch fixes. When a
particular mass-storage device is switched from mass-storage mode to
Media Transfer Protocol, the interface class remains set to mass-storage
and usb-storage binds to it erroneously, even though the device class
changes to Vendor-Specific.
This may cause a problem for some drivers until their match records can
be updated to include Vendor IDs. But if it does, then those records
were broken to begin with.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc')
0 files changed, 0 insertions, 0 deletions