[linux-usb-devel] OMAP OHCI PM no longer treat pm_message_t as state

2005-06-13 Thread Todd Poynor
As recently promised, updates to the TI OMAP OHCI driver PM code to match what was discussed for Intel PXA27x OHCI PM. Patch generated against 2.6.12-rc6-omap1. Needs more testing; I'm lacking the wacky cable needed on OMAP1510 Innovator and not sure if my board has the OHCI rework needed to be f

Re: [linux-usb-devel] Strange MAC address using ASIX USB to ethernet

2005-06-13 Thread Wakko Warner
David Hollis wrote: > On Sat, 2005-06-11 at 23:34 -0400, Wakko Warner wrote: > > eth1 Link encap:Ethernet HWaddr 00:80:C8:FF:FF:FF > > > > According to the oui table, that's a D-Link. It's definatly not D-Link > > (unless ASIX is part of D-Link, but I kinda doubt it) > > > > If you want

[linux-usb-devel] USB HID PS/2 convertor problem for 105 keys

2005-06-13 Thread hans . yperman
Hello, I have a PS/2 keyboard & mouse to USB HID convertor, and it has a bug: The key < > \ does not work on any connected keyboard. US keyboards have 104 keys, Euro-keyboards have 105. The extra key is the <>\ key , so I suspect the convertor is some crappy USA model, and just ignores th

Re: [linux-usb-devel] Stuck control URBs on some APC UPSes

2005-06-13 Thread Adam Kropelin
Martin Kessler wrote: Adam Kropelin wrote: I've attached a rather ugly hack to fix the problem in hid-core. I don't know if this alone will solve Martin's lockup, but I'm hoping it does. I disregarded your earlier patch, don't think it makes sense to patch too much ;-) I assumed this is what

Re: [linux-usb-devel] Regression : usb device doesn't resume correctly

2005-06-13 Thread Alan Stern
On Mon, 13 Jun 2005, Eric Piel wrote: > Hello, > > I've noticed a regression between linux 2.6.11 (.8) and 2.6.12-rc6: > Suspending and resuming my mouse used to work perfectly on 2.6.11, doing > echo -n 1 > /sys/bus/usb/devices/usb1/1-2/power/state > and "echo -n 0..." to resume it. > > On 2.

[linux-usb-devel] Regression : usb device doesn't resume correctly

2005-06-13 Thread Eric Piel
Hello, I've noticed a regression between linux 2.6.11 (.8) and 2.6.12-rc6: Suspending and resuming my mouse used to work perfectly on 2.6.11, doing echo -n 1 > /sys/bus/usb/devices/usb1/1-2/power/state and "echo -n 0..." to resume it. On 2.6.12-rc6 the suspend generates this printk : usbhid 1

Re: [linux-usb-devel] Problems with USB driver from Kernel 2.6.8 to Kernel 2.6.11

2005-06-13 Thread Jonathan Selby
I am re-installing SuSE 9.1 on the one machine so I have a control and will get back when I have a stable running environment *** REPLY SEPARATOR *** On 6/13/2005 at 09:19 David Brownell wrote: >On Monday 13 June 2005 8:28 am, Alan Stern wrote: > >> >> I kind of expected somet

Re: [linux-usb-devel] module load order

2005-06-13 Thread Pete Zaitcev
On Mon, 13 Jun 2005 15:15:11 -0400, Jeff Lange <[EMAIL PROTECTED]> wrote: >I wrote a kernel module for a piece of hardware that reports itself > as a HID class device. My driver works great, but the system keeps > trying to load the HID class driver instead of my own driver. I've > added it

Re: [linux-usb-devel] Problems with USB driver from Kernel 2.6.8 to Kernel 2.6.11

2005-06-13 Thread Jonathan Selby
This is quite interesting - the system is in production on SuSE 9.1 and Debian unstable. The main production system uses a USB 1.1 motherboard and a second machine uses a USB 2 motherboard. Pulling the 2.0 hub out and we have different problems but the 1st batch of URBs are being submitted any

[linux-usb-devel] module load order

2005-06-13 Thread Jeff Lange
Hi all, I wrote a kernel module for a piece of hardware that reports itself as a HID class device. My driver works great, but the system keeps trying to load the HID class driver instead of my own driver. I've added it to /lib/modules/.../kernel/drivers/usb and have run depmod. I would think

Re: [linux-usb-devel] Strange MAC address using ASIX USB to ethernet

2005-06-13 Thread David Hollis
On Sat, 2005-06-11 at 23:34 -0400, Wakko Warner wrote: > I bought an Intellinet (500913) USB2.0 to Ethernet. I tested it before I > bought it. It's currently working, but the MAC address bugs me. (And the > fact it doesn't handle 10baseT-HD very well) > > eth1 Link encap:Ethernet HWaddr 0

