Staging
v0.5.1
https://github.com/torvalds/linux
Revision 07c3b1a1001614442c665570942a3107a722c314 authored by Greg Kroah-Hartman on 14 April 2008, 21:17:29 UTC, committed by Greg Kroah-Hartman on 16 April 2008, 05:30:53 UTC
The num_interrupt_in, num_bulk_in, and other checks in the usb-serial
code are just wrong, there are too many different devices out there with
different numbers of endpoints.  We need to just be sticking with the
device ids instead of trying to catch this kind of thing.  It broke too
many different devices.

This fixes a large number of usb-serial devices to get them working
properly again.


Cc: Oliver Neukum <oliver@neukum.org>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

1 parent 32147be
History
Tip revision: 07c3b1a1001614442c665570942a3107a722c314 authored by Greg Kroah-Hartman on 14 April 2008, 21:17:29 UTC
USB: remove broken usb-serial num_endpoints check
Tip revision: 07c3b1a
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 94.9 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top