usb-host: endpoint table fixup
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 26 Aug 2011 14:27:41 +0000 (16:27 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Sep 2011 07:58:16 +0000 (09:58 +0200)
commitf1210ad8f3479eba7e23d79c591d0c0db16d4a9b
tree5f87f487f288d6622b909569a1e1f5006dad6a5d
parentdaf1077ee5469ebe32dcc14fc5c4cbe8676e84c7
usb-host: endpoint table fixup

USB Devices can have up to 15 IN and 15 OUT endpoints, not 15 endpoints
total.  Move from one array to two arrays (one IN, one OUT) to maintain
the endpoint state.
usb-linux.c