Assign Specific driver to a usb drive in android(Kernel 3.0.8)

Rashid Mahmood

New member
Mar 25, 2014
0
0
0
Visit site
Hello,

I am connecting a usb(HID) device with my android tablet. Android always assigned "USB Generic Driver" to my USB(HID) device. I want it to use libusbhost.so module. How can i do that ???

For Information :
Usb HID Device is Contour Diabetes Meter

With generic driver meter can send data to tablet but cant receive data from tablet this is my problem that,s why i want to load usb host driver. I heard that we can load rules in /etc/udev/rules.d/ to load specific driver byt my android dont have udev under /etc/ .

Thanks