Re: [linux-usb-devel] /sys/module/g_ether/parameters oops

2005-12-12 Thread David Brownell
On Monday 12 December 2005 10:48 pm, Aras Vaichas wrote: > Hi, > > I was poking around /sys and I noticed that g_ether gave an oops if I tried > to > look at its parameters. g_serial seems to work OK, as do most of the other > modules that I checked. > > Does anyone else have this problem? Ei

Re: [linux-usb-devel] Re: 2.6.15-rc5-mm2: ehci_hcd crashes on load sometimes

2005-12-12 Thread David Brownell
> > if ((status & STS_PCD) && device_may_wakeup(&hcd->self.root_hub->dev)) { What happens if you make that line read if ((status & STS_PCD) != 0) { and ignore the root hub thing? There's some confusion about when the root hub becomes available ... it should be done a lot earlier

[linux-usb-devel] /sys/module/g_ether/parameters oops

2005-12-12 Thread Aras Vaichas
Hi, I was poking around /sys and I noticed that g_ether gave an oops if I tried to look at its parameters. g_serial seems to work OK, as do most of the other modules that I checked. Does anyone else have this problem? /root # uname -a Linux RFIDreader 2.6.14-srm2 #14 PREEMPT Tue Dec 13 17:23

[linux-usb-devel] 2nd device node not created with dual joypad adapter

2005-12-12 Thread Michael Alladin
After doing some digging with regards to my original problem (PSX Dual Pad adapter not functioning) I have noticed a couple of things. 1. Even though it's a DUAL Adapter, only ONE device node, /dev/input/js0 is created. No matter how many "joysticks" I plug in i.e. 0, 1 or 2. 2. After turnin

Re: [linux-usb-devel] Re: 2.6.15-rc5-mm1

2005-12-12 Thread Alan Stern
On Mon, 12 Dec 2005, Andrew Morton wrote: > "J.A. Magallon" <[EMAIL PROTECTED]> wrote: > > > > > Sorry for the delay. I'm just compiling all rcs from rc2 to rc5 and will > > > try to boot whith them. > > > > > > For the rest of your questions: > > > - I have no /etc/udev/agents.d/usb/usbcore > >

[linux-usb-devel] Re: [patch 4/4] UHCI: add missing memory barriers

2005-12-12 Thread Alan Stern
On Mon, 12 Dec 2005, Jeff Garzik wrote: > Greg Kroah-Hartman wrote: > > From: Alan Stern <[EMAIL PROTECTED]> > > > > This patch (as617) adds a couple of memory barriers that Ben H. forgot in > > his recent suspend/resume fix. > > > > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> > > Signed-off-b

[linux-usb-devel] Re: [patch 4/4] UHCI: add missing memory barriers

2005-12-12 Thread Greg KH
On Mon, Dec 12, 2005 at 07:27:45PM -0500, Jeff Garzik wrote: > Greg Kroah-Hartman wrote: > >From: Alan Stern <[EMAIL PROTECTED]> > > > >This patch (as617) adds a couple of memory barriers that Ben H. forgot in > >his recent suspend/resume fix. > > > >Signed-off-by: Alan Stern <[EMAIL PROTECTED]> >

Re: [linux-usb-devel] USB Serial Error

2005-12-12 Thread Ajay Jain
Ajay Jain wrote: > I am using my own usb host driver and trying to run a serial device on > that. 1 out of 5 times, I get an error "kernel panic, aiee, scheduling > in interrupt handler". The device in question is pl2303. From > usbserial.c, the function serial_write_room is called. The error come

[linux-usb-devel] Re: [patch 4/4] UHCI: add missing memory barriers

2005-12-12 Thread Jeff Garzik
Greg Kroah-Hartman wrote: From: Alan Stern <[EMAIL PROTECTED]> This patch (as617) adds a couple of memory barriers that Ben H. forgot in his recent suspend/resume fix. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/usb/host/uhci

[linux-usb-devel] Re: 2.6.15-rc5-mm1

2005-12-12 Thread Andrew Morton
"J.A. Magallon" <[EMAIL PROTECTED]> wrote: > > > Sorry for the delay. I'm just compiling all rcs from rc2 to rc5 and will > > try to boot whith them. > > > > For the rest of your questions: > > - I have no /etc/udev/agents.d/usb/usbcore > > - I have killed all the devfs compat scripts/rules (BTW,

[linux-usb-devel] Re: 2.6.15-rc5-mm2: ehci_hcd crashes on load sometimes

2005-12-12 Thread Ben Pfaff
"Rafael J. Wysocki" <[EMAIL PROTECTED]> writes: >Namely, it followed from the oops that the problem > occured at the address {:ehci_hcd:ehci_irq+224}, which is at the > offset 224 wrt ehci_irq, so I did: > > gdb drivers/usb/host/ehci-hcd.o > > In gdb I did: > > info line ehci_irq > > and it told m

[linux-usb-devel] Re: 2.6.15-rc5-mm2: ehci_hcd crashes on load sometimes

2005-12-12 Thread Andrew Morton
"Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > On Monday, 12 December 2005 22:09, Andrew Morton wrote: > > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > > > > > It's best to actually send a copy of line 620 - kernels vary a lot, and > > > > many developers won't have that particualr -m

[linux-usb-devel] Re: 2.6.15-rc5-mm2: ehci_hcd crashes on load sometimes

2005-12-12 Thread Rafael J. Wysocki
On Monday, 12 December 2005 22:09, Andrew Morton wrote: > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > > > It's best to actually send a copy of line 620 - kernels vary a lot, and > > > many developers won't have that particualr -mm tree handy. > > > > > > The way I normally do this is

[linux-usb-devel] USB Serial Error

2005-12-12 Thread Ajay Jain
Hi, I am using my own usb host driver and trying to run a serial device on that. 1 out of 5 times, I get an error "kernel panic, aiee, scheduling in interrupt handler". The device in question is pl2303. From usbserial.c, the function serial_write_room is called. The error comes on doing do

[linux-usb-devel] Re: 2.6.15-rc5-mm2: ehci_hcd crashes on load sometimes

2005-12-12 Thread Andrew Morton
"Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > It's best to actually send a copy of line 620 - kernels vary a lot, and > > many developers won't have that particualr -mm tree handy. > > > > The way I normally do this is to do `gdb vmlinux' and then `l > > *0x880ad9d0'. > > Doe

[linux-usb-devel] Re: 2.6.15-rc5-mm2: ehci_hcd crashes on load sometimes

2005-12-12 Thread Rafael J. Wysocki
On Monday, 12 December 2005 21:29, Andrew Morton wrote: > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > > On Sunday, 11 December 2005 21:38, Andrew Morton wrote: > > > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > > > > > > The ehci_hcd driver causes problems like this: > > > > > > >

[linux-usb-devel] Re: 2.6.15-rc5-mm2: ehci_hcd crashes on load sometimes

2005-12-12 Thread Andrew Morton
"Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > On Sunday, 11 December 2005 21:38, Andrew Morton wrote: > > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > > > > The ehci_hcd driver causes problems like this: > > > > > > ehci_hcd :00:02.2: EHCI Host Controller > > > ehci_hcd :00:02

[linux-usb-devel] [patch 4/4] UHCI: add missing memory barriers

2005-12-12 Thread Greg Kroah-Hartman
From: Alan Stern <[EMAIL PROTECTED]> This patch (as617) adds a couple of memory barriers that Ben H. forgot in his recent suspend/resume fix. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/usb/host/uhci-hcd.c |2 ++ 1 file cha

[linux-usb-devel] Re: 2.6.15-rc5-mm2: ehci_hcd crashes on load sometimes

2005-12-12 Thread Rafael J. Wysocki
On Sunday, 11 December 2005 21:38, Andrew Morton wrote: > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > > The ehci_hcd driver causes problems like this: > > > > ehci_hcd :00:02.2: EHCI Host Controller > > ehci_hcd :00:02.2: debug port 1 > > ehci_hcd :00:02.2: new USB bus registe

[linux-usb-devel] zaurus module in kernel 2.6.14 broken

2005-12-12 Thread Björn Ruberg
Hi devs, I noticed a bug in kernel-2.6.14 on PC side. I have a SHARP SL-5600 (poodle) to that I connect via usbnet and always could ssh into it. Moreover the zaurus succesful booted into a nfs-mounted gentoo. Well, so good with kernel 2.6.13. After I updated to kernel 2.6.14 on the PC, suddently

Re: [linux-usb-devel] about web camera using usb video class

2005-12-12 Thread Laurent Pinchart
> which driver are you working? windows host or gadget driver? I'm working on a Linux USB host driver for USB Video Class devices. Laurent Pinchart --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems?

Re: [linux-usb-devel] about web camera using usb video class

2005-12-12 Thread jinzhcheng
thanks! > I'm already working on such a driver, help is of course welcome if you want > to > contribute. which driver are you working? windows host or gadget driver? --- This SF.net email is sponsored by: Splunk Inc. Do you grep through l

linux-usb-devel@lists.sourceforge.net

2005-12-12 Thread Travis H.
I'll also accept any advice on how to troubleshoot further. I'm not afraid of tinkering with kernel code and recompiling custom kernels. I just want it to work. -- http://www.lightconsulting.com/~travis/ -><- P=NP if (P=0 or N=1) "My love for mathematics is unto 1/x as x approaches 0." GPG finge

Re: [linux-usb-devel] about web camera using usb video class

2005-12-12 Thread Laurent Pinchart
> Who can tell me which web camera use usb video class? I want to develop > a device driver which using usb video class on my linux smartphone. The newest Logitech webcams (Quickcam Fusion, Quickcam Pro for Notebook and Quickcam Orbit) are UVC compatible. I'm already working on such a driver, he

Re: [linux-usb-devel] dm2 Device driver issue.

2005-12-12 Thread Paul Bonser
On 12/11/05, Alan Stern <[EMAIL PROTECTED]> wrote: > On Fri, 9 Dec 2005, Paul Bonser wrote: > > > Ooh, thanks, that saves me the trouble of finding it myself :) > > So is that what I'm going to have to tell others if they want to use > > the driver, too? Or just provide a patch, I guess. > > I gues

[linux-usb-devel] g_serial problem

2005-12-12 Thread jinzhucheng
Hello! I have a problem when using g_serial module, can you give me some suggestion? thanks! I port 2.6.12/usb/gadget/serial.c to my linux-2.4.20 kernel, and use g_serial module when i connect my linux embeded device to winxp host. so, when i use "cat tmpfile > /dev/ttygserial" on device, and ca

Re: [linux-usb-devel] Kernel panics at USB initialization with kexec

2005-12-12 Thread Rachita Kothiyal
On Fri, Dec 09, 2005 at 09:46:02PM -0800, David Brownell wrote: > > > > Any thoughts on what could be going wrong? > > > > Hm, no I don't, this is the first report. What is the error that > > happens? > > > > David, any ideas? > > The original poster on this thread showed a completely normal >