From: Greg KH To: torvalds@transmeta.com Cc: linux-usb-devel@lists.sourceforge.net Subject: [BK PATCH] USB changes for 2.5.20 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(-) ------ ChangeSet@1.467, 2002-06-06 14:19:55-07:00, greg@kroah.com 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(-) ------ ChangeSet@1.447.2.7, 2002-06-05 16:49:34-07:00, greg@kroah.com 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(+) ------ ChangeSet@1.447.2.6, 2002-06-05 16:47:59-07:00, trini@kernel.crashing.org [PATCH] Have core/drivers.c include Currently, drivers/usb/core/drivers.c includes to get at . The following includes directly. drivers/usb/core/drivers.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) ------