qmk_firmware/Demos/Device
Dean Camera 4904b10ef6 Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs. 2009-05-13 14:13:57 +00:00
..
AudioInput Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. 2009-05-04 12:55:00 +00:00
AudioOutput Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. 2009-05-04 12:55:00 +00:00
CDC Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status stage clearing). 2009-05-10 05:23:35 +00:00
DualCDC Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest structure for control request data. 2009-05-11 07:52:13 +00:00
GenericHID Fixed Mouse and Keyboard device demos not acting in accordance with the HID specification for idle periods (thanks to Brian Dickman). 2009-05-12 08:28:02 +00:00
Joystick Renamed the the TotalHIDReports element of the HID descriptor structure in the HID class demos to TotalReportDescriptors, to be more accurate of the element's function (thanks to Brian Dickman). 2009-05-07 22:33:36 +00:00
Keyboard Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs. 2009-05-13 14:13:57 +00:00
KeyboardMouse Renamed the the TotalHIDReports element of the HID descriptor structure in the HID class demos to TotalReportDescriptors, to be more accurate of the element's function (thanks to Brian Dickman). 2009-05-07 22:33:36 +00:00
MIDI Changed HWB board driver to Buttons driver, to allow for the support of future boards with more than one mounted GPIO button. 2009-05-06 07:50:34 +00:00
MassStorage Fixed Mouse and Keyboard device demos not acting in accordance with the HID specification for idle periods (thanks to Brian Dickman). 2009-05-12 08:28:02 +00:00
Mouse Fixed Mouse and Keyboard device demos not acting in accordance with the HID specification for idle periods (thanks to Brian Dickman). 2009-05-12 08:28:02 +00:00
RNDISEthernet Fixed Mouse and Keyboard device demos not acting in accordance with the HID specification for idle periods (thanks to Brian Dickman). 2009-05-12 08:28:02 +00:00
USBtoSerial Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. 2009-05-04 12:55:00 +00:00
makefile Added new GenericHID device demo application. 2009-03-29 12:42:25 +00:00