Re: [linux-usb-devel] oops - kernel 2.6.0.test8

2003-10-26 Thread Alan Stern
On Sun, 26 Oct 2003, Jon Wilson wrote: > Alan Stern wrote: > > > >That last message is very odd. It indicates something might be wrong with > >your camera. Can you post the output from "lsusb -v" with your camera > >plugged in and turned on? > > > > > Attached. This is with a 2.4.22 kernel, wi

Re: [linux-usb-devel] usb vfd request

2003-10-26 Thread Henry Culver
On Sun, 2003-10-26 at 19:19, Joshua Wise wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > I've got a samsung 16T202DA VFD which (has a parallel interface and) is > > attached to a carrier board with a usb cable attached. I'm guessing the > > carrier board does some type of seria

Re: [linux-usb-devel] UHCI: introducing delay between 2 TDs

2003-10-26 Thread Alan Stern
On Mon, 27 Oct 2003, Manoj Sharma wrote: > > Although you didn't say, it looks like you are running under Linux 2.4. > > Try using 2.6 and see if that makes any difference. So far as I know, the > > 2.6 version of the UHCI driver _will_ schedule other TDs in the same frame > > as a NAKed data p

Re: [linux-usb-devel] oops - kernel 2.6.0.test8

2003-10-26 Thread Alan Stern
On Sun, 26 Oct 2003, Alan Stern wrote: > Configuration Descriptor: > bLength 9 > bDescriptorType 2 > wTotalLength 129 > bNumInterfaces 1 > bConfigurationValue 0 > iConfiguration 0 > bmAttributes 0x80 >

Re: [linux-usb-devel] UHCI: introducing delay between 2 TDs

2003-10-26 Thread Manoj Sharma
> On Fri, 24 Oct 2003, Manoj Sharma wrote: > > > I have a low speed display device with just a control endpoint. When some > > large data is sent on the control endpoint, it is able to ACK for first > > data packet in a frame, but it NAKs for the next data packet so the rest > > of the frame goes w

Re: [linux-usb-devel] usb vfd request

2003-10-26 Thread Joshua Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I've got a samsung 16T202DA VFD which (has a parallel interface and) is > attached to a carrier board with a usb cable attached. I'm guessing the > carrier board does some type of serial to parallel conversion. Are you sure it's a parallel inte

[linux-usb-devel] usb vfd request

2003-10-26 Thread Henry Culver
I've got a samsung 16T202DA VFD which (has a parallel interface and) is attached to a carrier board with a usb cable attached. I'm guessing the carrier board does some type of serial to parallel conversion. Can't find much info on the carrier board. It's made by sasem.com and the silkscree

Re: [linux-usb-devel] 2Wire Redhat Linux USB adapter

2003-10-26 Thread Joshua Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (cc:ed to the list, as `J' used the phrase 'One of you', implying that it was intended to be sent to multiple people. apologies if that was not the intent.) Hi there; > Maybe it's because I've asked this question > everywhere, and I'm getting prett

Re: [linux-usb-devel] oops - kernel 2.6.0.test8

2003-10-26 Thread Jon Wilson
Alan Stern wrote: On Tue, 21 Oct 2003, Jon Wilson wrote: # dmesg give me this: hub 1-0:1.0: port 2, status 101, change 1, 12 Mb/s drivers/usb/host/uhci-hcd.c: 6420: wakeup_hc hub 1-0:1.0: debounce: port 2: delay 100ms stable 4 status 0x101 hub 1-0:1.0: new USB device on port 2, assigned address

Re: [linux-usb-devel] 2Wire Redhat Linux USB adapter

2003-10-26 Thread Joshua Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Hi - I need a driver for the 2Wire USB Wireless > Adapter for Redhat Linux..an 802.11b device with the > windows driver by Agere, there is no Linux driver. Then ship one of us one of these "2Wire USB Wireless Adapters". > Have Redhat Linux 9.0 and

[linux-usb-devel] 2Wire Redhat Linux USB adapter

2003-10-26 Thread J
Hi - I need a driver for the 2Wire USB Wireless Adapter for Redhat Linux..an 802.11b device with the windows driver by Agere, there is no Linux driver. Have Redhat Linux 9.0 and can't connect t Internet because of this..tried downloading Orinoco thingy and it won't work..won't even unpack! HELP! _

Re: [linux-usb-devel] recent USB programming doc?

2003-10-26 Thread David Brownell
Holger Schurig wrote: Is there any recent USB programming doc available (besides the USB 2.0 spec)? The Link from www.linux-usb.org to http://usb.in.tum.de/usbdoc/ points to some rather old code, from the year 2000. Yes that's rather dated now ... and it was always a bit specific to the "usb-uhci"

Re: [linux-usb-devel] how to get the mount point for plugged mass-storage-device

2003-10-26 Thread Tommi Sakari Uimonen
Thanks very much for the (rapid) answers! > > Currently, if I plug one usb mass-storage device, all usb storage devices > > get unmounted. So I would need to know what mount points get assigned to > > If you unplug, you mean? Unplug, of course. > > what devices. Of course I know this during the

Re: [linux-usb-devel] how to get the mount point for plugged mass-storage-device

2003-10-26 Thread Oliver Neukum
Am Sonntag, 26. Oktober 2003 08:53 schrieb Tommi Sakari Uimonen: > My ultimate goal is to have different desktop icons for mass-storage > devices automatically appear/disappear on the desktop as the devices are > plugged/unplugged. > > Now, I've gotten the icons to appear correctly according to th

[linux-usb-devel] how to get the mount point for plugged mass-storage-device

2003-10-26 Thread Tommi Sakari Uimonen
My ultimate goal is to have different desktop icons for mass-storage devices automatically appear/disappear on the desktop as the devices are plugged/unplugged. Now, I've gotten the icons to appear correctly according to the different devices, but the removing issue is not working yet. The questi