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
2ae41fb153
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
History
Download ZIP
Download TAR.GZ
Dean Camera
2ae41fb153
Added endian-correction to the CDC driver's Line Encoding control request handlers.
2011-10-07 03:47:42 +00:00
..
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.
2011-07-19 07:02:19 +00:00
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.
2011-06-16 06:49:08 +00:00
CDC.c
Added endian-correction to the CDC driver's Line Encoding control request handlers.
2011-10-07 03:47:42 +00:00
CDC.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).
2011-06-08 01:32:44 +00:00
HID.c
Merge over core library changes from the MultiArchDemos branch.
2011-06-29 05:57:29 +00:00
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).
2011-06-08 01:32:44 +00:00
MassStorage.c
Oops - restore conditional calls to USB_USBTask() in the Mass Storage class driver for the non-stream loops.
2011-09-05 22:22:19 +00:00
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).
2011-06-08 01:32:44 +00:00
MIDI.c
Initial restructuring of the core USB driver module to support multiple architectures in the future.
2011-02-19 22:59:27 +00:00
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).
2011-06-08 01:32:44 +00:00
RNDIS.c
More endianness porting of the LUFA device mode class drivers.
2011-07-11 09:50:54 +00:00
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).
2011-06-08 01:32:44 +00:00