-
The device log:
[19:15:28] HID device detected: vendorId=2362, productId=628, name='hid-over-i2c 093A:0274', serial='', deviceIds=[/sys/devices/pci0000:00/0000:00:17.2/i2c_designware.3/i2c-9/9-002c/0…
-
Hi! I'm looking to add linux support to this library. I've downloaded and built HIDAPI from [this GitHub repo](https://github.com/signal11/hidapi) but I was left with multiple files, none of which wer…
-
Previously, I had the component setup in my compose file to pass through with:
```
devices:
- /dev/hidraw1:/dev/hidraw1
```
That worked out pretty well, until a reboot of the host syste…
-
Hi, awesome plugin :). Seems like the only Linux one around.
As the title says, it would be nice to be able to use any controller or joystick to set the PTT.
-
So I've bought this controller and I can't get it work over usb
`ds4drv --hidraw`
just infinitely scans for devices
lsusb
`Bus 001 Device 026: ID 054c:05c4 Sony Corp. DualShock 4 [CUH-ZCT…
-
```
[pc trialism]# ds4drv --hidraw
[info][controller 1] Created devices /dev/input/js0 (joystick) /dev/input/event23 (evdev)
[info][hidraw] Scanning for devices
[info][hidraw] Scanning for devices…
ghost updated
2 years ago
-
Hi, running the module brings out this response:
`minidsp gain 0 Mi 03 Mär 2021 08:49:14
/usr/local/lib/node_modules/minidsp/node_modules/bindings/bindings.js:135
throw…
-
Seems hidraw is exclusive to Linux. libusb is cross platform. hidapi supports both
https://github.com/libusb/hidapi?tab=readme-ov-file#hidapi-has-four-back-ends
lawik updated
9 months ago
-
When installing, or updating to, version 1.0.4, the installation fails when using Windows (11), with the following console output:
```
Tool WCH:riscv-none-embed-gcc@8.2.0 already installed
Tool…
-
Below is a possible improvement to the udev-rules. It is based on the suggest udev-rules in the `libusb/hidraw` project
Ref: https://github.com/libusb/hidapi/blob/6fcb0bb2282dbb505561a53689eba0c05365…