summaryrefslogtreecommitdiff
path: root/hidraw.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04hidraw.c: fix permissionsPeter Wu1-0/+0
Why the heck was this executable?
2013-08-30hidraw: do not interpret report ID for unknown report typePeter Wu1-2/+5
2013-08-30hidraw: document DJ report typesPeter Wu1-4/+55
2013-08-06Fix wrong names for HID++ 1.0 error codesPeter Wu1-13/+13
2013-04-30hidraw: annotate HID++ 2.0 errors and IRoot featurePeter Wu1-3/+38
2013-04-26Fix logic flaw in array boundsPeter Wu1-3/+3
Index 0xFF needs an array of size 0x100... This error was caught with Address Sanitizer while trying to iterate through all registers 0x00..0xFF.
2013-04-24hidraw: fix FN_KEY_SWAP register numberPeter Wu1-1/+1
2013-04-24hidraw.c: add battery(?) registerPeter Wu1-1/+3
2013-04-08Initial commit of RE/debug programs/notesPeter Wu1-0/+237