[linux-usb-devel] PATCH: DSC-T1 unusual_devs.h entry

2004-02-22 Thread Matthew Dharm
Our friends at sony are at it again. The DSC-T1 needs a new entry. Note that it's the same VID & PID as the last entry, but different version. Greg, please apply. Matt # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/02/21 23:36:04-08:00 [EMAIL PROTECTED] # The

[linux-usb-devel] PATCH: Fix for Fuji Finepix 1400

2004-02-22 Thread Matthew Dharm
This patch changes some error checking so that some bogus devices (like the Fuji Finepix 1400) will work. This is basically relaxing a test on a field that the spec says "should always be zero" Greg, please apply. Matt # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 20

[linux-usb-devel] PATCH: Remove unneeded macro

2004-02-22 Thread Matthew Dharm
This one-liner removes an unneeded macro. Greg, please apply. Matt # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/02/22 00:05:10-08:00 [EMAIL PROTECTED] # Remove unneeded macro. # # drivers/usb/storage/usb.h # 2004/02/22 00:04:56-08:00 [EMAIL PROTECTED] +0 -1

[linux-usb-devel] PATCH: tighten sense-clearing code

2004-02-22 Thread Matthew Dharm
This patch tightens up the conditions under which an auto-sense will be cleared. It also fixes the comment associated with the code. Greg, please apply. Matt # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/02/22 00:14:51-08:00 [EMAIL PROTECTED] # Tighten the sen

[linux-usb-devel] Re: VIA workaround for UHCI port reset

2004-02-22 Thread Duncan Sands
> Back last fall you mentioned something about needing to add a workaround > to the UHCI driver's port reset code for VIA hardware. It had to do with > making sure the controller was suspended before doing the reset. Can you > remember the details? Is it still needed? Hi Alan, this work around

[linux-usb-devel] Re: Host controller state transitions

2004-02-22 Thread David Brownell
That state model isn't as clean as it might be, but so far that hasn't been an issue ... and it was better than what went before, where there was no notion of what sorts of operations made sense. (Queuing urbs to disabled HCDs, for example, never makes sense.) Is the main point then to keep trac

[linux-usb-devel] Re: Host controller state transitions

2004-02-22 Thread David Brownell
Alan Stern wrote: If an HCD needs mutual exclusion for any purpose, it must handle that itself. Does the PCI layer at least guarantee that it won't call through any of the other routines while either probe or remove is running? Nope. It's common to start getting IRQs during probe, for

Re: OT: EMI (was Re: [linux-usb-devel] epson receipt printer m129c/EMI problem)

2004-02-22 Thread David Brownell
Mark McClelland wrote: Ludwig Balke wrote: 2. which reasons ar possible for the message "already running port x disabled by hub (EMI?), re-enabling...". Is it always electromagnetic interference? Not always. Anything with an external power source that is attached to the computer is suspect. .

[linux-usb-devel] uinput.o

2004-02-22 Thread T. Egbert
Is there any documentation, other than the code, on how to use the module uinput.c? TIm --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click N

[linux-usb-devel] Disconnect of usb-device has weird results

2004-02-22 Thread Ludwig Balke
I made the following experiment on different machines and different kernels (2.4.18, 2.4.20, 2.4.21): -plug usb-mouse in - do "cat /dev/usbmouse" and move the mouse and you will see characters streaming in your console (that's fine) - now disconnect the usb-mouse and reconnect it - moving the mo

[linux-usb-devel] Re: OT: EMI

2004-02-22 Thread Ludwig Balke
Thanks a lot for your explanations and diagnositic advice. I think the cause for the problems I described is indeed induced by electric noise. Or in other words: shit happens. But the point is: after shit happened there is some cleanup work to do and this is indeed a software question. Since t

[linux-usb-devel] Re: VIA workaround for UHCI port reset

2004-02-22 Thread Alan Stern
On Sun, 22 Feb 2004, Duncan Sands wrote: > I should mention (down here at the bottom of the email where hopefully no-one > from VIA is going to notice :) ), that I did quite a bit of rummaging around inside > VIA's "filter driver" for windows. This driver (which you can get from their > website)

Re: [linux-usb-devel] Modem with MSFT RNDIS & CDC-Ethernet working with 2.4.x and not working with 2.6.2

2004-02-22 Thread Robert Schwebel
Hi Dave, On Tue, Feb 17, 2004 at 09:52:33AM -0800, David Brownell wrote: > As I understand, Windows doesn't handle config changes very well, and > so it "mandates" that the MSFT-specific configurations be first. > The main purpose for this heuristic is to avoid those dodgey MSFT > policies ... th

[linux-usb-devel] Re: Host controller state transitions

2004-02-22 Thread Alan Stern
On Sun, 22 Feb 2004, David Brownell wrote: > >>That state model isn't as clean as it might be, but so > >>far that hasn't been an issue ... and it was better than > >>what went before, where there was no notion of what sorts > >>of operations made sense. (Queuing urbs to disabled HCDs, > >>for ex

[linux-usb-devel] Re: Host controller state transitions

2004-02-22 Thread Alan Stern
On Sun, 22 Feb 2004, David Brownell wrote: > Alan Stern wrote: > >> If an HCD needs > >>mutual exclusion for any purpose, it must handle that itself. > > > > > > Does the PCI layer at least guarantee that it won't call through any of > > the other routines while either probe or remove is ru

[linux-usb-devel] 2.6.x support for prism2 USB wireless adapter?

2004-02-22 Thread Robert Gadsdon
I had my Linksys prism2 USB wireless adapter (WUSB11 v2.5) working reasonably well with kernel 2.4.23, but with kernel 2.6.3 (and udev 018) I get: usb 1-1: new full speed USB device using address 5 drivers/usb/core/config.c: invalid interface number (1/1) usb 1-1: can't read configurations, erro

[linux-usb-devel] PATCH: preposed rewording of warning message

2004-02-22 Thread Matthew Dharm
So, many people have complained about the warning message that usb-storage gives. It really wasn't very good. How does this strike people? At this point, I'm looking for comments (not to have this applied). Of course, this assumes that someone does add something to the FAQ. Matt = drivers

[linux-usb-devel] Re: 2.6.x support for prism2 USB wireless adapter?

2004-02-22 Thread Greg KH
On Mon, Feb 23, 2004 at 01:11:34AM +, Robert Gadsdon wrote: > I had my Linksys prism2 USB wireless adapter (WUSB11 v2.5) working > reasonably well with kernel 2.4.23, but with kernel 2.6.3 (and udev 018) > I get: > > usb 1-1: new full speed USB device using address 5 > drivers/usb/core/confi

Re: [linux-usb-devel] Disconnect of usb-device has weird results

2004-02-22 Thread Greg KH
On Sun, Feb 22, 2004 at 09:20:58PM +0100, Ludwig Balke wrote: > I made the following experiment on different machines and different kernels > (2.4.18, 2.4.20, 2.4.21): > > -plug usb-mouse in > - do "cat /dev/usbmouse" and move the mouse and you will see characters > streaming in your console (th

Re: [linux-usb-devel] PATCH: preposed rewording of warning message

2004-02-22 Thread Randy.Dunlap
On Sun, 22 Feb 2004 17:23:17 -0800 Matthew Dharm <[EMAIL PROTECTED]> wrote: | So, many people have complained about the warning message that usb-storage | gives. It really wasn't very good. | | How does this strike people? At this point, I'm looking for comments (not | to have this applied). |