* [GIT PATCH] USB bugfixes for 2.6.32-git
@ 2009-10-09 21:02 Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2009-10-09 21:02 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a number of bugfixes for your 2.6.32-git tree.
It contains a big ftdi_sio driver update, hopefully fixing all of the
nasty problems that people have found in this driver recently. Many
thanks to Johan for taking this work on.
There's lots of other little bugfixes, all over the usb tree, for
details, see the shortlog below.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.
thanks,
greg k-h
------------
drivers/usb/class/usbtmc.c | 2 +-
drivers/usb/gadget/imx_udc.c | 8 +-
drivers/usb/host/ehci-sched.c | 1 +
drivers/usb/host/isp1362-hcd.c | 18 +-
drivers/usb/host/isp1362.h | 12 +-
drivers/usb/host/xhci-hcd.c | 29 +++-
drivers/usb/misc/usblcd.c | 3 +-
drivers/usb/musb/Kconfig | 2 +-
drivers/usb/musb/blackfin.c | 1 -
drivers/usb/musb/musb_core.h | 7 +
drivers/usb/musb/musb_regs.h | 9 -
drivers/usb/serial/aircable.c | 10 +-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/cypress_m8.c | 12 +-
drivers/usb/serial/digi_acceleport.c | 8 +-
drivers/usb/serial/empeg.c | 2 +-
drivers/usb/serial/ftdi_sio.c | 422 +++++++++++-----------------------
drivers/usb/serial/garmin_gps.c | 12 +-
drivers/usb/serial/generic.c | 2 +-
drivers/usb/serial/ipaq.c | 9 +
drivers/usb/serial/keyspan_pda.c | 2 +-
drivers/usb/serial/kl5kusb105.c | 2 +-
drivers/usb/serial/mct_u232.c | 14 +-
drivers/usb/serial/opticon.c | 13 +-
drivers/usb/serial/option.c | 4 +
drivers/usb/serial/oti6858.c | 6 +-
drivers/usb/serial/pl2303.c | 8 +-
drivers/usb/serial/sierra.c | 2 +-
drivers/usb/serial/symbolserial.c | 22 +-
drivers/usb/serial/usb-serial.c | 10 +-
drivers/usb/serial/visor.c | 28 ++-
drivers/usb/serial/whiteheat.c | 10 +-
drivers/usb/storage/transport.c | 29 ++-
drivers/usb/storage/unusual_devs.h | 7 +
include/linux/usb/serial.h | 1 +
35 files changed, 316 insertions(+), 412 deletions(-)
---------------
Alan Stern (3):
USB: serial: don't call release without attach
USB: ipaq: fix oops when device is plugged in
USB: storage: When a device returns no sense data, call it a Hardware Error
Elina Pasheva (1):
USB: serial: sierra driver version change to 1.3.8
Gergely Imreh (1):
USB: usbtmc: fix timeout increase
Jiri Slaby (1):
USB: usblcd, fix memory leak
Johan Hovold (6):
USB: ftdi_sio: remove tty->low_latency
USB: ftdi_sio: remove unused rx_byte counter
USB: ftdi_sio: clean up read completion handler
USB: ftdi_sio: re-implement read processing
USB: pl2303: fix error characters not being reported to ldisc
USB: digi_acceleport: Fix broken unthrottle.
Joris van Rantwijk (1):
USB: Fix throttling in generic usbserial driver
Mike Frysinger (2):
USB: musb: make HAVE_CLK support optional
USB: isp1362: fix build warnings on 64-bit systems
Oliver Neukum (7):
USB: visor: fix trivial accounting bug in visor driver
USB: small fix in error case of suspend in generic usbserial code
USB: serial: fix race between unthrottle and completion handler in opticon
USB: serial: fix race between unthrottle and completion handler in symbolserial
USB: serial: fix assumption that throttle/unthrottle cannot sleep
USB: serial: fix race between unthrottle and completion handler in visor
USB: serial: no unnecessary GFP_ATOMIC in oti6858
Peter Magdina (1):
USB: option: Toshiba G450 device id
Ronnie Furuskog (1):
USB: option: Patch for Huawei Mobile Broadband E270+ Modem
Sarah Sharp (5):
USB: xhci: Stop debugging polling loop when HC dies.
USB: xhci: Handle canceled URBs when HC dies.
USB: xhci: Don't wait for a disable slot cmd when HC dies.
USB: xhci: Fix dropping endpoints from the xHC schedule.
USB: ehci: Fix isoc scheduling boundary checking.
Sergey Pinaev (1):
USB: storage: iRiver P7 UNUSUAL_DEV patch
Tobias Klauser (1):
USB: gadget: imx_udc: Use resource size
Éric Piel (1):
USB: cp210x: Add support for the DW700 UART
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PATCH] USB bugfixes for 2.6.32-git
@ 2009-10-14 23:04 Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2009-10-14 23:04 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a few bugfixes for your 2.6.32-git tree.
These fix:
- usb-storage bug that a number of people hit
- whci bug fixes
- ehci bugfix
- proper vendor/product id for the EEM gadget
- new device ids.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.
thanks,
greg k-h
------------
...fs-class-usb_host => sysfs-class-uwb_rc-wusbhc} | 4 +-
drivers/usb/gadget/ether.c | 9 +---
drivers/usb/host/ehci-sched.c | 12 +++---
drivers/usb/host/whci/asl.c | 23 ++++++++---
drivers/usb/host/whci/pzl.c | 24 ++++++++---
drivers/usb/serial/option.c | 4 ++
drivers/usb/storage/transport.c | 17 ++++++++-
drivers/usb/wusbcore/security.c | 41 +++++++++----------
8 files changed, 82 insertions(+), 52 deletions(-)
rename Documentation/ABI/testing/{sysfs-class-usb_host => sysfs-class-uwb_rc-wusbhc} (88%)
---------------
Benjamin Herrenschmidt (1):
usb-storage: Workaround devices with bogus sense size
Brian Niebuhr (1):
USB: gadget: Fix EEM driver comments and VID/PID
David Vrabel (3):
USB: rename Documentation/ABI/.../sysfs-class-usb_host
USB: whci-hcd: handle early deletion of endpoints
USB: whci-hcd: always do an update after processing a halted qTD
Huzaifa Sidhpurwala (1):
USB: option: Support for AIRPLUS MCD650 Datacard
Sarah Sharp (1):
USB: ehci: Fix IST boundary checking interval math.
Stefano Panella (1):
USB: wusb: don't use the stack to read security descriptor
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PATCH] USB bugfixes for 2.6.32-git
@ 2009-10-30 22:09 Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2009-10-30 22:09 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a few bugfixes for your 2.6.32-git tree.
These fix:
- sierra driver suspend issues.
- new device ids.
- oops fixes for reported problems.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
All of these patches have been in the linux-next and mm trees for a
while.
The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.
thanks,
greg k-h
------------
drivers/net/usb/rndis_host.c | 6 ++--
drivers/usb/gadget/fsl_udc_core.c | 2 +-
drivers/usb/host/r8a66597-hcd.c | 23 ++++++++++++---------
drivers/usb/serial/option.c | 4 +++
drivers/usb/serial/sierra.c | 38 +++++++++++++++++++++---------------
5 files changed, 43 insertions(+), 30 deletions(-)
---------------
Anton Vorontsov (1):
USB: fsl_udc_core: Fix kernel oops on module removal
Bryan Wu (1):
USB: option: TLAYTECH TUE800 support
Elina Pasheva (2):
USB: serial: sierra driver send_setup() autopm fix
USB: serial: sierra driver autopm fixes
George Nassar (1):
USB: rndis_host: debug info clobbered before it is logged
Yoshihiro Shimoda (1):
USB: r8a66597-hcd: fix cannot detect a device when uses_new_polling is set
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PATCH] USB bugfixes for 2.6.32-git
@ 2009-11-18 1:00 Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2009-11-18 1:00 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a few bugfixes for your 2.6.32-git tree.
These fix:
- xhci issues
- cdc_acm issues
- usbmon bug
- new device id for option driver
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
All of these patches have been in the linux-next and mm trees for a
while.
The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.
thanks,
greg k-h
------------
drivers/usb/class/cdc-acm.c | 18 ++++++++++++------
drivers/usb/host/ohci-hcd.c | 5 +++++
drivers/usb/host/ohci-pci.c | 20 ++++++++++++++++++++
drivers/usb/host/ohci-q.c | 18 ++++++++++++------
drivers/usb/host/ohci.h | 9 +++++++++
drivers/usb/host/xhci-mem.c | 10 ++++++----
drivers/usb/host/xhci-ring.c | 7 +++++--
drivers/usb/mon/mon_bin.c | 11 +++++++----
drivers/usb/serial/option.c | 2 ++
9 files changed, 78 insertions(+), 22 deletions(-)
---------------
Alan Stern (1):
USB: usbmon: fix bug in mon_buff_area_shrink
Francesco Lavra (1):
USB: cdc_acm: Fix memory leak after hangup
Henry Gebhardt (1):
USB: cdc_acm: Fix race condition when opening tty
Libin Yang (1):
USB: ohci: quirk AMD prefetch for USB 1.1 ISO transfer
Sarah Sharp (3):
USB: xhci: Fix bug memory free after failed initialization.
USB: xhci: Fix TRB physical to virtual address translation.
USB: xhci: Fix scratchpad deallocation.
Zhang Le (1):
USB: option.c: add support for D-Link DWM-162-U5
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PATCH] USB bugfixes for 2.6.32-git
@ 2009-12-01 17:43 Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2009-12-01 17:43 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a few bugfixes for your 2.6.32-git tree.
These fix:
- ehci timeout issue that fixes a well-reported uvc video device
problem due to some messed up host controller hardware.
- musb driver issues
- gadget driver irq bugs
- ftdi_sio bugfix.
- new device ids.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
All of these patches have been in the linux-next and mm trees for a
while.
The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.
thanks,
greg k-h
------------
drivers/usb/core/hub.c | 2 +-
drivers/usb/gadget/amd5536udc.c | 49 ++++++++++++++---------
drivers/usb/host/ehci-hcd.c | 2 +
drivers/usb/host/ehci-pci.c | 4 ++
drivers/usb/host/ehci-q.c | 16 ++++++-
drivers/usb/host/ehci-sched.c | 12 +++++
drivers/usb/host/ehci.h | 2 +
drivers/usb/musb/cppi_dma.c | 10 ++--
drivers/usb/musb/musb_core.c | 4 +-
drivers/usb/musb/musb_gadget.c | 79 +++++++++++++++--------------------
drivers/usb/musb/musb_gadget_ep0.c | 3 +-
drivers/usb/musb/musb_host.c | 5 ++-
drivers/usb/serial/ftdi_sio.c | 3 +-
drivers/usb/serial/option.c | 5 ++
14 files changed, 118 insertions(+), 78 deletions(-)
---------------
Ajay Kumar Gupta (2):
USB: musb: Remove unwanted message in boot log
USB: musb: fix ISOC Tx programming for CPPI DMAs
Alan Stern (1):
USB: EHCI: don't send Clear-TT-Buffer following a STALL
Daniel Glöckner (2):
USB: musb: respect usb_request->zero in control requests
USB: musb: Fix CPPI IRQs not being signaled
Eric W. Biederman (1):
USB: ftdi_sio: Keep going when write errors are encountered.
Gernot Hillier (1):
USB: Add support for Mobilcom Debitel USB UMTS Surf-Stick to option driver
Oliver Neukum (1):
USB: work around for EHCI with quirky periodic schedules
Sergei Shtylyov (1):
USB: musb_gadget: fix STALL handling
Thomas Dahlmann (1):
usb: amd5536udc: fixed shared interrupt bug and warning oops
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-12-01 17:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-09 21:02 [GIT PATCH] USB bugfixes for 2.6.32-git Greg KH
-- strict thread matches above, loose matches on Subject: below --
2009-10-14 23:04 Greg KH
2009-10-30 22:09 Greg KH
2009-11-18 1:00 Greg KH
2009-12-01 17:43 Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).