git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aec01c5
)
usb/core/devio.c: Check for printer class specific request
author
Matthias Dellweg
<2500@gmx.de>
Sun, 25 Sep 2011 12:26:25 +0000
(14:26 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 26 Sep 2011 23:30:47 +0000
(16:30 -0700)
In the usb printer class specific request get_device_id the value of
wIndex is (interface << 8 | altsetting) instead of just interface.
This enables the detection of some printers with libusb.
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Matthias Dellweg <2500@gmx.de>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/devio.c
patch
|
blob
|
history
diff --cc
drivers/usb/core/devio.c
Simple merge