All of lore.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] More USB changes for 2.5.53
@ 2002-12-31  6:45 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2002-12-31  6:45 UTC (permalink / raw)
  To: torvalds; +Cc: linux-usb-devel, linux-kernel

This includes a compile time fix for the speedtouch driver that was
caused by the recent module changes.

Please pull from:  bk://linuxusb.bkbits.net/linus-2.5

thanks,

greg k-h

 Documentation/usb/ehci.txt    |   38 +++++++++++++++++++++---
 drivers/usb/core/hcd.c        |   38 ++++++++++++++----------
 drivers/usb/core/hcd.h        |    1 
 drivers/usb/core/hub.c        |   47 ++++++++++++++++--------------
 drivers/usb/core/usb.c        |   26 ++++++++---------
 drivers/usb/host/ohci-dbg.c   |   64 +++++++++++++++++++-----------------------
 drivers/usb/host/ohci-hcd.c   |   29 +++++++------------
 drivers/usb/host/ohci-hub.c   |    7 ++--
 drivers/usb/host/ohci-q.c     |    7 ++--
 drivers/usb/misc/speedtouch.c |   18 ++---------
 10 files changed, 147 insertions(+), 128 deletions(-)
-----

ChangeSet@1.972, 2002-12-30 22:46:52-08:00, greg@kroah.com
  USB: convert more dbg() calls to dev_dbg for the usb core

 drivers/usb/core/hcd.c |   26 +++++++++++++-------------
 drivers/usb/core/hub.c |   47 +++++++++++++++++++++++++----------------------
 drivers/usb/core/usb.c |   26 +++++++++++++-------------
 3 files changed, 51 insertions(+), 48 deletions(-)
------

ChangeSet@1.971, 2002-12-30 22:44:47-08:00, greg@kroah.com
  USB: convert more dbg() calls to dev_dbg for the ohci driver

 drivers/usb/host/ohci-dbg.c |   64 ++++++++++++++++++++------------------------
 drivers/usb/host/ohci-hcd.c |   29 ++++++++-----------
 drivers/usb/host/ohci-hub.c |    7 ++--
 drivers/usb/host/ohci-q.c   |    7 ++--
 4 files changed, 50 insertions(+), 57 deletions(-)
------

ChangeSet@1.970, 2002-12-30 17:16:48-08:00, david-b@pacbell.net
  [PATCH] ehci.txt (doc update)
  
  Makes this generic info reflect current behavior.

 Documentation/usb/ehci.txt |   38 ++++++++++++++++++++++++++++++++------
 1 files changed, 32 insertions(+), 6 deletions(-)
------

ChangeSet@1.969, 2002-12-30 17:16:25-08:00, david-b@pacbell.net
  [PATCH] cleanup after dead hc needs task context
  
  Simple patch to invoke hcd->stop() in task context, as
  required.  When Cardbus works again (broken in 2.5.53
  unless it's just me), this will get rid of some oopsing
  when folk physically eject the device, with no shutdown.
  As well as making other "hc died" faults behave better.

 drivers/usb/core/hcd.c |   12 +++++++++---
 drivers/usb/core/hcd.h |    1 +
 2 files changed, 10 insertions(+), 3 deletions(-)
------

ChangeSet@1.968, 2002-12-30 17:15:20-08:00, greg@kroah.com
  USB: fix up init_module and cleanup_module mess in speedtouch driver

 drivers/usb/misc/speedtouch.c |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)
------


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

only message in thread, other threads:[~2002-12-31  6:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-31  6:45 [BK PATCH] More USB changes for 2.5.53 Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.