Re: [linux-usb-devel] problem with usb keyboard device.

2005-06-13 Thread Johannes Berg
On Mon, 2005-06-13 at 11:13 +0530, vishal wrote: > #insmod usbkbd.o Try not loading this. usbhid should handle the kb. johannes signature.asc Description: This is a digitally signed message part

Re: [linux-usb-devel] Problems with USB driver from Kernel 2.6.8 to Kernel 2.6.11

2005-06-13 Thread David Brownell
On Monday 13 June 2005 8:28 am, Alan Stern wrote: > > I kind of expected something like this. The EHCI driver doesn't do a very > good job of handling ISO transfers that involve a speed change (i.e., > full-speed device connected through a high-speed hub). There's some > pretty hairy schedul

Re: [linux-usb-devel] Problems with USB driver from Kernel 2.6.8 to Kernel 2.6.11

2005-06-13 Thread Alan Stern
On Mon, 13 Jun 2005, jon wrote: > Thank you for your response. No other ISO devices attached. Same problem > is replicable on both machines with the 2.6.11 kernel. > > Both work with 2.6.8 kernel. > > EHCI Host controller > > Linuc 2.6.11.4-21.7-default ehci_hcd > > /proc/bus/usb/devices is: >

Re: [linux-usb-devel] Problems with USB driver from Kernel 2.6.8 to Kernel 2.6.11

2005-06-13 Thread jon
Thank you for your response. No other ISO devices attached. Same problem is replicable on both machines with the 2.6.11 kernel. Both work with 2.6.8 kernel. EHCI Host controller Linuc 2.6.11.4-21.7-default ehci_hcd /proc/bus/usb/devices is: T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd

[linux-usb-devel] Re: usb gadget ethernet build error with pxa255

2005-06-13 Thread David Brownell
On Monday 13 June 2005 7:13 am, Ian Campbell wrote: > > That's the right patch. I'll forward it to Greg. Workaround is > > of course to enable the RNDIS support. > > Thanks. > > I was under the impression from a while back that RNDIS didn't work on > the 255 (I don't know why I thought this tho

Re: [linux-usb-devel] Problems with USB driver from Kernel 2.6.8 to Kernel 2.6.11

2005-06-13 Thread Alan Stern
On Mon, 13 Jun 2005, jon wrote: > Hello team. > > I am having a problem with my ISO device driver that works fine on the > older kernel. > > I am upgrading to 2.6.11.4-21.7-default > > My device driver has one Bulk out pipe and one ISO in. the bulk out > works fine, the ISO in returns -ENOMEM

[linux-usb-devel] Re: usb gadget ethernet build error with pxa255

2005-06-13 Thread Ian Campbell
On Mon, 2005-06-13 at 06:53 -0700, David Brownell wrote: > On Monday 13 June 2005 5:58 am, Ian Campbell wrote: > > > > I'm afraid I have no idea whether this bit of code should be #ifdef'd or > > if the definition of STATUS_BYTECOUNT should be pulled outside of its > > #ifdef. Based on gut feeling

[linux-usb-devel] Re: usb gadget ethernet build error with pxa255

2005-06-13 Thread David Brownell
On Monday 13 June 2005 5:58 am, Ian Campbell wrote: > > I'm afraid I have no idea whether this bit of code should be #ifdef'd or > if the definition of STATUS_BYTECOUNT should be pulled outside of its > #ifdef. Based on gut feeling and the other uses of STATUS_BYTECOUNT in > the file I'm going to

Re: [linux-usb-devel] Stuck control URBs on some APC UPSes

2005-06-13 Thread Martin Kessler
Adam Kropelin wrote: Alan Stern wrote: On Sun, 12 Jun 2005, Adam Kropelin wrote: So the basic algorithm means we should expect to see bursts of 16 control transfers once every 60 seconds, plus additional bursts generated in response to interrupt transfers. What's happening in That does f

[linux-usb-devel] Problems with USB driver from Kernel 2.6.8 to Kernel 2.6.11

2005-06-13 Thread jon
Hello team. I am having a problem with my ISO device driver that works fine on the older kernel. I am upgrading to 2.6.11.4-21.7-default My device driver has one Bulk out pipe and one ISO in. the bulk out works fine, the ISO in returns -ENOMEM on the first and each subsequent usb_submit_urb I

[linux-usb-devel] usb gadget ethernet build error with pxa255

2005-06-13 Thread Ian Campbell
Hi David, When I build latest git (pulled this morning) for my pxa255 platform I get the following error CC [M] drivers/usb/gadget/ether.o /home/icampbell/devel/kernel/2.6-git/drivers/usb/gadget/ether.c: In function `eth_bind': /home/icampbell/devel/kernel/2.6-git/drivers/usb/gadget/ether.c: