This website requires JavaScript.
Explore
Help
Sign in
ahoneybun
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
baa1b22654
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
History
Download ZIP
Download TAR.GZ
Dean Camera
baa1b22654
Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe) to send report to the attached device.
2009-09-30 07:58:17 +00:00
..
CDC.c
Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library.
2009-09-30 04:40:36 +00:00
CDC.h
Add const qualifiers to Host mode Class drivers.
2009-09-21 06:08:39 +00:00
HID.c
Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe) to send report to the attached device.
2009-09-30 07:58:17 +00:00
HID.h
Fix incorrect names for the HID Host protocol setting routines.
2009-09-24 01:52:57 +00:00
HIDParser.c
Add new error condition to the HID Report Parser for when a report is parsed but no unfiltered items are encountered (i.e. nothing of interest in the device report). Make all host HID "WithParser" demos print the new error condition.
2009-09-22 08:07:48 +00:00
HIDParser.h
Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos.
2009-09-24 02:05:33 +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
Add const qualifiers to Host mode Class drivers.
2009-09-21 06:08:39 +00:00
MassStorage.h
Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a device ID (thanks to Andrei Krainev).
2009-09-28 15:56:27 +00:00
StillImage.c
Add const qualifiers to Host mode Class drivers.
2009-09-21 06:08:39 +00:00
StillImage.h
Add const qualifiers to Host mode Class drivers.
2009-09-21 06:08:39 +00:00