Re: [linux-usb-devel] Reorganization of device reset, configchange,connect, disconnect

2003-05-29 Thread Alan Stern
I think the required changes to the core, though maybe a bit messy to program, will end up being straightforward. Here are my thoughts on the serialization problems. There are two main issues. (1) We don't want connect processing (registering interfaces in the driver model and probing device

Re: [linux-usb-devel] USB storage problems (2.5.69 BK)

2003-05-29 Thread Alan Stern
On Tue, 27 May 2003, Jochen Friedrich wrote: Even worse, the patch caused an instant reboot of the PC when trying to mount the card, so no logs are available :-(. I still find that very odd. What could have caused that behavior? I don't think the patch would cause any problems in the

Re: [linux-usb-devel] Reorganization of device reset, config change,connect,disconnect

2003-05-29 Thread David Brownell
Alan Stern wrote: (1) We don't want connect processing (registering interfaces in the driver model and probing device drivers, maybe other things too) and/or disconnect processing (detaching drivers and deregistering interfaces, etc.) to occur simultaneously in different threads. Why not?

Re: [linux-usb-devel] Driver for Linksys USB 2.0 10/100 NIC ModelUSB200M

2003-05-29 Thread David T Hollis
David Rippel wrote: Does anyone have a working driver for (or willing to put one together?) for the ASIX AX88172 usb-to-ethernet controller RealTek RTL8201 PHY (better known as the linksys usb200m nic, also seen as a netgear product)? There's documentation available at the following urls:

[linux-usb-devel] iso completion

2003-05-29 Thread Richard Cochran
I'm writing a driver that delivers an AC3 audio stream to a sound card. I find that when I submit one iso URB (with 23 frames), the completion handler is not called after 23 ms, or indeed, ever. The call to usb_submit_urb() succeeded. Shouldn't the completion handler always occur, even if the

Re: [linux-usb-devel] Reorganization of device reset, configchange,connect, disconnect

2003-05-29 Thread Alan Stern
On Wed, 28 May 2003, David Brownell wrote: Alan Stern wrote: (1) We don't want connect processing (registering interfaces in the driver model and probing device drivers, maybe other things too) and/or disconnect processing (detaching drivers and deregistering interfaces, etc.) to

[linux-usb-devel] Re: USB serial

2003-05-29 Thread Samuel Flory
Greg KH wrote: On Fri, May 23, 2003 at 10:08:07AM -0700, Samuel Flory wrote: Under 2.5.69-bk6 the kernel sees both the keyspan, and iogear (PL-2303) and assigns ttyUSB. Minicom will open the port, but I don't see anything in response to my key strokes. Is the flow control and other

[linux-usb-devel] Re: USB serial

2003-05-29 Thread Samuel Flory
Samuel Flory wrote: It appears that I can recieve fine. If I `echo Can you see /dev/ttyS1 on the system that I'm connected to. I can see this in minicom. It seems to be sending stuff out that is the issue. I seem to be getting a lot of the following in dmesg:

Re: [linux-usb-devel] Driver for Linksys USB 2.0 10/100 NIC ModelUSB200M

2003-05-29 Thread Kevin Cernekee
On Wed, 28 May 2003, David Rippel wrote: Does anyone have a working driver for (or willing to put one together?) for the ASIX AX88172 usb-to-ethernet controller RealTek RTL8201 PHY (better known as the linksys usb200m nic, also seen as a netgear product)? TiVo apparently wrote a GPL driver

Re: [linux-usb-devel] Driver for Linksys USB 2.0 10/100 NIC ModelUSB200M

2003-05-29 Thread David T Hollis
Kevin Cernekee wrote: On Wed, 28 May 2003, David Rippel wrote: Does anyone have a working driver for (or willing to put one together?) for the ASIX AX88172 usb-to-ethernet controller RealTek RTL8201 PHY (better known as the linksys usb200m nic, also seen as a netgear product)? TiVo

[linux-usb-devel] Belkin USB KVM

2003-05-29 Thread Jeremy Huddleston
I believe I have discovered a bug with linux-usb when using my Belkin KVM. If I boot into linux just using the hid driver, the mouse fails to work, but the keyboard works: Boot Case 1 - hid: loaded, usbkbd: not loaded, usbmouse: not loaded keyboard: works, mouse: doesn't work

Re: [linux-usb-devel] USB storage problems (2.5.69 BK)

2003-05-29 Thread Jochen Friedrich
Hi Alan, I still find that very odd. What could have caused that behavior? I don't think the patch would cause any problems in the lower-level USB drivers, and it shouldn't have affected usb-storage adversely either. Maybe bad data in the MODE-SENSE input buffer following the error? I

Re: [linux-usb-devel] Belkin USB KVM

2003-05-29 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 29 May 2003 15:20 pm, Jeremy Huddleston wrote: I believe I have discovered a bug with linux-usb when using my Belkin KVM. If I boot into linux just using the hid driver, the mouse fails to work, but the keyboard works: This really is a

Re: [linux-usb-devel] Driver for Linksys USB 2.0 10/100 NIC ModelUSB200M

2003-05-29 Thread David T Hollis
David T Hollis wrote: I have now thrown up a port of the TiVo driver that builds cleanly and installs though I have not tested it with my device since I don't have it handy. For those really daring folks, it's available at http://www.davehollis.com/~dhollis/ax8817x.tar.gz. There aren't

Re: [linux-usb-devel] Driver for Linksys USB 2.0 10/100 NIC ModelUSB200M

2003-05-29 Thread Oliver Neukum
I've thrown up a new rev of the driver that now includes some basic ethtool mii-tool support. The mii output isn't quite correct just yet, but it does know link status which helps with RedHat init scripts so it knows whether or not to run DHCP.

[linux-usb-devel] Driver for Linksys USB 2.0 10/100 NIC Model USB200M

2003-05-29 Thread David Rippel
Does anyone have a working driver for (or willing to put one together?) for the ASIX AX88172 usb-to-ethernet controller RealTek RTL8201 PHY (better known as the linksys usb200m nic, also seen as a netgear product)? There's documentation available at the following urls:

[linux-usb-devel] Re: [Linux-usb-users] Driver for Linksys USB 2.0 10/100 NICModel USB200M

2003-05-29 Thread David Rippel
Just to follow up on this - I found a FreeBSD driver for this NIC at http://people.freebsd.org/~wpaul/ASIX/USB/ David Rippel [EMAIL PROTECTED] 05/28/03 12:58PM Does anyone have a working driver for (or willing to put one together?) for the ASIX AX88172 usb-to-ethernet controller RealTek

Re: [linux-usb-devel] Driver for Linksys USB 2.0 10/100 NIC ModelUSB200M

2003-05-29 Thread David T Hollis
David Rippel wrote: Does anyone have a working driver for (or willing to put one together?) for the ASIX AX88172 usb-to-ethernet controller RealTek RTL8201 PHY (better known as the linksys usb200m nic, also seen as a netgear product)? There's documentation available at the following urls: