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

 
 drivers/usb/hub.c          |   60 +++++++++++++++++++++++++--------------------
 drivers/usb/inode.c        |   51 --------------------------------------
 drivers/usb/serial/visor.c |    9 +++++-
 drivers/usb/serial/visor.h |    3 +-
 drivers/usb/usb-skeleton.c |    6 +++-
 drivers/usb/usb.c          |    6 ++--
 6 files changed, 51 insertions(+), 84 deletions(-)

------
[EMAIL PROTECTED], 2002-02-15 11:55:30-08:00, [EMAIL PROTECTED]
  usb core:
        - Fix for removing a device that does not have a driver bound to it.

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

------
[EMAIL PROTECTED], 2002-02-15 11:58:26-08:00, [EMAIL PROTECTED]
  usb hub:
        - fixed problem where usb_port_status was on the stack.
          Based on a patch from Martin Diehl

 drivers/usb/hub.c |   60 ++++++++++++++++++++++++++++++------------------------
 1 files changed, 34 insertions(+), 26 deletions(-)

------
[EMAIL PROTECTED], 2002-02-15 11:59:08-08:00, [EMAIL PROTECTED]
  usb visor driver:
        - added support for the Clie S-360 device

 drivers/usb/serial/visor.c |    9 +++++++--
 drivers/usb/serial/visor.h |    3 ++-
 2 files changed, 9 insertions(+), 3 deletions(-)

------
[EMAIL PROTECTED], 2002-02-15 12:00:16-08:00, [EMAIL PROTECTED]
  usb usbfs:
        - fixes based on Pat Mochel's latest driverfs fixes based on Al Viro's 
comments :)

 drivers/usb/inode.c |   51 ---------------------------------------------------
 1 files changed, 51 deletions(-)

------
[EMAIL PROTECTED], 2002-02-15 12:06:45-08:00, [EMAIL PROTECTED]
  usb skeleton driver:
        - fix by Holger Waechtler <[EMAIL PROTECTED]> for if a device does
          not have both a bulk in and bulk out endpoint.

 drivers/usb/usb-skeleton.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletion(-)


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to