[BK PATCH] Yet More USB patches for 2.6.10-rc1

From: Greg KH
Date: Fri Nov 12 2004 - 18:22:45 EST


Hi,

Here are a some more USB fixes and cleanups for 2.6.10-rc1.
- driver updates
- suspend bug fixes and updates
- locking bugs found by sparse fixed
- endian warnings found by sparse fixed.
- misc other bugfixes.

Please pull from:
bk://kernel.bkbits.net/gregkh/linux/usb-2.6

Patches will be posted to linux-usb-devel as a follow-up thread for
those who want to see them.

USB bug fixes only from me from now on till 2.6.10 is out (hint to the
usb developers...)

thanks,

greg k-h


Documentation/usb/sn9c102.txt | 118 +++-
drivers/usb/core/hcd-pci.c | 151 +++---
drivers/usb/core/hcd.c | 42 -
drivers/usb/core/hub.c | 26 -
drivers/usb/core/usb.c | 8
drivers/usb/gadget/file_storage.c | 4
drivers/usb/gadget/rndis.c | 4
drivers/usb/host/ehci-hcd.c | 39 -
drivers/usb/host/ehci-hub.c | 78 +--
drivers/usb/host/ehci-sched.c | 1
drivers/usb/host/ohci-hcd.c | 12
drivers/usb/host/ohci-hub.c | 56 +-
drivers/usb/host/ohci-pci.c | 5
drivers/usb/host/ohci.h | 12
drivers/usb/media/sn9c102.h | 14
drivers/usb/media/sn9c102_core.c | 324 +++++++++----
drivers/usb/media/sn9c102_pas106b.c | 113 +++-
drivers/usb/media/sn9c102_pas202bcb.c | 95 +++
drivers/usb/media/sn9c102_sensor.h | 25 -
drivers/usb/media/sn9c102_tas5110c1b.c | 4
drivers/usb/media/sn9c102_tas5130d1b.c | 8
drivers/usb/misc/rio500.c | 14
drivers/usb/misc/tiglusb.c | 4
drivers/usb/misc/usbtest.c | 6
drivers/usb/net/Kconfig | 25 -
drivers/usb/serial/io_edgeport.c | 254 ++++++----
drivers/usb/serial/io_fw_boot.h | 6
drivers/usb/serial/io_fw_boot2.h | 6
drivers/usb/serial/io_fw_down.h | 6
drivers/usb/serial/io_fw_down2.h | 6
drivers/usb/serial/io_tables.h | 9
drivers/usb/serial/io_ti.c | 812 +++++++++++++++++++++++++--------
drivers/usb/serial/io_usbvend.h | 2
drivers/usb/serial/kl5kusb105.c | 2
drivers/usb/serial/mct_u232.c | 2
drivers/usb/serial/usb-serial.c | 65 +-
drivers/usb/serial/whiteheat.c | 2
drivers/usb/storage/freecom.c | 2
drivers/usb/storage/unusual_devs.h | 15
include/linux/videodev2.h | 1
40 files changed, 1615 insertions(+), 763 deletions(-)
-----

<lmendez19:austin.rr.com>:
o usb-serial: free interrupt_out_buffer in cleanup routines

Adrian Bunk:
o USB: misc USB gadget cleanups

Al Borchers:
o USB: io_ti new devices, circular buffer, flow control, misc fixes
o USB: revised usbserial open/close unbalanced get/put
o USB: io_edgeport locking, flow control, and misc fixes

Bjoern Paetzel:
o USB Storage: unusual_devs entry for yakumo

David Brownell:
o USB: usb PM updates, EHCI (4/4)
o USB: usb PM updates, OHCI (3/4)
o USB: usb PM updates, root hub stuff (2/4)
o USB: usb PM updates, PCI glue (1/4)
o USB: usb network Kconfig updates

Greg Kroah-Hartman:
o USB: fix up a bunch of sparse bitwise warnings in the ohci driver
o USB: fix sparse warnings in io_ti.c
o USB: fix endian issues found by sparse in mct_u232 driver
o USB: fix up endian issues found by sparse in io_edgeport.c driver
o USB: fix endian bug found by sparse in freecom usb-storage driver
o USB: fix sparse warnings in tiglusb.c driver
o USB: fix endian warnings as found by sparse in the rio500.c driver
o USB: fix 2 locking bugs in usbtest.c as found by sparse
o USB: fix locking bug found by sparse in ehci-sched.c
o Cset exclude: david-b@xxxxxxxxxxx|ChangeSet|20041112030233|28853
o USB: fix up locking bugs in kl5kusb105.c that sparse found
o USB: fix up sparse lock warning in whiteheat driver

Luca Risolia:
o USB: SN9C10x driver updates

Nickolai Zeldovich:
o USB: EHCI and APM suspend

Phil Dibowitz:
o USB Storage: Add unusual_devs entry for iPod


-
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/