From d94c3c709ef62794e788dcccdcd411cc7e40e6a7 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Tue, 15 Nov 2016 14:09:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a1a82..9b70527 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ You have to give parameter - Reboot - Check with `cat /proc/cmdline` -### What are VID/PID numbers in boards.txt +### What are VID/PID numbers in boards.txt? Linux problem with multiple controllers are solved with changing VID and PID to something that already has HID_QUIRK_MULTI_INPUT (0x40) activated in kernel. Here you can see what quirks are activated to different VID/PIDs: https://github.com/torvalds/linux/blob/master/drivers/hid/usbhid/hid-quirks.c