Re: [linux-usb-devel] HID driver

2007-07-12 Thread Oliver Neukum
Am Donnerstag, 12. Juli 2007 schrieb Marcel Meerstetter: > Hello all, > > i need help with the USB HID driver. I am running kernel version 2.6.12. > When I attach a USB keyboard, it is recognized > > # usb 1-1: new low speed USB device using s3c2410-ohci and address 2 > usb 1-1: Product: HP B

[linux-usb-devel] HID driver

2007-07-12 Thread Marcel Meerstetter
Hello all, i need help with the USB HID driver. I am running kernel version 2.6.12. When I attach a USB keyboard, it is recognized # usb 1-1: new low speed USB device using s3c2410-ohci and address 2 usb 1-1: Product: HP Basic USB Keyboard usb 1-1: Manufacturer: CHICONY however no device is

[linux-usb-devel] HID driver for extra keys on keyboard

2005-12-15 Thread Daniel Drake
Hi, I have a MS keyboard which is USB-only and has 3 interfaces: 1. Normal keyboard 2. Extra keys (there are many - volume controls, favourite buttons, application buttons, ...) 3. Fingerprint reader I'm trying to get the 2nd interface going with Linux. It's HID descriptor is: :

[linux-usb-devel] hid driver tests how to?

2005-08-01 Thread ramya b.b
hi I need to test my hid driver...Can anyone please provide inputs on how do it start doing it ? Are there any scripts available online that can be used directly to test my hid driver? any links wil be useful. i am using 2.6.11 kernel patched with 2.6.12-rc5 patch. regards Ramya

Re: [linux-usb-devel] HID Driver

2003-12-12 Thread Jiang Zhang
As far as I understand, current HID wasn't designed for this kind of usage. It could take time to change, if it will happen at all. For now, usbfs could be an alternative way: http://marc.theaimsgroup.com/?l=linux-usb-users&m=106886596603257&w=2 Good luck Jay. Goddard James wrote: Hello, I have

[linux-usb-devel] HID Driver

2003-12-12 Thread Goddard James
Hello, I have some questions about the HID driver. I've seen similar questsions posted here and other locations but never an answer. I am writing software to talk to a USB ups. Rather than make it a standard HID Power Device, the manufacturer cobbled their old serial protocol into a custom HI