Re: X10 Wireless Technology Inc USB Receiver

2003-09-30 Thread Lars Eggert
Bernd Walter wrote: Can you please do this again with additionaly hw.usb.ohci.debug=10 set. error=13 makes me believe that this could be a OHCI driver problem. Here you go: Sep 30 08:49:49 host192 kernel: usbd_setup_pipe: dev=0xc3f66c00 iface=0xc3ee5e80 ep=0xc3eee458 pipe=0xdd0a3974 Sep 30 08:49:4

Re: X10 Wireless Technology Inc USB Receiver

2003-09-30 Thread Bernd Walter
On Sun, Sep 21, 2003 at 07:24:48PM -0700, Lars Eggert wrote: > Bernd, > > Bernd Walter wrote: > >>>What does USB_DEBUG with hw.usb.debug=2 and hw.usb.ugen.debug=2 say? > > it says this: > > usbd_setup_pipe: dev=0xc3f9d980 iface=0xc3efbaa0 ep=0xc3f192c8 > pipe=0xdb936974 > ugenwrite: transfer 5

Re: X10 Wireless Technology Inc USB Receiver

2003-09-21 Thread Lars Eggert
Bernd, Bernd Walter wrote: What does USB_DEBUG with hw.usb.debug=2 and hw.usb.ugen.debug=2 say? it says this: usbd_setup_pipe: dev=0xc3f9d980 iface=0xc3efbaa0 ep=0xc3f192c8 pipe=0xdb936974 ugenwrite: transfer 5 bytes usbd_intr_transfer: start transfer 5 bytes usbd_intr_transfer: transferred 0 us

Re: X10 Wireless Technology Inc USB Receiver

2003-09-21 Thread Andre Guibert de Bruet
On Sun, 21 Sep 2003, Lars Eggert wrote: > I'm trying to get the USB RF remote control that comes with some ATI > Wonder cards to do something meaningful under -current. Can I recommend the use of libusb for the abstracting of the USB layer? It would allow your driver/interface to work on all Fre

Re: X10 Wireless Technology Inc USB Receiver

2003-09-21 Thread Bernd Walter
On Sun, Sep 21, 2003 at 03:32:28PM -0700, Lars Eggert wrote: > Bernd, > > Bernd Walter wrote: > >On Sun, Sep 21, 2003 at 10:35:33AM -0700, Lars Eggert wrote: > >> > >>static char init1[]= { 0x80, 0x01, 0x00, 0x20, 0x14 }; > >>static char init2[]= { 0x80, 0x01, 0x00, 0x20, 0x14, 0x20, 0x20, 0x20 };

Re: X10 Wireless Technology Inc USB Receiver

2003-09-21 Thread Lars Eggert
Bernd, Bernd Walter wrote: On Sun, Sep 21, 2003 at 10:35:33AM -0700, Lars Eggert wrote: static char init1[]= { 0x80, 0x01, 0x00, 0x20, 0x14 }; static char init2[]= { 0x80, 0x01, 0x00, 0x20, 0x14, 0x20, 0x20, 0x20 }; Are you shure that the above is correct data for the device? The IO error could al

Re: X10 Wireless Technology Inc USB Receiver

2003-09-21 Thread Bernd Walter
On Sun, Sep 21, 2003 at 10:35:33AM -0700, Lars Eggert wrote: > Hi, > > I'm trying to get the USB RF remote control that comes with some ATI > Wonder cards to do something meaningful under -current. > > It shows up as an "X10 Wireless Technology Inc USB Receiver" with three > devices: /dev/ugen0

Re: X10 Wireless Technology Inc USB Receiver

2003-09-21 Thread Lars Eggert
Hi, I'm trying to get the USB RF remote control that comes with some ATI Wonder cards to do something meaningful under -current. It shows up as an "X10 Wireless Technology Inc USB Receiver" with three devices: /dev/ugen0, and the corresponding input (/dev/ugen0.1) and output endpoints (/dev/ug