linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK PATCH] More USB fixes for 2.6.0-test4
@ 2003-09-06  1:04 Greg KH
  2003-09-08 15:39 ` Patrick Mansfield
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2003-09-06  1:04 UTC (permalink / raw)
  To: torvalds; +Cc: linux-usb-devel, linux-kernel

Hi,

Here are some more USB fixes for 2.6.0-test4.  They include a fix for
the uhci driver that a lot of people have been running into for a while.
Also included is a fix for the pl2303 driver for B0 and for when you
connect to the device after closing it.

Also included is gadgetfs which allows access to usb gadget devices from
userspace without any ioctls needed :)

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

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

thanks,

greg k-h

 drivers/usb/core/usb.c             |   34 
 drivers/usb/gadget/Kconfig         |   24 
 drivers/usb/gadget/Makefile        |    2 
 drivers/usb/gadget/inode.c         | 1869 +++++++++++++++++++++++++++++++++++++
 drivers/usb/host/uhci-hcd.c        |   42 
 drivers/usb/host/uhci-hcd.h        |    5 
 drivers/usb/serial/pl2303.c        |   24 
 drivers/usb/storage/unusual_devs.h |    7 
 include/linux/usb_gadgetfs.h       |   75 +
 9 files changed, 2056 insertions(+), 26 deletions(-)
-----

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

David Brownell:
  o USB: usb_epnum_to_ep_desc only look
  o USB: usb "gadgetfs" (2/2)
  o USB: usb "gadgetfs" (1/2)

Duncan Sands:
  o USB: fix uhci "host controller process error"

Greg Kroah-Hartman:
  o USB: fix up B0 support in the pl2303 driver
  o USB: fix data toggle problem for pl2303 driver


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [BK PATCH] More USB fixes for 2.6.0-test4
  2003-09-06  1:04 [BK PATCH] More USB fixes for 2.6.0-test4 Greg KH
@ 2003-09-08 15:39 ` Patrick Mansfield
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Mansfield @ 2003-09-08 15:39 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-usb-devel, linux-kernel

On Fri, Sep 05, 2003 at 06:04:05PM -0700, Greg KH wrote:
> Hi,
> 
> Here are some more USB fixes for 2.6.0-test4.  They include a fix for
> the uhci driver that a lot of people have been running into for a while.
> Also included is a fix for the pl2303 driver for B0 and for when you
> connect to the device after closing it.

> Duncan Sands:
>   o USB: fix uhci "host controller process error"

That patch fixed my problems with the UHCI driver (VIA) and 2.6.

Thanks!

-- Patrick Mansfield

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-08 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-06  1:04 [BK PATCH] More USB fixes for 2.6.0-test4 Greg KH
2003-09-08 15:39 ` Patrick Mansfield

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).