All of lore.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] USB fixes for 2.6.0-test6
Date: Fri, 3 Oct 2003 16:57:00 -0700	[thread overview]
Message-ID: <20031003235700.GA4329@kroah.com> (raw)

Hi,

Here are some USB fixes for 2.6.0-test6.  These are all bugfixes or
added support for new USB devices.  The patches here fix a number of
different bugzilla entries:
	- problems with UHCI controllers
	- freecom device breakage
	- usbfs options not working properly.
I've also fixed up some improper license wording in some of the keyspan
header files, as per conversations with that company.

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/inode.c              |  149 ++++++------
 drivers/usb/host/uhci-debug.c         |  166 ++++++-------
 drivers/usb/host/uhci-hcd.c           |    2 
 drivers/usb/input/Kconfig             |    7 
 drivers/usb/misc/brlvger.c            |    6 
 drivers/usb/misc/speedtch.c           |  120 +++++----
 drivers/usb/serial/keyspan.c          |  420 ++++++++++++++++++++++++++++++++--
 drivers/usb/serial/keyspan.h          |   33 ++
 drivers/usb/serial/keyspan_usa26msg.h |    8 
 drivers/usb/serial/keyspan_usa28msg.h |    8 
 drivers/usb/serial/keyspan_usa49msg.h |    8 
 drivers/usb/serial/keyspan_usa90msg.h |  198 ++++++++++++++++
 drivers/usb/storage/freecom.c         |   16 -
 drivers/usb/storage/unusual_devs.h    |    8 
 include/linux/usb.h                   |    6 
 15 files changed, 884 insertions(+), 271 deletions(-)
-----

<amn3s1a:ono.com>:
  o USB: New unusual_devs.h entry (Minolta DiMAGE E223 Digital Camera)

Alan Stern:
  o USB: unusual_devs.h update

Daniel Drake:
  o USB brlvger: Debug code fixes

Duncan Sands:
  o USB speedtouch: neater check
  o USB speedtouch: reduce memory usage
  o USB speedtouch: extra debug messages

Greg Kroah-Hartman:
  o USB: fix up some non-GPL friendly license wording
  o USB: port keyspan patch from 2.4 to 2.6
  o USB: convert usbfs to use new fs parser code

Joe Perches:
  o USB: include/linux/usb.h

Luiz Capitulino:
  o USB: fix drivers/usb/host/uhci-debug.c warning when !CONFIG_PROC_FS

Matthew Dharm:
  o USB: fix freecom.c

Steven Cole:
  o USB: remove reference to modules.txt in drivers/usb/input/Kconfig

Wim Van Sebroeck:
  o USB: problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6


                 reply	other threads:[~2003-10-04  0:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20031003235700.GA4329@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.