]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ipaq: handle 4 endpoint devices
authorMark Ellis <mark@mpellis.org.uk>
Mon, 9 Mar 2009 22:24:29 +0000 (22:24 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 23:20:45 +0000 (16:20 -0700)
commite8d88d0d9580bf06427bf48a07da9bf15370c7b3
tree500fd00be0cc7056c0b9741ec641e94a087a58a5
parent8c712baca2b6f8c3845d28129dc661f388b55b29
USB: ipaq: handle 4 endpoint devices

The ipaq driver currently enforces one port on all devices. This
is correct for 2 and 3 endpoint devices, but with 4 endpoint devices
meaningful communication occurs on the second pair.

This patch allows 2 ports for 4 endpoint devices.

Signed-off-by: Mark Ellis <mark@mpellis.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ipaq.c