Re: [linux-usb-devel] Still Problems with USB Remote control

2007-03-01 Thread Guenther Sohler
boards with broken descriptors). It would be nice, if you could investigate on that problem. Do you have any use for the key codes i sent you ? rds Guenther Sohler -- "Feel free" - 5 GB Mailbox, 50 FreeSMS/Monat ... Jetzt GMX ProMail testen: www.gmx.net/de/go/mailfooter/promail-out --

Re: [linux-usb-devel] Still Problems with USB Remote control

2007-02-27 Thread Guenther Sohler
Dear Jiri, I have got new news. I was able to play with my remote again. > This should only happen once per report, at the time that all fields from > the received report have been parsed and passed to the input driver as > EV_KEY (or anything else, according to the existing mapping in hid-inpu

Re: [linux-usb-devel] Still Problems with USB Remote control

2007-02-26 Thread Guenther Sohler
l c program ? rds Original-Nachricht Datum: Fri, 23 Feb 2007 14:37:14 +0100 (CET) Von: Jiri Kosina <[EMAIL PROTECTED]> An: Guenther Sohler <[EMAIL PROTECTED]> CC: linux-usb-devel@lists.sourceforge.net, Dmitry Torokhov <[EMAIL PROTECTED]> Betreff: Re: [linux-usb-d

Re: [linux-usb-devel] Still Problems with USB Remote control

2007-02-23 Thread Guenther Sohler
Ahoj Jiri Odkud jste.? Mam Cesky zenu tak umim mluvit trochu cesky! Thank you for your valubale reply! > Hi Guenter, > > what does the "BROKEN PIPE" sign exactly mean here? Does the cat > /dev/input/event7 get -EPIPE error, or does it mean anything else? No, "BROKEN PIPE" means, that there is

[linux-usb-devel] Still Problems with USB Remote control

2007-02-23 Thread Guenther Sohler
Sorry to send this again. I have extended my letter. Maybe anybody of you out there can help me now or just redirect me into the correct direction. Some weeks before I have already reported about problems with my USB Remote control which I obtained from eBay. I got a remote control sender and a

[linux-usb-devel] Still Problems with USB Remote control

2007-02-20 Thread Guenther Sohler
Some weeks before I have already reported about problems with my USB Remote control. I got a remote control and a IR Receiver with an USB cable, which I plug into my computer. I expect receiving the events through /dev/input/eventx but it does not work out. The only time, i get an event is * i pl

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 >unbi

[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 Comput

[linux-usb-devel] Problem with usbtest

2007-02-05 Thread Guenther Sohler
Dear Group, In the last month I have been writing a linux usb driver to asynchronouly read from a FX2 USB Device with high bandwidth, which already works very stable and relyable. Just getting the thing starting does not yet work very stable. This is my procedure: * I load the driver * I plug the

[linux-usb-devel] (no subject)

2007-01-22 Thread Guenther Sohler
Dear Group, Some time before I have already asked about a review of my driver. In the meantime, I have done some rework and no semaphore in interrupt context anymore :) My driver reads data from a USB device and offers them to a device file. However I do not yet know, how to handle situations w

[linux-usb-devel] Developping new usb driver

2007-01-15 Thread Guenther Sohler
Hallo, I have got a FX2 Board from Cypress, which is connected to the PC using USB2.0. My goal is to get quite a big bandwidth transmitted from the FX2 to the PC (my goal is actually about 15 MB/s, and many people told me that this is posible) My first attemts have been using libusb with a progr