You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB/Class/Device
Dean Camera 7227e133a9
Ensure that the previous HID reports in the HID device class driver are kept per-instance, rather than per-device.
15 years ago
..
Audio.c Fix incorrect configuration in the ClassDriver AudioOutput demo. 15 years ago
Audio.h Fix incorrect configuration in the ClassDriver AudioOutput demo. 15 years ago
CDC.c State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. 15 years ago
CDC.h State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. 15 years ago
HID.c Ensure that the previous HID reports in the HID device class driver are kept per-instance, rather than per-device. 15 years ago
HID.h Ensure that the previous HID reports in the HID device class driver are kept per-instance, rather than per-device. 15 years ago
MIDI.c State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. 15 years ago
MIDI.h State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. 15 years ago
MassStorage.c State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. 15 years ago
MassStorage.h State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. 15 years ago
RNDIS.c State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. 15 years ago
RNDIS.h State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. 15 years ago
RNDISConstants.h Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. 15 years ago