[BK PATCH] USB fixes for 2.4.23-pre3

From: Greg KH
Date: Fri Sep 05 2003 - 19:13:02 EST


Hi,

Here are some USB bugfixes against 2.4.23-pre3. They include a
copy_*_user audit of the usb tree, and a usb-serial fix that solves an
oops for a lot of people. There is also some pl2303 driver fixes based
on changes that are in the 2.6 tree.

Please pull from: bk://kernel.bkbits.net/gregkh/linux/marcelo-2.4

The individual patches will be sent in follow up messages to this email
to you and the linux-usb-devel mailing list.

thanks,

greg k-h

drivers/usb/acm.c | 7 +-
drivers/usb/aiptek.c | 3
drivers/usb/host/uhci-debug.h | 3
drivers/usb/mdc800.c | 3
drivers/usb/serial/pl2303.c | 114 +++++++++++++++++++++++++++----------
drivers/usb/serial/usb-serial.h | 28 +++++++--
drivers/usb/serial/usbserial.c | 12 +--
drivers/usb/storage/unusual_devs.h | 7 ++
drivers/usb/stv680.c | 1
drivers/usb/vicam.c | 17 +++--
10 files changed, 141 insertions(+), 54 deletions(-)
-----

<joris:struyve.be>:
o unusual_devs.h entry

Greg Kroah-Hartman:
o USB: fix copy_to_user calls in vicam driver
o USB: remove duplicated copy_from_user call in stv680 driver
o USB: fix copy_to_user call in mdc800 driver
o USB: fix copy_to_user call in uhci-debug.h
o USB: fix copy_from_user call in aiptek.c
o USB: fix copy_from_user call in acm.c
o USB: fix oops when yanking a usb-serial device from the system with the port still opened
o USB: backport some pl2303 B0 fixes
o USB: update usb-serial.h with spelling fixes and get and set functions
o USB: fix data toggle problem for pl2303 driver

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/