Commit graph

14 commits

Author SHA1 Message Date
NicoHood
700ca71cf8 Finally changes SetReportData function to int
This was required since available() of stream also uses int and not uint16_t sadly
2015-09-22 21:25:11 +02:00
NicoHood
f42b37ca8e Fixed report out length 2015-09-22 21:07:04 +02:00
NicoHood
803ecfddf5 Made SetReportData more flexible
can now take more data and keep the data array if changed to zero.
2015-09-22 20:48:35 +02:00
NicoHood
a0edeebc61 Send the whole data for an out report
RawHID does not add the reportID again, so we need to see the first byte there
For the keyboard led you can just ignore this byte
2015-09-20 14:05:08 +02:00
NicoHood
250ce02838 Changed setReportData length to 1 byte 2015-09-20 12:30:43 +02:00
NicoHood
3d86fb20d4 Fixed HID Out report (leds) 2015-09-20 08:50:39 +02:00
NicoHood
60bd43e0a1 added bool operator 2015-09-19 17:28:36 +02:00
NicoHood
a683e6eab1 Added boot protocol for mouse 2015-09-19 16:46:08 +02:00
NicoHood
aad40a0798 Prevent other reports from sending while in bios mode 2015-09-19 16:15:33 +02:00
NicoHood
67904276e5 Made HID_ class members static inside the class, not global. 2015-09-19 15:41:41 +02:00
NicoHood
7f407fcb58 Important CDC Lag fix 2015-09-19 15:24:06 +02:00
NicoHood
0e297490ae Added Boot Keyboard support
If enabled the keyboard will not work in the OS again. This still needs to be fixed.
Experimental!
2015-09-19 14:37:42 +02:00
NicoHood
f34df6edef Added KeyboardLeds/HID Out Report
This also enables the option for further raw HID development.
2015-09-19 12:16:29 +02:00
NicoHood
02684edc0a Added Pluggable HID duplicate 2015-09-19 09:10:12 +02:00