Re: [linux-usb-devel] Re: highmem and usb

2002-01-06 Thread Oliver.Neukum
> > A driver on a 64bit system with a 32bit host controller, if the system > > has more than 4GB of RAM. > > By the time such systems become problematic, I'd expect hardware > vendors would be phasing out such 32bit I/O controllers. Remember > they're mostly integrated on motherboards. You are r

[linux-usb-devel] Re: 2.4.17 - hanging due to usb

2002-01-06 Thread Dylan Egan
Ok read this... more info. : usb.c: unable to get major 180 for usb devices usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-uhci.c: $Revision: 1.268 $ time 13:10:52 Jan 7 2002 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: USB UHCI at I/O 0xd000, IRQ 10 usb-uh

[linux-usb-devel] Extra LEDs on Chicony Internet Keyboard

2002-01-06 Thread Ben Clifford
I have a Chicony Internet Keyboard, branded by Compaq. It has two extra LEDs next to the Caps, Num and Scroll Lock (intended for indication of sleep mode and new e-mail). Has anyone ever got these LEDs working? Ben -- Ben Clifford [EMAIL PROTECTED] http://www.hawaga.org.uk/ben/ GPG: 30F0

[linux-usb-devel] can linux now support usb2.0?

2002-01-06 Thread 龚永生
___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

[linux-usb-devel] Re: 2.4.17 - hanging due to usb

2002-01-06 Thread Dylan Egan
>Can you not load the usb-storage driver, load the usbcore module, and >the USB host driver that you are using, and point hotplug to somewhere >else: > echo /bin/true > /proc/sys/kernel/hotplug > >Then plug in your device, and send the output of /proc/bus/usb/devices >to the list (and the

[linux-usb-devel] PATCH 2.5.2-pre9 usb docs

2002-01-06 Thread David Brownell
This tells the kerneldoc to include the "hcd" support layer. Later patches will start to move the usb_bus operations into that layer, so the section now described as "usbcore" can be for device drivers. - Dave usbdoc-0106.patch Description: Binary data

[linux-usb-devel] [PATCH] sparc64 usb devrequest change

2002-01-06 Thread Greg KH
Hi, Here's a patch for the sparc64 code against 2.5.2-pre9 that enables the code to compile properly due to a patch that has been sent to Linus that changes the field names of the usbdevfs_ctrltransfer structure to match the USB spec names. thanks, greg k-h diff -Nru a/arch/sparc64/kernel/ioc

[linux-usb-devel] [PATCH 7 of 7] USB devrequest changes

2002-01-06 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre9 that renames the "generic" devrequest typedef, and replaces it with the "struct usb_ctrlrequest". It also renames the fields of the structure to match the USB protocol field names and adds some documentation for the structure. The patch was done by Johannes

[linux-usb-devel] [PATCH 6 of 7] USB CREDITS and MAINTAINERS updates

2002-01-06 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre9 that updates the CREDITS and MAINTAINERS files with the latest usb driver work information, and an email change. thanks, greg k-h diff -Nru a/CREDITS b/CREDITS --- a/CREDITS Sun Jan 6 12:18:36 2002 +++ b/CREDITS Sun Jan 6 12:18:36 2002 @@ -527,6 +5

[linux-usb-devel] [PATCH 3 of 7] USB makefile changes

2002-01-06 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre9 that adds the auerswald driver to the usb Makefile, and fixes a problem when the EHCI driver is compiled into the kernel (it needs to be initialized before any other host controller driver.) thanks, greg k-h diff -Nru a/drivers/usb/Makefile b/drivers/usb/

[linux-usb-devel] [PATCH 5 of 7] USB skeleton driver documentation update

2002-01-06 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre9 that updates the usb-skeleton driver to document the module reference count logic a bit better. The patch was written by Chris Rankin. thanks, greg k-h diff -Nru a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c --- a/drivers/usb/usb-skeleton.c

[linux-usb-devel] [PATCH 1 of 7] USB auserwald driver added

2002-01-06 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre9 that adds a USB driver for all of the auerswald ISDN devices. The patch was written by Wolfgang Mües. thanks, greg k-h diff -Nru a/Documentation/Configure.help b/Documentation/Configure.help --- a/Documentation/Configure.help Sun Jan 6 12:18:36 200

[linux-usb-devel] [PATCH 2 of 7] USB config.in changes

2002-01-06 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre9 that adds the auerswald driver to the usb configuration, and adds a comment showing that USB storage depends on SCSI support. thanks, greg k-h diff -Nru a/drivers/usb/Config.in b/drivers/usb/Config.in --- a/drivers/usb/Config.in Sun Jan 6 12:18:36 20

[linux-usb-devel] [PATCH 4 of 7] USB serial module reference changes

2002-01-06 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre9 that modifies all of the usb-serial drivers to use the new usb-serial module reference logic. thanks, greg k-h diff -Nru a/drivers/usb/serial/belkin_sa.c b/drivers/usb/serial/belkin_sa.c --- a/drivers/usb/serial/belkin_sa.cSun Jan 6 12:18:37 2002 +++