Hi,

Here are some more small USB changes.  Included here is a spelling
patch, more USB devices are now supported, some memory leaks on error
paths fixed, and a few minor cleanups in a few different drivers.

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

thanks,

greg k-h


 drivers/usb/class/bluetty.c           |    4 -
 drivers/usb/class/cdc-acm.c           |    4 -
 drivers/usb/class/usb-midi.c          |    2 
 drivers/usb/core/hub.c                |    4 -
 drivers/usb/core/urb.c                |    4 -
 drivers/usb/host/hc_simple.c          |    2 
 drivers/usb/host/hc_simple.h          |    4 -
 drivers/usb/host/hc_sl811.h           |    2 
 drivers/usb/host/ohci-q.c             |    6 +-
 drivers/usb/host/uhci-hcd.c           |    2 
 drivers/usb/image/hpusbscsi.c         |    4 -
 drivers/usb/image/hpusbscsi.h         |    2 
 drivers/usb/image/scanner.c           |   76 ++++++++++++++++++++++------------
 drivers/usb/image/scanner.h           |    4 +
 drivers/usb/input/hid-core.c          |    2 
 drivers/usb/input/hid-input.c         |    2 
 drivers/usb/input/hid.h               |    6 +-
 drivers/usb/media/dsbr100.c           |   75 ++++++++++++++++++---------------
 drivers/usb/media/konicawc.c          |    2 
 drivers/usb/media/pwc-ctrl.c          |    2 
 drivers/usb/media/pwc-if.c            |    6 +-
 drivers/usb/media/pwc-uncompress.c    |    2 
 drivers/usb/media/pwc.h               |    2 
 drivers/usb/media/se401.c             |    2 
 drivers/usb/media/vicam.c             |    2 
 drivers/usb/misc/auerswald.c          |   16 +++----
 drivers/usb/misc/speedtouch.c         |   70 ++++++++++++++++++-------------
 drivers/usb/net/usbnet.c              |    2 
 drivers/usb/serial/belkin_sa.c        |    2 
 drivers/usb/serial/cyberjack.c        |    2 
 drivers/usb/serial/io_edgeport.c      |    2 
 drivers/usb/serial/io_ionsp.h         |    2 
 drivers/usb/serial/io_ti.c            |   22 ++++++++-
 drivers/usb/serial/ir-usb.c           |    4 -
 drivers/usb/serial/keyspan_usa26msg.h |    2 
 drivers/usb/serial/keyspan_usa28msg.h |    2 
 drivers/usb/serial/keyspan_usa49msg.h |    2 
 drivers/usb/serial/kobil_sct.c        |    2 
 drivers/usb/serial/pl2303.c           |    1 
 drivers/usb/serial/pl2303.h           |    3 +
 drivers/usb/serial/usb-serial.c       |    4 -
 drivers/usb/serial/usb-serial.h       |    2 
 drivers/usb/serial/visor.c            |   10 ++++
 drivers/usb/serial/visor.h            |    2 
 drivers/usb/storage/isd200.c          |    6 +-
 drivers/usb/storage/transport.h       |    2 
 drivers/usb/usb-skeleton.c            |    2 
 47 files changed, 233 insertions(+), 152 deletions(-)
-----
Short changelog:

<[EMAIL PROTECTED]>:
  o USB: memleak in Edgeport USB Serial Converter driver
  o USB: more Edgeport USB Serial Converter driver stuff
  o Memleak in KOBIL USB Smart Card Terminal Driver

<[EMAIL PROTECTED]>:
  o USB: Patch for DSBR-100 driver

David Brownell <[EMAIL PROTECTED]>:
  o USB ohci:  "registers" sysfs file

Duncan Sands <[EMAIL PROTECTED]>:
  o USB speedtouch: send path optimization

Greg Kroah-Hartman <[EMAIL PROTECTED]>:
  o USB: added support for Ericsson data cable to pl2303 driver
  o USB: fixup from previous io_ti.c patch
  o USB: Added support for the Sony Clie NZ90V device
  o USB: fix up a comment in usb_unlink()
  o USB: added support for the palm M100

Henning Meier-Geinitz <[EMAIL PROTECTED]>:
  o USB: Fix crash in read/write/ioctl in scanner driver

Johannes Erdfelt <[EMAIL PROTECTED]>:
  o uhci-hcd.c 2.5 finish completions in correct order

Steven Cole <[EMAIL PROTECTED]>:
  o USB: spelling fixes for drivers/usb

-----
Long changelog:


[EMAIL PROTECTED], 2003-03-14 15:06:18-08:00, [EMAIL PROTECTED]
  [PATCH] USB: added support for Ericsson data cable to pl2303 driver.
  
  Thanks to [EMAIL PROTECTED] for the needed information

 drivers/usb/serial/pl2303.c |    1 +
 drivers/usb/serial/pl2303.h |    3 +++
 2 files changed, 4 insertions(+)
------

[EMAIL PROTECTED], 2003-03-14 12:06:50-08:00, [EMAIL PROTECTED]
  [PATCH] USB: fixup from previous io_ti.c patch

 drivers/usb/serial/io_ti.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
------

[EMAIL PROTECTED], 2003-03-14 12:05:46-08:00, [EMAIL PROTECTED]
  [PATCH] USB: memleak in Edgeport USB Serial Converter driver

 drivers/usb/serial/io_ti.c |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
------

[EMAIL PROTECTED], 2003-03-14 11:58:58-08:00, [EMAIL PROTECTED]
  [PATCH] USB: spelling fixes for drivers/usb
  
  This spelling and typo cleanup patch was reviewed by Mike Hayes and
  Jared Daniel J. Smith.

 drivers/usb/class/bluetty.c           |    4 ++--
 drivers/usb/class/cdc-acm.c           |    4 ++--
 drivers/usb/class/usb-midi.c          |    2 +-
 drivers/usb/core/hub.c                |    4 ++--
 drivers/usb/core/urb.c                |    2 +-
 drivers/usb/host/hc_simple.c          |    2 +-
 drivers/usb/host/hc_simple.h          |    4 ++--
 drivers/usb/host/hc_sl811.h           |    2 +-
 drivers/usb/image/hpusbscsi.c         |    4 ++--
 drivers/usb/image/hpusbscsi.h         |    2 +-
 drivers/usb/image/scanner.c           |    6 +++---
 drivers/usb/input/hid-core.c          |    2 +-
 drivers/usb/input/hid-input.c         |    2 +-
 drivers/usb/input/hid.h               |    6 +++---
 drivers/usb/media/konicawc.c          |    2 +-
 drivers/usb/media/pwc-ctrl.c          |    2 +-
 drivers/usb/media/pwc-if.c            |    6 +++---
 drivers/usb/media/pwc-uncompress.c    |    2 +-
 drivers/usb/media/pwc.h               |    2 +-
 drivers/usb/media/se401.c             |    2 +-
 drivers/usb/media/vicam.c             |    2 +-
 drivers/usb/misc/auerswald.c          |   16 ++++++++--------
 drivers/usb/misc/speedtouch.c         |    2 +-
 drivers/usb/net/usbnet.c              |    2 +-
 drivers/usb/serial/belkin_sa.c        |    2 +-
 drivers/usb/serial/cyberjack.c        |    2 +-
 drivers/usb/serial/io_edgeport.c      |    2 +-
 drivers/usb/serial/io_ionsp.h         |    2 +-
 drivers/usb/serial/ir-usb.c           |    4 ++--
 drivers/usb/serial/keyspan_usa26msg.h |    2 +-
 drivers/usb/serial/keyspan_usa28msg.h |    2 +-
 drivers/usb/serial/keyspan_usa49msg.h |    2 +-
 drivers/usb/serial/usb-serial.c       |    4 ++--
 drivers/usb/serial/usb-serial.h       |    2 +-
 drivers/usb/storage/isd200.c          |    6 +++---
 drivers/usb/storage/transport.h       |    2 +-
 drivers/usb/usb-skeleton.c            |    2 +-
 37 files changed, 59 insertions(+), 59 deletions(-)
------

[EMAIL PROTECTED], 2003-03-14 11:10:11-08:00, [EMAIL PROTECTED]
  [PATCH] USB: more Edgeport USB Serial Converter driver stuff

 drivers/usb/serial/io_ti.c |    4 ++++
 1 files changed, 4 insertions(+)
------

[EMAIL PROTECTED], 2003-03-14 10:53:01-08:00, [EMAIL PROTECTED]
  [PATCH] USB: Patch for DSBR-100 driver
  
  I since you are  listed as the maintainer of the USB subsystem and
  I can't really see who else applies, I'm sending you a patch to my
  driver for the DSBR-100 USB radio.  This is mainly code cosmetics
  (fixed ugly missing spaces after commas I inherited from the
  aztech driver, some constants moved to preprocessor symbols), but
  there's one technical change: I used to stop the radio when my
  file descriptor was closed.  Petr Slansky <[EMAIL PROTECTED]>
  pointed out that the other radio drivers don't do that, so
  now I just let the radio run.

 drivers/usb/media/dsbr100.c |   75 ++++++++++++++++++++++++--------------------
 1 files changed, 41 insertions(+), 34 deletions(-)
------

[EMAIL PROTECTED], 2003-03-14 10:43:24-08:00, [EMAIL PROTECTED]
  [PATCH] Memleak in KOBIL USB Smart Card Terminal Driver
  
     There is a memleak on error exit path in KOBIL USB Smart Card Terminal
     Driver in both current 2.4 and 2.5.
     See the patch.
     Found with help of smatch + enhanced unfree script.

 drivers/usb/serial/kobil_sct.c |    2 ++
 1 files changed, 2 insertions(+)
------

[EMAIL PROTECTED], 2003-03-14 10:43:09-08:00, [EMAIL PROTECTED]
  [PATCH] uhci-hcd.c 2.5 finish completions in correct order
  
  Here's the 2.5 version of the patch to uhci.c to finish completions in
  the correct order.

 drivers/usb/host/uhci-hcd.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
------

[EMAIL PROTECTED], 2003-03-14 10:37:16-08:00, [EMAIL PROTECTED]
  [PATCH] USB: Fix crash in read/write/ioctl in scanner driver
  
  Used kobject reference counting to free the scn struct when the device
  is closed and disconnected. Avoids crashes when writing to a
  disconnected device. (Thanks to Greg KH).
  
  I've also changed irq_scanner to avoid submitting new URBs when the
  old one returned with an error. Without this change irq_scanner gets
  called ever and ever again after a disconnect while open.

 drivers/usb/image/scanner.c |   70 ++++++++++++++++++++++++++++++--------------
 drivers/usb/image/scanner.h |    4 +-
 2 files changed, 51 insertions(+), 23 deletions(-)
------

[EMAIL PROTECTED], 2003-03-14 10:36:55-08:00, [EMAIL PROTECTED]
  [PATCH] USB ohci:  "registers" sysfs file
  
  > This exhibits a build error when OHCI_VERBOSE_DEBUG is enabled:
  
  Odd, I guess the build I tested was when that was enabled
  without first enabling debugging.  The fix is trivial.

 drivers/usb/host/ohci-q.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
------

[EMAIL PROTECTED], 2003-03-11 17:35:29-08:00, [EMAIL PROTECTED]
  [PATCH] USB: Added support for the Sony Clie NZ90V device.
  
  Thanks to Martin Brachtl <[EMAIL PROTECTED]> for the information.

 drivers/usb/serial/visor.c |    7 +++++++
 drivers/usb/serial/visor.h |    1 +
 2 files changed, 8 insertions(+)
------

[EMAIL PROTECTED], 2003-03-11 17:16:12-08:00, [EMAIL PROTECTED]
  [PATCH] USB: fix up a comment in usb_unlink()
  
  Thanks to David for pointing this out.

 drivers/usb/core/urb.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
------

[EMAIL PROTECTED], 2003-03-11 17:13:26-08:00, [EMAIL PROTECTED]
  [PATCH] USB speedtouch: send path optimization
  
  Write multiple cells in one function call, rather than one cell per
  function call.  Under maximum send load, this reduces cell writing
  CPU usage from 0.0095% to 0.0085% on my machine.  A 10% improvement! :)

 drivers/usb/misc/speedtouch.c |   68 +++++++++++++++++++++++++-----------------
 1 files changed, 41 insertions(+), 27 deletions(-)
------

[EMAIL PROTECTED], 2003-03-11 17:02:44-08:00, [EMAIL PROTECTED]
  [PATCH] USB: added support for the palm M100
  
  Thanks to C Falconer <[EMAIL PROTECTED]> for the information.

Push file://home/greg/linux/BK/gregkh-2.5 -> file://home/greg/linux/BK/bleed-2.5
 drivers/usb/serial/visor.c |    3 +++
 drivers/usb/serial/visor.h |    1 +
 2 files changed, 4 insertions(+)
------


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to