The Linux Kernel Mailing List
 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] Yet more USB changes for 2.5.31
Date: Wed, 14 Aug 2002 14:45:40 -0700	[thread overview]
Message-ID: <20020814214540.GA29006@kroah.com> (raw)

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(-)
------


                 reply	other threads:[~2002-08-14 21:45 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=20020814214540.GA29006@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