-
I'll use python 3.8.
I'm using MacOS 10.15 and as the iohidmanager backend
It works like this.
```
>>> import hid
>>> hidraw = hid.Device(0x2341, 0x8036)
>>> hidraw.close()
```
However, if you…
-
I can't build the code under Linux. The README only specify one command "make". Error message
Package hidapi-hidraw was not found in the pkg-config search path.
Perhaps you should add the director…
-
# The problem
Compiling node-hid fails in my system...
# System
- Debian 11
- Node v17.1.0
- Node-gyp v8.3.0
- Windows System Linux 5.10.60.1-microsoft-standard-WSL2
# Expected results
Fla…
-
As of #162 hidraw backend on Linux is the default one built by the setup.py.
Changing the default for all upstream/pip users would probably break a lot of applications/projects due to differences bet…
Youw updated
11 months ago
-
**Information**
- Solaar version (`solaar --version` and `git describe --tags`): solaar 1.1.13-119-g862cef1f
- Distribution: Linux Mint
- Kernel version (ex. `uname -srmo`): Linux 6.8.0-45-gener…
-
ds4drv --hidraw
[info][controller 1] Created devices /dev/input/js1 (joystick) /dev/input/event25 (evdev)
Traceback (most recent call last):
File "/usr/bin/ds4drv", line 8, in
sys.exit(m…
-
Some devices, like a Synology NAS, mount the Wyze Bridge as a `hiddev` device because they don't contain the `hidraw` drivers. Would it be possible to support both `hiddev` and `hidraw` devices?
-
On the minimal example from the README on a Raspberry Pi 3+ (64 bit):
```
[dependencies.hidapi]
default-features = false
features = ["linux-native"]
version = "2.6.1"
```
The output is:
…
-
If using hidraw mode, the led color is not changing. It can be really confusing when changing profiles, without any feedback.
ds4drv version 0.5.1 from pip is in use.
-
When using the hidraw mode, ds4drv grabs the original joystick device (provided by the kernel drivers) and creates a new device. The original device is still present for the rest of the system, but it…