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 changes for 2.5.70
Date: Mon, 2 Jun 2003 11:28:45 -0700	[thread overview]
Message-ID: <20030602182845.GA5781@kroah.com> (raw)

Hi,

Here are some more USB changes and fixes for 2.5.70.  Some usb-storage
changes, a BKL removal, a compile fix, and some security root_plug
cleanups (the USB portion of that file.)

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/Makefile               |    3 
 drivers/usb/core/hub.c             |    4 -
 drivers/usb/core/usb.c             |   65 ++++++++++++++++++
 drivers/usb/misc/rio500.c          |   16 ++--
 drivers/usb/serial/Kconfig         |    1 
 drivers/usb/serial/kobil_sct.c     |   53 ++++++++++-----
 drivers/usb/storage/datafab.c      |    2 
 drivers/usb/storage/freecom.c      |    6 -
 drivers/usb/storage/initializers.c |    2 
 drivers/usb/storage/initializers.h |    1 
 drivers/usb/storage/isd200.c       |   20 ++---
 drivers/usb/storage/jumpshot.c     |    2 
 drivers/usb/storage/protocol.c     |    9 +-
 drivers/usb/storage/scsiglue.c     |   40 +++++++----
 drivers/usb/storage/transport.c    |  129 ++++++++++++++++++++++---------------
 drivers/usb/storage/transport.h    |    4 -
 drivers/usb/storage/usb.c          |   17 +++-
 drivers/usb/storage/usb.h          |    2 
 include/linux/usb.h                |    2 
 security/Kconfig                   |    2 
 security/root_plug.c               |   69 ++-----------------
 21 files changed, 265 insertions(+), 184 deletions(-)
-----

<bellucda:tiscali.it>:
  o USB: replaced BKL in rio500.c

Adrian Bunk:
  o SECURITY_ROOTPLUG must depend on USB

Greg Kroah-Hartman:
  o USB: added .owner to kobil_sct driver
  o Root plug: remove USB bus walking functions, now use usb_find_device()
  o USB: add usb_find_device() function to USB core
  o Cset exclude: greg@kroah.com|ChangeSet|20030529215347|05329

Matthew Dharm:
  o USB: usb-storage: change result codes
  o USB: usb-storage: usb_stor_control_msg() and stuff
  o USB: usb-storage: timeouts and aborts
  o USB: usb-storage: fix typo

Oliver Neukum:
  o USB: return errors when disabling a port

Thomas Wahrenbruch:
  o USB: kobil_sct.c added support for KAAN SIM Reader


                 reply	other threads:[~2003-06-02 18:13 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=20030602182845.GA5781@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