|
|
Subscribe / Log in / New account

More USB changes for 2.5.70

From:  Greg KH <greg@kroah.com>
To:  torvalds@transmeta.com
Subject:  [BK PATCH] More USB changes for 2.5.70
Date:  Mon, 2 Jun 2003 11:28:45 -0700
Cc:  linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org

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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds