public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [BK PATCH] More USB fixes for 2.5.73
Date: Tue, 1 Jul 2003 14:45:50 -0700	[thread overview]
Message-ID: <20030701214550.GA1184@kroah.com> (raw)

Hi,

Here are some USB fixes and cleanups for 2.5.73.  There are some
usb-storage changes, a few minor bugfixes, and the conversion of the
usb_bus structures to fit into the kernel driver model.

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

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/hcd-pci.c         |   16 ++-
 drivers/usb/core/hcd.c             |   83 ++++++++++++--------
 drivers/usb/core/hcd.h             |    5 -
 drivers/usb/core/usb.c             |   12 ++
 drivers/usb/host/ehci-dbg.c        |   51 ++++++------
 drivers/usb/host/hc_sl811.c        |    2 
 drivers/usb/host/ohci-dbg.c        |   42 ++++++----
 drivers/usb/host/uhci-hcd.c        |    9 +-
 drivers/usb/net/usbnet.c           |   18 ++++
 drivers/usb/storage/scsiglue.c     |    8 +
 drivers/usb/storage/transport.c    |  131 ++++++++++++++++++--------------
 drivers/usb/storage/unusual_devs.h |  141 +++++++++++++++--------------------
 drivers/usb/storage/usb.c          |  149 +++++++++++++++++++++++--------------
 drivers/usb/storage/usb.h          |   32 +++++--
 drivers/usb/usb-skeleton.c         |   22 +++--
 include/linux/usb.h                |    4 
 16 files changed, 427 insertions(+), 298 deletions(-)
-----

<grigouze:noos.fr>:
  o USB: zaurus SL-C700

Alan Stern:
  o USB: Reconcile unusual_devs.h in 2.4 and 2.5

Greg Kroah-Hartman:
  o USB: move ohci's sysfs files to the class device instead of the pci device
  o USB: move ehci's sysfs files to the class device instead of the pci device
  o USB: make struct usb_bus a struct class_device
  o USB: turn down some debugging messages in uhci-hcd
  o Cset exclude: cweidema@indiana.edu|ChangeSet|20030621162021|08529

Kay Sievers:
  o USB: usb-skeleton.c usb_buffer_free() not called

Matthew Dharm:
  o USB storage: logic cleanup
  o USB storage: General purpose I/O buffer allocation and management
  o USB storage: Cosmetic cleanups
  o USB storage: create private I/O buffer
  o USB storage: avoid sending URBs when disconnecting
  o USB storage: create associate_dev(), more US_*_DEVICE printout
  o USB storage: unusual_devs.h cleanups


                 reply	other threads:[~2003-07-01 21:31 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=20030701214550.GA1184@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=torvalds@transmeta.com \
    /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