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