commit | 29a46bf6f4f57df22f91573bb482a24237741347 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@nokia.com> | Tue Feb 10 19:01:52 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 27 14:40:50 2009 -0800 |
tree | 41fd265a75ba1d4283cd3e4dbcba9f0d734f56ba | |
parent | 9aa09d2f8f4bc440d6db1c3414d4009642875240 [diff] |
usb: gadget: obex: select correct ep descriptors We where selecting wrong ep descriptors causing some troubles while sending files over obex interface. The problem was a typo while usb_find_endpoint() was being called for HS endpoints. Acked-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>