How to bind/attach hid device driver manually?

Printers, HDDs, USB/eSATA drives, 3rd-party programs
Post Reply
nas_noob
First post
Posts: 1
Joined: Fri Dec 28, 2012 9:55 pm

How to bind/attach hid device driver manually?

Post by nas_noob »

Hey!

I'm looking for some days, but I can't find a solution for my problem :(

I try to get a measurment device (via USB HID) running.

[/] # dmesg:
[111971.450000] usb 1-1.4: new low speed USB device using orion-ehci and address 4

[/] # lsusb
Bus 001 Device 004: ID 09db:007a Measurement Computing Corp. PMD-1208LS

[/] # cat /proc/bus/usb/devices
T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=02 Dev#= 4 Spd=1.5 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=09db ProdID=007a Rev= 1.00
S: Manufacturer=MCC
S: Product=USB-1208LS
S: SerialNumber=0158153F
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=03(HID ) Sub=00 Prot=00 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms
E: Ad=01(O) Atr=03(Int.) MxPS= 8 Ivl=10ms

[/] # ipkg list_installed | grep usb
libftdi - 0.7-2 - Library to access the FTDI (usb2serial) chip in userspace via libusb
libusb - 0.1.12-2 - Library for interfacing to the USB subsystem.
usbutils - 0.73-3 - USB enumeration utilities
[/] # ipkg list_installed | grep hid
libhid - 0.2.16-2 - libhid provides a generic and flexible way to access and interact with USB HID devices

I don't know, what's missing...

Can anybody give me a big hint to find the solution?

Thanks!
Post Reply

Return to “Hardware & Software Compatibility”