[linux-usb-devel] Re: usb oops in 2.6.13-rc6-mm2

2005-08-25 Thread Pete Zaitcev
Bouncing this to linux-usb-devellist. Seems like something non-specific to usb-storage. -- Pete Date: Tue, 23 Aug 2005 13:25:10 +0200 From: Jens Axboe [EMAIL PROTECTED] usbcore: deregistering driver usb-storage usb 1-1: USB disconnect, address 3 Unable to handle kernel NULL pointer dereference

[linux-usb-devel] usbnet work on omap730

2005-08-25 Thread wangxiaohua
hi, Anyone who has run usbnet successfully using ether.c and omap_udc.c in kernel 2.6.12. My platform is omap730,and the usb device interface uses intergrated transceiver, without OTG. Thus, what are the compile options with omap_udc.c? Anything else need to modify? *Is ether.c

[linux-usb-devel] about epn transfer error

2005-08-25 Thread 王磊
after set_config , epn can work well,but after several minutes correct transfers(our process keep transfering for a long time) , our driver may get a wrong state when get data from pc . the state is SHUTDOWN or OVERFLOW. I want to know which the error is mostly

[linux-usb-devel] Presentation solution using Wireless Presenter Wide Pointer

2005-08-25 Thread Lees
Dear sir,We are introducing our produced Wireless Presenter Wide Pointer which can do Wireless Mouse, Page Up/Down as well as Laser Pointer for the market and users Education,

[linux-usb-devel] OHCI driver problem on XXS1500 device (Au1500 CPU)?

2005-08-25 Thread tim royce
I have an XXS1500 (from myCable.de) based on the Au1500 MIPS. I am trying to make a SoundBlaster Live! External USB card working. Regardless of whether I use the OSS or ALSA drivers, I get the same corrupted output: A high-frequency and noise alternating in frequency. Always the same pattern when

Re: [linux-usb-devel] multiple /dev/ entries for one driver?

2005-08-25 Thread Clemens Ladisch
Jouni Rynö wrote: I try to upgrade my x2s_usb 2.4 kernel driver to 2.6. On 2.4 the driver had 6 /dev entries (via devfs) Now I have to say, that I cannot figure out the proper way to generate these /dev entries for the USB-driver. None of the kernel provided drivers seem to have that kind

Re: [linux-usb-devel] multiple /dev/ entries for one driver?

2005-08-25 Thread Jouni Rynö
Actually my question goes down to simple question: Is it possible to have multiple minors for single interface, or should I do something different? Looks like I could call usb_register_dev multiple times, if I fix the interface.minor after the calls. Maybe ... Jouni On Wed, 2005-08-24 at 15:55

Re: [linux-usb-devel] MP3 player iAudio G3 doesn't work on 2.6.12.3

2005-08-25 Thread Alan Stern
On Wed, 24 Aug 2005, Andy Stewart wrote: HI Alan et al, I have gathered the requested debug information - shown below. Thanks for the help! That's weird. The log shows your device pretty much died as soon as it got the first SCSI command. And yet you say it works okay on your laptop

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 5072] New: USB 2 storage devices fail on motherboard plug w/2.6 kernels (not 2.4!) while backplane plugs work

2005-08-25 Thread Alan Stern
On Wed, 24 Aug 2005, Dave North wrote: There is perhaps an excessive interest in the device. However, I applied the patch and have some results to report. But first a little organized background: This USB2 device, and all others, will initialize and mount on the back ports with kernel

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 5072] New: USB 2 storage devices fail on motherboard plug w/2.6 kernels (not 2.4!) while backplane plugs work

2005-08-25 Thread Dave North
On Aug 25, 2005, at 7:58 AM, Alan Stern wrote: Mounting is the least of your problems. Those repeated errors and failures during enumeration are more troubling. Do they occur at all when you run 2.4? The log you posted had that portion cut out. Alan, there's a very good reason for that.

Re: [linux-usb-devel] Re: usb oops in 2.6.13-rc6-mm2

2005-08-25 Thread Alan Stern
On Wed, 24 Aug 2005, Pete Zaitcev wrote: Bouncing this to linux-usb-devellist. Seems like something non-specific to usb-storage. -- Pete Date: Tue, 23 Aug 2005 13:25:10 +0200 From: Jens Axboe [EMAIL PROTECTED] usbcore: deregistering driver usb-storage usb 1-1: USB disconnect,

Re: [linux-usb-devel] Re: usb oops in 2.6.13-rc6-mm2

2005-08-25 Thread Alan Stern
On Thu, 25 Aug 2005, Daniel Ritz wrote: The remark in parenthesis is wrong. dev-driver can be set when calling device_add, at which time the device obviously is not already bound to a driver. When this is done, device_attach will automatically bind the device to dev-driver. yeah, i

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 5072] New: USB 2 storage devices fail on motherboard plug w/2.6 kernels (not 2.4!) while backplane plugs work

2005-08-25 Thread Dave North
On Aug 25, 2005, at 7:58 AM, Alan Stern wrote: Forget about it. That may be what I have to say in the end. After recovering from kicking myself and calming down, it finally dawned on me that this entire fiasco is probably the result of a defective plug or wire. So I stopped by a store on

Re: [linux-usb-devel] PXA27x OHCI Driver RFC

2005-08-25 Thread Richard Purdie
On Wed, 2005-08-24 at 14:42 -0700, David Brownell wrote: What I'd like to do is have NDP used only in ohci_hub_status() (e.g. the workaround for those early AMD-756 chips) and have the rest of the driver reference some field in struct ohci_hcd which is initialized by OHCI core code -- iff it

[linux-usb-devel] [patch] USB OHCI Consolidate NDP register handling

2005-08-25 Thread Richard Purdie
A number of platforms have differences in the way the NDP register (in roothub_a) reports the number of ports present. This patch allows the platform specific code to optionally supply the number of ports. The driver just reads the value at init (if not supplied) instead of reading it every time

[linux-usb-devel] [patch 1/2] USB PXA-27x OHCI Driver Cleanup

2005-08-25 Thread Richard Purdie
There is no need to set usb power during init with the modern ohci driver. The power control functions are also incorrect. They should therefore be removed. (This leads into the removal of platform specific code.) Add a check to clear the OTG pin hold bit until such times OTG is properly

[linux-usb-devel] [patch 2/2] USB PXA-27x OHCI Separate platform code from main driver

2005-08-25 Thread Richard Purdie
To allow multiple platforms to use the PXA27x OHCI driver, the platform code needs to be moved into the board specific files in arch/arm/mach-pxa. This patch does this for mainstone and adds preliminary hooks to allow other boards to use the driver. This has been compile tested for mainstone and

[linux-usb-devel] Re: [patch 2/2] USB PXA-27x OHCI Separate platform code from main driver

2005-08-25 Thread Nicolas Pitre
On Fri, 26 Aug 2005, Richard Purdie wrote: To allow multiple platforms to use the PXA27x OHCI driver, the platform code needs to be moved into the board specific files in arch/arm/mach-pxa. This patch does this for mainstone and adds preliminary hooks to allow other boards to use the driver.

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 5072] New: USB 2 storage devices fail on motherboard plug w/2.6 kernels (not 2.4!) while backplane plugs work

2005-08-25 Thread Alan Stern
On Thu, 25 Aug 2005, Dave North wrote: On Aug 25, 2005, at 7:58 AM, Alan Stern wrote: Forget about it. That may be what I have to say in the end. After recovering from kicking myself and calming down, it finally dawned on me that this entire fiasco is probably the result of a

[linux-usb-devel] [EMAIL PROTECTED]: [PATCH as550] Fix messed-up locking]

2005-08-25 Thread Matthew Dharm
This is patch as550 from Alan Stern. Apparently someone changed the SCSI core so that it no longer holds the host lock when doing a device or bus reset. usb-storage was updated at the time, but the change was done carelessly. Some of the code depends on that lock being held. This patch

Re: [linux-usb-devel] PXA27x OHCI Driver RFC

2005-08-25 Thread David Brownell
Feel like spinning a patch that looks like that? This email will be followed by a patch along these lines. Looks pretty decent; thanks. I'll look at it later when I have some time. Ditto the other patches. The one thing I'm unsure of is the point at which you can read the NDP value.