The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [BK PATCH] Yet more USB changes for 2.5.31
@ 2002-08-14 21:45 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2002-08-14 21:45 UTC (permalink / raw)
  To: torvalds; +Cc: linux-usb-devel, linux-kernel

This fixes a compile time error in your latest BK tree, and has some USB
API cleanups for the upcoming struct device_driver changes.


Pull from:  http://linuxusb.bkbits.net/linus-2.5

thanks,

greg k-h

 drivers/usb/core/devio.c       |   20 +++---
 drivers/usb/core/hcd.h         |   10 +++
 drivers/usb/core/hub.h         |    4 +
 drivers/usb/core/message.c     |    2 
 drivers/usb/core/usb.c         |  135 ++++++++++++++++-------------------------
 drivers/usb/host/ehci-dbg.c    |    4 -
 drivers/usb/serial/usbserial.c |    2 
 drivers/usb/storage/scsiglue.c |    2 
 include/linux/usb.h            |   20 +-----
 9 files changed, 92 insertions(+), 107 deletions(-)
------

ChangeSet@1.522, 2002-08-14 14:30:03-07:00, greg@kroah.com
  USB: changed usb_match_id to not need the usb_device pointer.

 drivers/usb/core/usb.c         |   18 +++++++++---------
 drivers/usb/serial/usbserial.c |    2 +-
 drivers/usb/storage/scsiglue.c |    2 +-
 include/linux/usb.h            |    3 +--
 4 files changed, 12 insertions(+), 13 deletions(-)
------

ChangeSet@1.521, 2002-08-14 14:11:37-07:00, david-b@pacbell.net
  [PATCH] USB core cleanups
  
  Moves some functions that are only used by usbfs to be private, and
  documents some of the interface issues that need to be cleaned up.

 drivers/usb/core/devio.c   |   20 +++++--
 drivers/usb/core/hcd.h     |   10 +++
 drivers/usb/core/hub.h     |    4 +
 drivers/usb/core/message.c |    2 
 drivers/usb/core/usb.c     |  117 +++++++++++++++++----------------------------
 include/linux/usb.h        |   17 +-----
 6 files changed, 78 insertions(+), 92 deletions(-)
------

ChangeSet@1.520, 2002-08-14 14:10:56-07:00, greg@kroah.com
  USB: fixed DEVICE_ATTR usage in the ehci driver

 drivers/usb/host/ehci-dbg.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
------


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-14 21:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-14 21:45 [BK PATCH] Yet more USB changes for 2.5.31 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox