* [GIT PATCH] USB fixes for 2.6.24-rc5
@ 2007-12-17 18:56 Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2007-12-17 18:56 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are some USB fixes and changes against your 2.6.24-rc5 git tree.
These are all a bunch of minor fixes and new device ids being added, as
well as some documentation fixes.
All of these have been in the -mm tree for a while.
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 (note the
address change), if anyone wants to see them.
thanks,
greg k-h
------------
drivers/usb/core/hcd-pci.c | 2 +-
drivers/usb/core/hub.c | 6 +++---
drivers/usb/gadget/at91_udc.c | 2 ++
drivers/usb/host/ehci-fsl.c | 2 +-
drivers/usb/host/ohci-hcd.c | 23 +++++++++++++----------
drivers/usb/host/ohci-ppc-of.c | 2 +-
drivers/usb/host/ohci-ssb.c | 2 +-
drivers/usb/host/r8a66597-hcd.c | 2 +-
drivers/usb/host/uhci-hcd.c | 9 ++++-----
drivers/usb/serial/cp2101.c | 5 +++--
drivers/usb/serial/option.c | 4 ++--
drivers/usb/serial/sierra.c | 2 +-
drivers/usb/storage/scsiglue.c | 12 +++++++++---
drivers/usb/storage/unusual_devs.h | 15 +++++++--------
include/linux/usb.h | 1 +
include/linux/usb_usual.h | 5 ++++-
16 files changed, 54 insertions(+), 40 deletions(-)
---------------
Alan Stern (2):
USB: fix locking loop by avoiding flush_scheduled_work
USB: use IRQF_DISABLED for HCD interrupt handlers
Benjamin Herrenschmidt (1):
usb: Remove broken optimisation in OHCI IRQ handler
Doug Maxey (1):
usb-storage: Fix devices that cannot handle 32k transfers
Greg Kroah-Hartman (1):
USB: revert portions of "UNUSUAL_DEV: Sync up some reported devices from Ubuntu"
Jaime Velasco Juan (1):
USB: option: Bind to the correct interface of the Huawei E220
Jeff Long (1):
USB: cp2101: new device id
Nicolas Ferre (1):
USB: at91_udc: correct hanging while disconnecting usb cable
Randy Dunlap (1):
usb.h: fix kernel-doc warning
agilmore@wirelessbeehive.com (1):
USB: sierra: fix product id
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PATCH] USB fixes for 2.6.24-rc5
@ 2007-12-23 7:24 Greg KH
2007-12-23 9:50 ` Markus Rechberger
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2007-12-23 7:24 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are some USB fixes and new device ids against your 2.6.24-rc6 git
tree.
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 (note the
address change), if anyone wants to see them.
thanks,
greg k-h
------------
drivers/usb/gadget/fsl_usb2_udc.c | 2 +-
drivers/usb/serial/cp2101.c | 1 +
drivers/usb/serial/sierra.c | 2 ++
3 files changed, 4 insertions(+), 1 deletions(-)
---------------
Kevin R Page (1):
USB: VID/PID update for sierra
Martin Kusserow (1):
USB: New device ID for the CP2101 driver
Peter Korsgaard (1):
USB: Unbreak fsl_usb2_udc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PATCH] USB fixes for 2.6.24-rc5
2007-12-23 7:24 Greg KH
@ 2007-12-23 9:50 ` Markus Rechberger
2007-12-23 16:32 ` Alan Stern
0 siblings, 1 reply; 4+ messages in thread
From: Markus Rechberger @ 2007-12-23 9:50 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb
Hi,
did anyone already take care about:
http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg55641.html
the fix seems to paper the issue although it happened with other
people too now, so I wonder if there's any progress in that area?
thanks & have a nice Christmas,
Markus
On Dec 23, 2007 8:24 AM, Greg KH <gregkh@suse.de> wrote:
> Here are some USB fixes and new device ids against your 2.6.24-rc6 git
> tree.
>
> 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 (note the
> address change), if anyone wants to see them.
>
> thanks,
>
> greg k-h
>
> ------------
>
> drivers/usb/gadget/fsl_usb2_udc.c | 2 +-
> drivers/usb/serial/cp2101.c | 1 +
> drivers/usb/serial/sierra.c | 2 ++
> 3 files changed, 4 insertions(+), 1 deletions(-)
>
> ---------------
>
> Kevin R Page (1):
> USB: VID/PID update for sierra
>
> Martin Kusserow (1):
> USB: New device ID for the CP2101 driver
>
> Peter Korsgaard (1):
> USB: Unbreak fsl_usb2_udc
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
http://www.couchsurfing.com/people/mrec
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PATCH] USB fixes for 2.6.24-rc5
2007-12-23 9:50 ` Markus Rechberger
@ 2007-12-23 16:32 ` Alan Stern
0 siblings, 0 replies; 4+ messages in thread
From: Alan Stern @ 2007-12-23 16:32 UTC (permalink / raw)
To: Markus Rechberger
Cc: Greg KH, Linus Torvalds, Andrew Morton, linux-kernel, linux-usb
On Sun, 23 Dec 2007, Markus Rechberger wrote:
> Hi,
>
> did anyone already take care about:
> http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg55641.html
>
> the fix seems to paper the issue although it happened with other
> people too now, so I wonder if there's any progress in that area?
http://marc.info/?l=linux-usb&m=119819422730408&w=2
Alan Stern
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-12-23 16:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 18:56 [GIT PATCH] USB fixes for 2.6.24-rc5 Greg KH
-- strict thread matches above, loose matches on Subject: below --
2007-12-23 7:24 Greg KH
2007-12-23 9:50 ` Markus Rechberger
2007-12-23 16:32 ` Alan Stern
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox