More USB changes for 2.5.20

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


 drivers/usb/class/Config.in  |    1 
 drivers/usb/class/Makefile   |    1 
 drivers/usb/class/usb-midi.c | 2228 +++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/class/usb-midi.h |  143 ++
 drivers/usb/core/Makefile    |    6 
 drivers/usb/core/drivers.c   |    2 
 drivers/usb/core/hcd-pci.c   |  401 +++++++
 drivers/usb/core/hcd.c       |  401 -------
 drivers/usb/core/hcd.h       |    5 
 9 files changed, 2793 insertions(+), 395 deletions(-)
------

[EMAIL PROTECTED], 2002-06-06 14:19:55-07:00, [EMAIL PROTECTED]
  USB: split some pci specific pieces out of hcd.c into a separate file.

 drivers/usb/core/Makefile  |    6 
 drivers/usb/core/hcd-pci.c |  401 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/core/hcd.c     |  401 ---------------------------------------------
 drivers/usb/core/hcd.h     |    5 
 4 files changed, 419 insertions(+), 394 deletions(-)
------

[EMAIL PROTECTED], 2002-06-05 16:49:34-07:00, [EMAIL PROTECTED]
  Added usb-midi driver from NAGANO Daisuke with some porting from me.

 drivers/usb/class/Config.in  |    1 
 drivers/usb/class/Makefile   |    1 
 drivers/usb/class/usb-midi.c | 2228 +++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/class/usb-midi.h |  143 ++
 4 files changed, 2373 insertions(+)
------

[EMAIL PROTECTED], 2002-06-05 16:47:59-07:00, [EMAIL PROTECTED]
  [PATCH] Have core/drivers.c include <linux/gfp.h>
  
  Currently, drivers/usb/core/drivers.c includes <linux/mm.h> to get at
  <linux/gfp.h>.  The following includes <linux/gfp.h> directly.

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


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to