Re: [Linux-usb-users] Memory stick detection

2005-12-03 Thread Matthew Dharm
On Sat, Dec 03, 2005 at 11:56:09AM -0500, Stephen Beaver wrote: > > Thanks for your reply. If bInterfaceClass is supposed to be an 8 for this > type of device but all the ones I tried (each from a different manufacturer) > report a 0, perhaps the USB system is broken. I'll make the same tests on a

linux-usb-users@lists.sourceforge.net

2005-12-03 Thread Travis H.
Hi, I'm going to lump a bunch of things into one email to save your patience. kernel: 2.6.13 SMP First, my PCI card probes as ehci but doesn't really seem to work very well: $ cat /proc/bus/usb/devices T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 4 B: Alloc= 0/800 us ( 0%),

[Linux-usb-users] Request for driver or parameters

2005-12-03 Thread Mark Glassberg
I would very much like to connect my 2Wire 1000SW to a usb port on my linux box. The device is a dsl modem/router. I'm running Slackware 10.2 with a 2.4.31 kernel. None of the usb driver modules recognizes the device. The /proc/bus/usb/devices file shows it as follows: T: Bus=02 Lev=01

Re: [Linux-usb-users] LG Electronics MF-PD360 & SuSe 10.0

2005-12-03 Thread Alan Stern
On Sat, 3 Dec 2005, michael leemann wrote: > hey, > > Is it possible that there's a mistake in the patch? Or is it me, this mistake? > Here what I've done: > > > x1-6-00-0a-e6-18-1f-85:/usr/src # zcat Text.gz | patch -p0 2>&1 | tee > patch.out > can't find file to patch at input line 5 > Perha

Re: [Linux-usb-users] Memory stick detection

2005-12-03 Thread Stephen Beaver
On 12/3/05 11:45 AM, "Alan Stern" <[EMAIL PROTECTED]> wrote: > On Fri, 2 Dec 2005, Stephen Beaver wrote: > >> This question seems so basic - I am almost embarrassed to ask it. A day of >> searching FAQs and other documents hasn't turned up very much so I thought I >> would ask here. >> >> Arm-l

Re: [Linux-usb-users] Memory stick detection

2005-12-03 Thread Alan Stern
On Fri, 2 Dec 2005, Stephen Beaver wrote: > This question seems so basic - I am almost embarrassed to ask it. A day of > searching FAQs and other documents hasn't turned up very much so I thought I > would ask here. > > Arm-linux 2.4.21 running on a Cirrus SOC. Hotplug is enabled in the kernel >

Re: [Linux-usb-users] usb-storage auto-sense buffer size conflicting with usb bridge SAT passthru

2005-12-03 Thread Alan Stern
On Fri, 2 Dec 2005, Timothy Thelin wrote: > Here is a patch that makes the test a separate routine and uses the > ATA_12/16 opcode defines found in scsi.h. Thoughts? Looks good. I would have declared the new routine and variable as unsigned instead of u8 (since they are only temporaries), but it

Re: [usb-storage] Re: [Linux-usb-users] usb-storage auto-sense buffersize conflicting with usb bridge SAT passthru

2005-12-03 Thread Pat LaVarre
I have a USB bridge that's implementing SAT passthru cdbs. We ran into an issue with the usb-storage driver in that when it does auto-sense (because the CK_COND bit is set in the passthru cdb), the driver does a sense with only 18 bytes for the sense buffer. The problem is that SAT passth

Re: [Linux-usb-users] LG Electronics MF-PD360 & SuSe 10.0

2005-12-03 Thread michael leemann
hey, Is it possible that there's a mistake in the patch? Or is it me, this mistake? Here what I've done: x1-6-00-0a-e6-18-1f-85:/usr/src # zcat Text.gz | patch -p0 2>&1 | tee patch.out can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option? The text leading up