## Tips 1. Get info about device ```console $ lsusb -v -d : ``` 2. Check if device is attached to driver ```console $ ls /sys/bus//drivers/ ``` If is attached to driver, it appear here. ## Usefull links - https://github.com/torvalds/linux/blob/master/drivers/hid/hid-led.c