public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] More USB changes for 2.5.68
@ 2003-04-30 21:31 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2003-04-30 21:31 UTC (permalink / raw)
  To: torvalds; +Cc: linux-usb-devel, linux-kernel

Hi,

Here are some more USB changes and fixes for 2.5.68.  There are a few
bugs fixed as found by the CHECKER project, and a usbnet driver rework
and a few other minor changes.

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/input/joystick/sidewinder.c |   11 +-
 drivers/input/misc/uinput.c         |   35 ++++---
 drivers/usb/Makefile                |    1 
 drivers/usb/core/urb.c              |   31 +++++-
 drivers/usb/host/uhci-hcd.c         |   13 +-
 drivers/usb/input/usbkbd.c          |    3 
 drivers/usb/input/usbmouse.c        |    3 
 drivers/usb/media/vicam.c           |    5 -
 drivers/usb/net/Kconfig             |  175 +++++++++++++++++++++++++++---------
 drivers/usb/net/Makefile            |    1 
 drivers/usb/net/usbnet.c            |  113 +++++++++++++++--------
 drivers/usb/serial/empeg.c          |    4 
 drivers/usb/serial/io_edgeport.c    |    6 -
 drivers/usb/serial/ipaq.c           |    2 
 drivers/usb/serial/keyspan.c        |    4 
 drivers/usb/serial/usb-serial.h     |    2 
 drivers/usb/storage/unusual_devs.h  |   33 ++++++
 include/linux/usb.h                 |    3 
 18 files changed, 321 insertions(+), 124 deletions(-)
-----

<ccheney@cheney.cx>:
  o USB: vicam.c copyright patches

<gj@pointblue.com.pl>:
  o USB: fix usbkbd.c compilation error

<james@superbug.demon.co.uk>:
  o USB: Add support for Pentax Still Camera to linux kernel

<joe@perches.com>:
  o USB: fix up usb.h's dbg macro to take up less space
  o USB: fix up usb_serial.h's dbg macro to take up less space
  o USB: fix up usbnet's macros for older compilers

<linux-usb@gemeinhardt.info>:
  o USB: add support for Mello MP3 Player

Alan Stern <stern@rowland.harvard.edu>:
  o USB: Minor patch for uhci-hcd.c

David Brownell <david-b@pacbell.net>:
  o USB: usbnet, config changes for CDC Ether

Greg Kroah-Hartman <greg@kroah.com>:
  o USB: add comment to storage/unusual_devs.h that specifies how to add new entries
  o USB: added support for Sony DSC-P8
  o USB: create usb_init_urb() for those people who like to live dangerously (like the bluetooth stack.)
  o USB: fix CHECKER found bug in the keyspan.c driver
  o USB: fix CHECKER found bug in the ipaq.c driver
  o USB: fix CHECKER found bug in the io_edgeport.c driver
  o USB: fix CHECKER found bug in the empeg.c driver

Randy Dunlap <randy.dunlap@verizon.net>:
  o uinput.c: reduce stack usage
  o sidewinder: reduce stack usage


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

only message in thread, other threads:[~2003-04-30 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-30 21:31 [BK PATCH] More USB changes for 2.5.68 Greg KH

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