Re: [linux-usb-devel] uhci_hcd problem: over-current change repeated messages

2006-11-29 Thread José Alfredo Cañizo Rincón
>> Any other idea on how to fix this? > There are a few possibilities. For example, we could add a sysfs > attribute file listing ports which should not be monitored for > an overcurrent condition. Sounds good to me. The thing is, I have no idea on how to go about doing this, I'm not familiar

[linux-usb-devel] Warning: message 1Gp9Zr-00065Z-Jm delayed 24 hours

2006-11-29 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after more than 24 hours on the queue on externalmx-1.sourceforge.net. The message identifier is: 1Gp9Zr-00065Z-Jm The subject of the message i

Re: [linux-usb-devel] uhci_hcd problem: over-current change repeated messages

2006-11-29 Thread Alan Stern
On Wed, 29 Nov 2006, José Alfredo Cañizo Rincón wrote: > On my system, kernel 2.6.18.3 sends repeated messages which keep > > appearing on every console and in the system logs at a rate of four > > per second or so since boot. > > > > On the console: > > > > hub 1-0:1.0: over-current chang

[linux-usb-devel] あなたのパソコ ンが収入ツールになります。

2006-11-29 Thread captain-k2
独占広告━━━    Home Office World Office inc.   ≪第14期募集要項≫ http://www.j-netshop.com/business.htm    ◆家のパソコンを利用して、収入を得たい方      ◆空いた時間を利用して副業したい方      ◆自由な時間を利用しておこづかいを稼ぎたい主婦の方     ※すでにアメリカとヨーロッパで成功しているシステムを 自宅のパソコンで、収入ツー

[linux-usb-devel] uhci_hcd problem: over-current change repeated messages

2006-11-29 Thread José Alfredo Cañizo Rincón
On my system, kernel 2.6.18.3 sends repeated messages which keep appearing on every console and in the system logs at a rate of four per second or so since boot. On the console: hub 1-0:1.0: over-current change on port 2 In system logs: Nov 28 02:36:58 mundolimite kernel: hub 1-0:1.0:

Re: [linux-usb-devel] Host Controller Driver without EHCI/OHCI

2006-11-29 Thread David Brownell
On Sunday 26 November 2006 7:40 pm, KL Ho wrote: > Hi everyone, > > Im doing a project of a MIPS SOC development and the kernel 2.6 will run on > it. > It has a USB 2.0 OTG controller IP but the host controller interface is not > EHCI/OHCI. > > I found that most of host controller driver in

Re: [linux-usb-devel] Error -71 connecting IDEN phone

2006-11-29 Thread David Brownell
On Tuesday 28 November 2006 2:10 pm, Larry Fenske XX (BO/EUS) wrote: > usb 5-1: new full speed USB device using address 2 > usb 5-1: device not accepting address 2, error -71 Can you see if this patch helps? CUT HERE Tweak some early enumeration code paths: - After a

Re: [linux-usb-devel] Error -71 connecting IDEN phone

2006-11-29 Thread Felipe Balbi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ext Larry Fenske XX (BO/EUS) wrote: > Yes, other devices work. I tried a USB flash drive (a.k.a. thumb drive). It > works fine in both USB ports that I tried it in. I can read the filesystem > on it. > > - Larry > > -Original Message- >

Re: [linux-usb-devel] Error -71 connecting IDEN phone

