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 8df0cf3241
Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests.
13 years ago
..
Audio.c Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. 14 years ago
Audio.h Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names. 14 years ago
CDC.c Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests. 13 years ago
CDC.h Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey). 13 years ago
HID.c Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests. 13 years ago
HID.h Remove warnings in the documentation for the library class drivers about sequential pipe/endpoint allocation, as by default this is no longer as issue (unless ORDERED_EP_CONFIG is specified). 14 years ago
MIDI.c
MIDI.h Remove warnings in the documentation for the library class drivers about sequential pipe/endpoint allocation, as by default this is no longer as issue (unless ORDERED_EP_CONFIG is specified). 14 years ago
MassStorage.c Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests. 13 years ago
MassStorage.h Remove warnings in the documentation for the library class drivers about sequential pipe/endpoint allocation, as by default this is no longer as issue (unless ORDERED_EP_CONFIG is specified). 14 years ago
RNDIS.c More endianness porting of the LUFA device mode class drivers. 14 years ago
RNDIS.h Remove warnings in the documentation for the library class drivers about sequential pipe/endpoint allocation, as by default this is no longer as issue (unless ORDERED_EP_CONFIG is specified). 14 years ago