Pull from: bk://linuxusb.bkbits.net/linus-2.5
CREDITS | 12 MAINTAINERS | 2 drivers/usb/Config.help | 18 drivers/usb/Config.in | 3 drivers/usb/Makefile | 1 drivers/usb/emi26.c | 239 + drivers/usb/emi26_fw.h | 5775 +++++++++++++++++++++++++++++++++++++++ drivers/usb/pegasus.c | 14 drivers/usb/pegasus.h | 10 drivers/usb/serial/io_edgeport.c | 21 drivers/usb/serial/ipaq.c | 12 drivers/usb/usb.c | 2 12 files changed, 6081 insertions(+), 28 deletions(-) ------ [EMAIL PROTECTED], 2002-03-13 14:35:53-08:00, [EMAIL PROTECTED] USB ipaq driver Fixed a panic caused by the line discipline echoing characters. It also fixes a problem where the echoing messes up ppp chat. drivers/usb/serial/ipaq.c | 12 ++++++++++++ 1 files changed, 12 insertions(+) ------ [EMAIL PROTECTED], 2002-03-13 14:34:39-08:00, [EMAIL PROTECTED] USB Emagic EMI 2I6 support to kernel Here is patch against linuxusb.bkbits.net LINUX_2.4.19-pre2 export, which adds Emagic EMI 2|6 usb audio interface firmware loader support to linux kernel. I also have other kernel patches and emi26 cvs export available at: http://www.vtoy.fi/~tapio/emi26.html drivers/usb/Config.help | 12 drivers/usb/Config.in | 1 drivers/usb/Makefile | 1 drivers/usb/emi26.c | 239 + drivers/usb/emi26_fw.h | 5775 ++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 6028 insertions(+) ------ [EMAIL PROTECTED], 2002-03-13 14:30:11-08:00, [EMAIL PROTECTED] USB edgeport driver Fixed bug that prevented multiple edgeport devices from working at once. drivers/usb/serial/io_edgeport.c | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) ------ [EMAIL PROTECTED], 2002-03-13 14:28:45-08:00, [EMAIL PROTECTED] USB pegasus driver Elcon vendor/device support added. drivers/usb/Config.in | 2 +- drivers/usb/pegasus.c | 14 +++++++++----- drivers/usb/pegasus.h | 10 ++++++---- 3 files changed, 16 insertions(+), 10 deletions(-) ------ [EMAIL PROTECTED], 2002-03-13 14:24:14-08:00, [EMAIL PROTECTED] email address changes. CREDITS | 12 ++++++------ MAINTAINERS | 2 +- drivers/usb/Config.help | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) ------ [EMAIL PROTECTED], 2002-03-11 19:46:01-06:00, [EMAIL PROTECTED] Make USB core init an subsys_initcall, like the other buses. As it's linked after PCI, usb_init() will be called after pci_init(), which is an subsys_initcall, too. Subtle, but right. drivers/usb/usb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel