Commit Graph

9 Commits

Author SHA1 Message Date
Peter Wu
c42bd6685c hidraw.c: fix permissions
Why the heck was this executable?
2013-09-04 17:40:40 +02:00
Peter Wu
ffaa47be57 hidraw: do not interpret report ID for unknown report type 2013-08-30 22:48:19 +02:00
Peter Wu
ab2cd7e619 hidraw: document DJ report types 2013-08-30 11:57:49 +02:00
Peter Wu
9591ee2254 Fix wrong names for HID++ 1.0 error codes 2013-08-06 15:45:19 +02:00
Peter Wu
cfbf072a9c hidraw: annotate HID++ 2.0 errors and IRoot feature 2013-04-30 17:39:23 +02:00
Peter Wu
9e8da2dd01 Fix logic flaw in array bounds
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-26 23:15:40 +02:00
Peter Wu
11373ec5b2 hidraw: fix FN_KEY_SWAP register number 2013-04-24 17:01:12 +02:00
Peter Wu
f761d31d0b hidraw.c: add battery(?) register 2013-04-24 16:51:43 +02:00
Peter Wu
99bcaad18a Initial commit of RE/debug programs/notes 2013-04-08 17:02:24 +02:00