This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
forked from
mfulz_github/qmk_firmware
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
History
Dean Camera
cd0adb7574
Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board.
...
Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
2009-09-17 23:34:16 +00:00
..
CDC.c
Fixed MIDI Device Class driver not sending/receiving MIDI packets of the correct size (thanks to Thomas Bleeker).
2009-09-14 05:57:17 +00:00
CDC.h
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success.
2009-09-17 13:12:21 +00:00
HID.c
Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board.
2009-09-17 23:34:16 +00:00
HID.h
Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board.
2009-09-17 23:34:16 +00:00
HIDParser.c
Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report.
2009-09-09 08:34:24 +00:00
HIDParser.h
Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report.
2009-09-09 08:34:24 +00:00
HIDReportData.h
Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.
2009-06-01 11:03:39 +00:00
MassStorage.c
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success.
2009-09-17 13:12:21 +00:00
MassStorage.h
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success.
2009-09-17 13:12:21 +00:00
StillImage.c
Finish Still Image Host class driver.
2009-09-09 04:18:37 +00:00
StillImage.h
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success.
2009-09-17 13:12:21 +00:00