Re: Bug#263901: [linux-usb-devel] #263901 kernel-image-2.6.7-2: Kernel 2.6.7 USB-Storage Sony Clie: SCSI Subsystem Errors

2004-08-30 Thread Alexander Wagner
On Mon, Aug 30, 2004 at 03:10:56PM -0400, Alan Stern wrote: Hi! First of all: your guess that it might work out if I stop the hotplug service, plug in the Clie, wait some time and then fire hotplug up again did not work out. Maybe I didn't mention it or you don't know that, by default the Clie is

[linux-usb-devel] usb 2.0 hub problems with 2.6.8.1 kernel

2004-08-30 Thread John H.
Ok, everytime I boot linux now with 2.6.8.1 kernel, my usb 2.0 hub(external) has no lights on, until I unplug/replug the hub. It is also not listed in /proc/bus/usb/devices fedora core 2,with updates ___ Do you Yahoo!? Win 1 of 4,000 free domain name

Re: [linux-usb-devel] Unusual devs notes

2004-08-30 Thread Phil Dibowitz
Matthew Dharm wrote: US_FL_NEED_OVERRIDE is a bit confusing... perhaps I can help clarify. I understand what it does -- I was trying to compact the explanation into a few lines -- that's the short of what it does, override the warning. Thanks for the explanation though, that's pretty much what Al

Re: [linux-usb-devel] Unusual devs notes

2004-08-30 Thread Phil Dibowitz
Matthew Dharm wrote: On Mon, Aug 30, 2004 at 10:27:55PM -0700, Phil Dibowitz wrote: Matthew Dharm wrote: If you're going to take that over, then I suggest you subscribe to [EMAIL PROTECTED] Well, erm, lists.one-eyed-alien.net is a stock apache install page. Huh... I wonder how long that's been bro

Re: [linux-usb-devel] Unusual devs notes

2004-08-30 Thread Matthew Dharm
On Mon, Aug 30, 2004 at 10:27:55PM -0700, Phil Dibowitz wrote: > Matthew Dharm wrote: > >If you're going to take that over, then I suggest you subscribe to > >[EMAIL PROTECTED] > > Well, erm, lists.one-eyed-alien.net is a stock apache install page. Huh... I wonder how long that's been broken... s

Re: [linux-usb-devel] Unusual devs notes

2004-08-30 Thread Matthew Dharm
On Mon, Aug 30, 2004 at 09:44:30PM -0700, Phil Dibowitz wrote: > So Alan Stern offered to let me take over maintaining unusual_devs.h, > and I since I'm actually interested in that, I decided to write up some > notes on how that stuff worked for myself. In the spirit of open-source, > I thought

Re: [linux-usb-devel] Unusual devs notes

2004-08-30 Thread Phil Dibowitz
Matthew Dharm wrote: If you're going to take that over, then I suggest you subscribe to [EMAIL PROTECTED] Well, erm, lists.one-eyed-alien.net is a stock apache install page. www.one-eyed-alien.net doesn't list how to subscribe. And there's nothing worse than sending a subscribe message to a list...

Re: [linux-usb-devel] Unusual devs notes

2004-08-30 Thread Matthew Dharm
If you're going to take that over, then I suggest you subscribe to [EMAIL PROTECTED] We're often working on things over there to reduce/eliminate the need for unusual_devs.h entries. Matt On Mon, Aug 30, 2004 at 09:44:30PM -0700, Phil Dibowitz wrote: > So Alan Stern offered to let me take over m

[linux-usb-devel] Unusual devs notes

2004-08-30 Thread Phil Dibowitz
So Alan Stern offered to let me take over maintaining unusual_devs.h, and I since I'm actually interested in that, I decided to write up some notes on how that stuff worked for myself. In the spirit of open-source, I thought I'd share those (and Alan, who helped me flesh out the notes, pointed

[linux-usb-devel] USB devices not detected

2004-08-30 Thread Rudolf Ladyzhenskii
Hi, all Curerntly I am running on a PC, but turned it into embedded system. Kernel is 2.6.7 USB controler on main board works OK. I want to try to use a PCI USB card. The one I have sues VIA VT6202 chip. Card is being detected by Linus and I can see USB 2.0 and USB 1.1 controllers appear in /pro

Re: [linux-usb-devel] Using Minolta Dimage X31

2004-08-30 Thread Cyril Scetbon
Alan Stern wrote: On Mon, 30 Aug 2004, Cyril Scetbon wrote: When I tried to add one entry for my device, while it was recognized, the kernel said there was a double entry due to my definition inserted. I suppose that if we add an entry to override some parameters it screams as in my case ?

[linux-usb-devel] Re: Update hid-input.c GENDESK section questions

2004-08-30 Thread Vojtech Pavlik
On Mon, Aug 30, 2004 at 05:03:22PM -0400, Dan Streetman wrote: > > Hi Vojtech, > > I am updating the GENDESK section of hid-input.c, but there are some usage > IDs that don't match any input.h usage codes, or it's not totally obvious: > > -counted buffer > -byte count I'd need to check what th

[linux-usb-devel] Update hid-input.c GENDESK section questions

2004-08-30 Thread Dan Streetman
Hi Vojtech, I am updating the GENDESK section of hid-input.c, but there are some usage IDs that don't match any input.h usage codes, or it's not totally obvious: -counted buffer -byte count -motion wakeup -start -select -Vx/Vy/Vz -Vbrx/Vbry/Vbrz -Vno -feature notification -D-pad up/down/right/l

[linux-usb-devel] Re: Summarizing the PWC driver questions/answers

2004-08-30 Thread Kenneth Lavrsen
At 19:31 2004-08-30, Brian Litzinger wrote: I do not believe he "had no choice". The guards at Auswitchs made the same argument at Nuremberg. The tribunal determined they did have a choice. I doubt we can consider the conditions here more extreme then there. I would like to put a great deal of d

[linux-usb-devel] Re: PATCH: (as370) Add structure size #defines to usb_ch9.h

2004-08-30 Thread Alan Stern
On Mon, 30 Aug 2004, David Brownell wrote: > On Monday 30 August 2004 8:58 am, Alan Stern wrote: > > David: > > > > The usb_ch9.h header file contains a number of structure size constants > > like USB_DT_DEVICE_SIZE, but oddly omits a few. > > It only has the constants that were in 2.4.early ...

Re: [linux-usb-devel] Re: [2.6 patch] fixes for ipaq.c

2004-08-30 Thread Al Borchers
David Eriksson wrote: Has anyone added tty_hangup to the usb-serial core yet? Here is a patch you can experiment with. This is for 2.6.9-rc1; it adds calls to tty_hangup on all ports of a usb-serial device that has been disconnected. Not sure if this is what is needed for ipaq or any other purpose

[linux-usb-devel] Re: Summarizing the PWC driver questions/answers

2004-08-30 Thread viro
On Mon, Aug 30, 2004 at 10:31:57AM -0700, Brian Litzinger wrote: > I do not believe he "had no choice". The guards at Auswitchs made the > same argument at Nuremberg. The tribunal determined they did have a > choice. I doubt we can consider the conditions here more extreme > then there. *PLONK

[linux-usb-devel] Re: PATCH: (as370) Add structure size #defines to usb_ch9.h

2004-08-30 Thread David Brownell
On Monday 30 August 2004 8:58 am, Alan Stern wrote: > David: > > The usb_ch9.h header file contains a number of structure size constants > like USB_DT_DEVICE_SIZE, but oddly omits a few. It only has the constants that were in 2.4.early ... I'd actually rather get rid of all of them, they're no lo

Re: Bug#263901: [linux-usb-devel] #263901 kernel-image-2.6.7-2: Kernel 2.6.7 USB-Storage Sony Clie: SCSI Subsystem Errors

2004-08-30 Thread Alexander Wagner
On Sat, Aug 28, 2004 at 05:20:44PM -0400, Alan Stern wrote: Hi! > > I doubt it needs a multi-targ entry, as that is only for > > USB to SCSI adaptors which support multiple target > > devicse on the SCSI bus. > > > > It would help to have a better bug report. The log > > provided doe

Re: [linux-usb-devel] Re: (no subject) [OHCI initialization]

2004-08-30 Thread Jochen Karrer
Hi, > > The problem that happens with NS9750 is that if you set HC to state > > operational during reset is still in progress the NS9750 still pulls > > down both data lines. > > It then interprets the level on the data lines as a low speed device. > > That seems buglike ... it reports low-speed e