2006-11-29 Thread Larry Fenske XX (BO/EUS)
Yes, other devices work. I tried a USB flash drive (a.k.a. thumb drive). It works fine in both USB ports that I tried it in. I can read the filesystem on it. - Larry -Original Message- From: Oliver Neukum [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 2:49 AM To: linux

Re: [linux-usb-devel] fix for transient error in usb printer driver

2006-11-29 Thread Willy Tarreau
On Wed, Nov 29, 2006 at 01:06:52PM +0100, Oliver Neukum wrote: > Hi, > > this is a port of a fix for 2.6 which handles transient errors while > writing to the printer. The buffer has to be marked free again if > urb submission fails, as the completion handler can't do it. > Please apply to the 2.4

Re: [linux-usb-devel] [RFC] ohci: Fix multiple bus glues problem

2006-11-29 Thread Alan Stern
On Wed, 29 Nov 2006, Sylvain Munaut wrote: > Alan Stern wrote: > > There are two things I don't like about your change. First, you've added > > a lot of new global symbols. That's not _too_ bad in itself, but it would > > be better if you could avoid it. > > > > Second, you've changed the way

Re: [linux-usb-devel] Kernel support for Audio Devices Class Release 2.0

2006-11-29 Thread Clemens Ladisch
Carsten Beth wrote: > On Friday, November 24, 2006 11:54 Clemens Ladisch wrote: > > The 1.0 spec doesn't say anything about high speed. Other drivers > > might get confused, but the Linux USB audio driver _does_ support high > > speed transfers. > > > > The only known device where this is used is

Re: [linux-usb-devel] [RFC] ohci: Fix multiple bus glues problem

2006-11-29 Thread Sylvain Munaut
Alan Stern wrote: > There are two things I don't like about your change. First, you've added > a lot of new global symbols. That's not _too_ bad in itself, but it would > be better if you could avoid it. > > Second, you've changed the way the driver appears to userspace. Now > instead of load

Re: [linux-usb-devel] rtl8150 support for OQO

2006-11-29 Thread Petko Manolov
Thanks for the patch. I don't think this device and vendor ID has ever been submitted. Petko On Tue, 28 Nov 2006, [EMAIL PROTECTED] wrote: > Hi, > > I am using the rtl8150 driver included in kernel version 2.6.17 with my OQO > however I needed to add the vendor ID for this c

Re: [linux-usb-devel] [RFC] ohci: Fix multiple bus glues problem

2006-11-29 Thread Alan Stern
On Wed, 29 Nov 2006, Sylvain Munaut wrote: > Hello, > > There is a problem when the OHCI module is compiled with multiple bus > glue as a module. > Since the glues are #included, if there is several of them, the > module_init / module_exit causes > problem. This only happens when in module of cou

Re: [linux-usb-devel] InterVideo RC-201 IR USB Remote Control

2006-11-29 Thread Oliver Neukum
Am Mittwoch, 29. November 2006 15:06 schrieb Adam Sulmicki: > > Hello folks, > is there some way to run USB in polled mode? > > It seems I have lots of trouble getting the USB remote > to work in IRQ driven mode. What exactly do you mean by that? On a bus level USB is a polling

Re: [linux-usb-devel] InterVideo RC-201 IR USB Remote Control

2006-11-29 Thread Adam Sulmicki
Hello folks, is there some way to run USB in polled mode? It seems I have lots of trouble getting the USB remote to work in IRQ driven mode. -- Adam Sulmicki http://www.eax.com The Supreme Headquarters of the 32 bit registers --

[linux-usb-devel] fix for transient error in usb printer driver

2006-11-29 Thread Oliver Neukum
Hi, this is a port of a fix for 2.6 which handles transient errors while writing to the printer. The buffer has to be marked free again if urb submission fails, as the completion handler can't do it. Please apply to the 2.4 tree. Regards Oliver Signed-off-by: Oliver Neuku

[linux-usb-devel] usbserial comaptibility

2006-11-29 Thread Wojciech Kromer
Hello. I'm writing USB firmware for serial device. What should be implemented to reach usbserial module compatibility??? Especially i want my device: - to be recognized as valid usbserial without specyfing id=... - get flow control to work It seems that INT entpoints are not used. I have also f

Re: [linux-usb-devel] Error -71 connecting IDEN phone

2006-11-29 Thread Oliver Neukum
Am Dienstag, 28. November 2006 23:10 schrieb Larry Fenske XX (BO/EUS): > I am attempting to connect a Motorola IDEN phone to a Linux box.  Most > of the time I get an error -71 in /var/log/messages. Here are six failed > attempts: Do any other USB devices work? Regards Oli

Re: [linux-usb-devel] Kernel support for Audio Devices Class Release 2.0

2006-11-29 Thread Carsten Beth
Hallo, thank you very much for your answer, clemens. On Friday, November 24, 2006 11:54 Clemens Ladisch wrote: > Carsten Beth wrote: > > 1) I found that there is a newer audio device class defined, the > > "Universal Serial Bus Device Class Definition for Audio Devices", > > Release 2.0, May 31,

[linux-usb-devel] [RFC] ohci: Fix multiple bus glues problem

2006-11-29 Thread Sylvain Munaut
Hello, There is a problem when the OHCI module is compiled with multiple bus glue as a module. Since the glues are #included, if there is several of them, the module_init / module_exit causes problem. This only happens when in module of course (if not in module module_init is replaces by some init

[linux-usb-devel] FYI - unusual devs patches

2006-11-29 Thread Phil Dibowitz
Just as an FYI - I was in the UK for business for the last 10 days, so I'm WAY behind on email. There are a few patches in my inbox and I'll get to them this week... but Matt and Alan, I do see 'em. :) -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages