Re: [linux-usb-devel] Add usb driver

2003-12-03 Thread Oliver Neukum
> # insmod stir4200.o > stir4200.o: unresolved symbol irda_debug > stir4200.o: unresolved symbol irlap_close > stir4200.o: unresolved symbol irda_init_max_qos_capabilies > stir4200.o: unresolved symbol async_wrap_skb > stir4200.o: unresolved symbol irlap_open > stir4200.o: unresolved symbol async

[linux-usb-devel] kernel crashes with VIA KT266 USB and APC Back-UPS RS 500

2003-12-03 Thread Stanislav Brabec
Hallo, I have encountered random, but regular kernel crashes with APC Back-UPS RS 500 connected to VIA KT266 USB. This crashes are caused by Back-UPS RS 500 model, but not Back-UPS CS 500. It crashes 2.4 uhci with "Deep traverse" messages (and often kernel crashes). It crashes kernel 2.6 with low

[linux-usb-devel] Linux Kernel 2.4.x USB Bus

2003-12-03 Thread Patrick Agrain
Hello everybody, I'm in charge of quite almost the same thing as Dimitris Lampridis and my Linux skills are not well developped ( but I try to improve them ). Before coding on specific hardware, I wish to know more about the USB driver architecture. I think I have understood the meaning of the

Re: [linux-usb-devel] Add usb driver

2003-12-03 Thread Laurent DINCLAUX
Oliver Neukum a écrit : # insmod stir4200.o stir4200.o: unresolved symbol irda_debug stir4200.o: unresolved symbol irlap_close stir4200.o: unresolved symbol irda_init_max_qos_capabilies stir4200.o: unresolved symbol async_wrap_skb stir4200.o: unresolved symbol irlap_open stir4200.o: unresolved s

Re: [linux-usb-devel] USB Mouse hangs: usb-uhci.c: interrupt, status 3, frame# 996, or whatever

2003-12-03 Thread Alan Stern
On Tue, 2 Dec 2003, Alan Stern wrote: > I wonder if this couldn't be something as simple as a bad cable > connection. If a power line was jarred loose it might do something like > this. I know you said it hasn't happened under Windows, but it's still a > possibility. Otherwise there's no sig

[linux-usb-devel] Re: more unusual_devs questions - 2.4.21

2003-12-03 Thread Alan Stern
On Tue, 2 Dec 2003 [EMAIL PROTECTED] wrote: > Greg, > > My apologies for dragging this back to life after this long. I was > prepared to live with the specific kernel patches. However the > current code appears to be heading to more than 1 system, and there > is some concern that hacks

Re: [linux-usb-devel] Linux Kernel 2.4.x USB Bus

2003-12-03 Thread Alan Stern
On Wed, 3 Dec 2003, Patrick Agrain wrote: > Hello everybody, > > I'm in charge of quite almost the same thing as Dimitris Lampridis and my > Linux skills are not well developped ( but I try to improve them ). > > Before coding on specific hardware, I wish to know more about the USB > driver ar

Re: [linux-usb-devel] Re: more unusual_devs questions - 2.4.21

2003-12-03 Thread dwm
from the keyboard of Alan Stern: >On Tue, 2 Dec 2003 [EMAIL PROTECTED] wrote: > >> Greg, >> >> My apologies for dragging this back to life after this long. I was >> prepared to live with the specific kernel patches. However the >> current code appears to be heading to more than 1 system, a

Re: [linux-usb-devel] [PATCH] net2280 ISO fixes

2003-12-03 Thread David Brownell
Mark Huang wrote: Now that I think about it again, though, it's probably only an issue for FS isochronous endpoints since they're the only ones that can even have an odd-sized MPS. Hmm? I don't recall such constraints in any USB specs, but I might well have missed them. I've not really used ISO

RE: [linux-usb-devel] [PATCH] net2280 ISO fixes

2003-12-03 Thread Mark Huang
> Hmm? I don't recall such constraints in any USB specs, > but I might well have missed them. I keep forgetting about interrupt endpoints. FS interrupt endpoints can have any MPS up to 64, FS isochronous endpoints up to 1023. FS control and bulk are limited to 8/16/32/64. Does that sound right?

Re: [linux-usb-devel] Linux Kernel 2.4.x USB Bus

2003-12-03 Thread David Brownell
Patrick Agrain wrote: Should a device share the same bus number than the Host Controler to talk to each other ? USB devices never talk to each other except through the host. In fact every transaction is initiated by the host ... read the USB 2.0 spec, some of the earlier chapters give a good over

Re: [linux-usb-devel] [PATCH] net2280 ISO fixes

2003-12-03 Thread David Brownell
Mark Huang wrote: Hmm? I don't recall such constraints in any USB specs, but I might well have missed them. I keep forgetting about interrupt endpoints. FS interrupt endpoints can have any MPS up to 64, FS isochronous endpoints up to 1023. FS control and bulk are limited to 8/16/32/64. Does that

Re: [linux-usb-devel] Add usb driver

2003-12-03 Thread Laurent DINCLAUX
Oliver Neukum a écrit : # insmod stir4200.o stir4200.o: unresolved symbol irda_debug stir4200.o: unresolved symbol irlap_close stir4200.o: unresolved symbol irda_init_max_qos_capabilies stir4200.o: unresolved symbol async_wrap_skb stir4200.o: unresolved symbol irlap_open stir4200.o: unresolved s

Re: [linux-usb-devel] Add usb driver

2003-12-03 Thread Laurent DINCLAUX
Oliver Neukum a écrit : Am Mittwoch, 3. Dezember 2003 22:09 schrieben Sie: Oliver Neukum a écrit : # insmod stir4200.o stir4200.o: unresolved symbol irda_debug stir4200.o: unresolved symbol irlap_close stir4200.o: unresolved symbol irda_init_max_qos_capabilies stir4200.o: unresolved symbol asy

[linux-usb-devel] Re: [PATCH 2.6.0-test9] interrupt_out for usb-serial

2003-12-03 Thread Greg KH
On Mon, Nov 03, 2003 at 05:24:01AM -0800, Neil Whelchel wrote: > Hello, > This patch adds support for interrupt_out to match the existing > interrupt_in support in usb-serial. I thought that it would be cleaner in > the long run to have the support here as to reproducing similar > functionality in

[linux-usb-devel] Re: [stern@rowland.harvard.edu: PATCH: (as120) Fix logic error in raw_bulk.c:us_copy_to_sgbuf()]

2003-12-03 Thread Alban Browaeys
Not applied to 2.6.0-test11, why ? > Greg, this is another 2.5/6 patch -- please apply. > > As with the last two, the description is below. > > Matt > > - Forwarded message from Alan Stern <[EMAIL PROTECTED]> - > > Date: Fri, 24 Oct 2003 15:38:25 -0400 (EDT) > From: Alan Stern <[EMAIL