643 B
643 B
Tips
- Get info about device
$ lsusb -v -d <vendor_id>:<product_id>
- Check if device is attached to driver
$ ls /sys/bus/<bus_type>/drivers/<driver_name>
If is attached to driver, it appear here.
Usefull links
- https://github.com/torvalds/linux/blob/master/drivers/hid/hid-led.c
- https://github.com/torvalds/linux/blob/master/drivers/hid/hid-playstation.c
- https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/master/Controllers/CorsairLightingNodeController/CorsairLightingNodeController.cpp
- https://github.com/benburkhart1/lighting-node-pro
- https://github.com/Legion2/CorsairLightingProtocol