public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org
Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [BK PATCH] More USB fixes for 2.6.0-test4
Date: Fri, 5 Sep 2003 18:04:05 -0700	[thread overview]
Message-ID: <20030906010405.GA18959@kroah.com> (raw)

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


             reply	other threads:[~2003-09-06  1:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-06  1:04 Greg KH [this message]
2003-09-08 15:39 ` [BK PATCH] More USB fixes for 2.6.0-test4 Patrick Mansfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030906010405.GA18959@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox