Re: [linux-usb-devel] HID device communication problem with kernel 2.4

2007-06-26 Thread Szilvási Bertalan
007 5:39 PM To: [email protected] Cc: nofilter Subject: Re: [linux-usb-devel] HID device communication problem with kernel2.4 Hi again, After some serious investigation problem is solved. And the key of the solution is contained by this listgroup.. :-). As it turned out from t

Re: [linux-usb-devel] HID device communication problem with kernel 2.4

2007-06-22 Thread Szilvási Bertalan
Hi again, After some serious investigation problem is solved. And the key of the solution is contained by this listgroup.. :-). As it turned out from this mail http://www.mail-archive.com/[email protected]/msg13486.html , duplicate messages are filtered out in kernel 2.4. I

Re: [linux-usb-devel] HID device communication problem with kernel 2.4

2007-06-21 Thread Pete Zaitcev
On Thu, 21 Jun 2007 22:39:32 +0200, Szilvási Bertalan <[EMAIL PROTECTED]> wrote: > Communication is done with blocks of 9 values. I send 9 usage_refs to the > device using HIDIOCSUSAGE and HIDIOCSREPORT ioctl calls, and wait for the > reply. Using cat /dev/usb/hiddev0 I can see that answer has arr

[linux-usb-devel] HID device communication problem with kernel 2.4

2007-06-21 Thread Szilvási Bertalan
Hi all, I have got a HID device with a few buttons and LEDs, and would like to communicate with it. I wrote a simple program that sets LEDs, reads button events and queries serial number. It works fine with kernel 2.6. However, with kernel 2.4, querying serial number behaves strange. Communicat

[linux-usb-devel] HID device question

2006-08-04 Thread James Klaas
I've got one of those cheapo sound card/USB phones with a keypad. When I plug it in, it gives me an input device to read from, but only one of the keys generates a response. I've captured data from using a USB sniffer on Windows, so It could be added. Is there someone I can talk to about adding

Re: [linux-usb-devel] HID device

2006-07-18 Thread David Brownell
On Tuesday 18 July 2006 7:56 am, Vlad Rezki wrote: > Hello, > > There is UPS APC RS-500 and ibusb(newhidups) library is used. Linux 2.6.10 > kernel. > The 'usb_claim_interface' function returns -EBUSY when 'newhidups' is > executed, > it's ok because this interface already claimed by usbhid. >

[linux-usb-devel] HID device

2006-07-18 Thread Vlad Rezki
Hello, There is UPS APC RS-500 and ibusb(newhidups) library is used. Linux 2.6.10 kernel. The 'usb_claim_interface' function returns -EBUSY when 'newhidups' is executed, it's ok because this interface already claimed by usbhid. At that time function 'usb_detach_kernel_driver_np' is executed, to

[linux-usb-devel] hid device driver operation

2005-06-17 Thread Robert Bliss
Hello: I am trying to get a hid measurement device to work on linux and have encountered some problems which are either bugs or features of hid that I need help in debugging. First of all I started with Fedora core 3 and Scott Hiles's plusb_xcvr.c driver which has hid code for writing and readi

[linux-usb-devel] hid device and kernel 2.6

2005-03-14 Thread Ken Cobler
Help, please. I have a USB credit card reader working great with Suse 9.0 (kernel 2.4). The USB credit card reader is a Magtek insertion card reader (the kind you find at the gas pump). The card reader sends data as HID Input usage reports. I am trying to move the application to a 2.6 kernel

[linux-usb-devel] HID device with ST72F623 read problem

2004-07-14 Thread pablozrudnika
Hi everybody! I'm trying to write an application which communicates with my test HID device. I'm working with ST72F623 chip from ST. This device uses HID library and it's based on USB to serial bridge project from ST. I've written a very simple source code to communicate with it: int main(void)