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.46k stars 901 forks source link

hid_enumerate not listing correctly on Raspberry Pi (raspbian jessie) #312

Open mlgarrido opened 7 years ago

mlgarrido commented 7 years ago

I am currently using PS3 Dualshock controller paired with bluetooth, but I can't see this when I list using "hid_enumerate", the device is connected correctly and appear on /dev/input with BT and with USB cable, but I only see using "hid_enumerate" with USB cable. The same code works on Mac OS and Windows.

Thx!

signal11 commented 7 years ago

Make sure you're using the hidraw implementation of HIDAPI and not the libusb implementation of HIDAPI.