signal11 / hidapi

A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.
http://www.signal11.us/oss/hidapi/
Other
2.47k stars 901 forks source link

About using hidapi on Android #420

Open liuzhushaonian opened 5 years ago

liuzhushaonian commented 5 years ago

If I use hidapi to communicate with a Bluetooth device on Android, can I not need udev? Because udev's cross-compilation is very cumbersome and has not been successful so far. Also, can I use eudev instead of udev? In short, compiling udev has puzzled me for several days. If anyone has experience, please help me, thank you.

jonathancross commented 5 years ago

This repo is no longer maintained, see #431

You might try the libusb mailing list.

Cheers!