commit | fa38442eaac1f5a3ba883c91bdc772e77d35bf27 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Fri Mar 17 11:35:38 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 23 13:53:52 2017 +0100 |
tree | 38d6c7d4eabf244f063e568ec6a8a6bdd5f45b79 | |
parent | 50129f74548b5075187fa4908c2ba3a081ec1b67 [diff] |
USB: idmouse: refactor endpoint retrieval Use the new endpoint helpers to lookup the required bulk-in endpoint. Note that we now pick the first bulk-in endpoint regardless of whether it happens to be the first descriptor. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>