Re: [linux-usb-devel] Problem with remote control

2007-02-12 Thread Guenther Sohler
Dear Alan, Thank you for your valuable reply. You don't have to unload usbhid in order to unbind it. cd to the /sys/bus/usb/drivers/usbhid directory and find the filename corresponding to your device. Let's say it is 1-4:1.0 -- then you can do (as root): echo -n 1-4:1.0 unbind

Re: [linux-usb-devel] Problem with remote control

2007-02-12 Thread Greg KH
On Sun, Feb 11, 2007 at 03:20:20PM -0500, Jon Smirl wrote: On 2/11/07, Alan Stern [EMAIL PROTECTED] wrote: On Sun, 11 Feb 2007, Guenther Sohler wrote: Dear Users, On ebay I got a usb remote control. This is a ir receiver having a usb plug and an ir remote control sender. Most

[linux-usb-devel] Problem with remote control

2007-02-11 Thread Guenther Sohler
Dear Users, On ebay I got a usb remote control. This is a ir receiver having a usb plug and an ir remote control sender. It is a Cypress Semiconductor eDio USB Multi Remote Controller from Formosa Industrial Computing, Inc. lsusb shows Bus 003 Device 023: ID 147a:e006 Formosa Industrial

Re: [linux-usb-devel] Problem with remote control

2007-02-11 Thread Alan Stern
On Sun, 11 Feb 2007, Guenther Sohler wrote: Dear Users, On ebay I got a usb remote control. This is a ir receiver having a usb plug and an ir remote control sender. It is a Cypress Semiconductor eDio USB Multi Remote Controller from Formosa Industrial Computing, Inc. lsusb shows Bus

Re: [linux-usb-devel] Problem with remote control

2007-02-11 Thread Jon Smirl
On 2/11/07, Alan Stern [EMAIL PROTECTED] wrote: On Sun, 11 Feb 2007, Guenther Sohler wrote: Dear Users, On ebay I got a usb remote control. This is a ir receiver having a usb plug and an ir remote control sender. Most drivers for USB IR remote controls are out of tree. They are located