Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 22 May 2009 05:23:00 +0000 (05:23 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 22 May 2009 05:23:00 +0000 (05:23 +0000)
commitd0806c817cbf0c1b5c5362d1577eac6075c94dfc
tree1be89ddcaeceee05a5f230bbeb5784ee4c85193b
parentb3a4d8512bcaf0feba16a3cbeeaabfcfeb9cf051
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs.
80 files changed:
Bootloaders/CDC/Descriptors.c
Bootloaders/CDC/Descriptors.h
Bootloaders/CDC/makefile
Bootloaders/DFU/Descriptors.c
Bootloaders/DFU/Descriptors.h
Bootloaders/DFU/makefile
Bootloaders/TeensyHID/Descriptors.c
Bootloaders/TeensyHID/Descriptors.h
Bootloaders/TeensyHID/makefile
Demos/Device/AudioInput/AudioInput.h
Demos/Device/AudioInput/Descriptors.c
Demos/Device/AudioInput/Descriptors.h
Demos/Device/AudioInput/makefile
Demos/Device/AudioOutput/Descriptors.h
Demos/Device/AudioOutput/makefile
Demos/Device/CDC/Descriptors.c
Demos/Device/CDC/Descriptors.h
Demos/Device/CDC/makefile
Demos/Device/DualCDC/Descriptors.c
Demos/Device/DualCDC/Descriptors.h
Demos/Device/DualCDC/makefile
Demos/Device/GenericHID/Descriptors.c
Demos/Device/GenericHID/Descriptors.h
Demos/Device/GenericHID/makefile
Demos/Device/Joystick/Descriptors.c
Demos/Device/Joystick/Descriptors.h
Demos/Device/Joystick/makefile
Demos/Device/Keyboard/Descriptors.c
Demos/Device/Keyboard/Descriptors.h
Demos/Device/Keyboard/makefile
Demos/Device/KeyboardMouse/Descriptors.c
Demos/Device/KeyboardMouse/Descriptors.h
Demos/Device/KeyboardMouse/makefile
Demos/Device/MIDI/Descriptors.c
Demos/Device/MIDI/Descriptors.h
Demos/Device/MIDI/makefile
Demos/Device/MassStorage/Descriptors.c
Demos/Device/MassStorage/Descriptors.h
Demos/Device/MassStorage/makefile
Demos/Device/Mouse/Descriptors.c
Demos/Device/Mouse/Descriptors.h
Demos/Device/Mouse/makefile
Demos/Device/RNDISEthernet/Descriptors.c
Demos/Device/RNDISEthernet/Descriptors.h
Demos/Device/RNDISEthernet/makefile
Demos/Device/USBtoSerial/Descriptors.c
Demos/Device/USBtoSerial/Descriptors.h
Demos/Device/USBtoSerial/makefile
Demos/Host/CDCHost/makefile
Demos/Host/GenericHIDHost/makefile
Demos/Host/KeyboardHost/makefile
Demos/Host/KeyboardHostWithParser/makefile
Demos/Host/MassStorageHost/makefile
Demos/Host/MouseHost/makefile
Demos/Host/MouseHostWithParser/makefile
Demos/Host/StillImageHost/makefile
Demos/OTG/TestApp/Descriptors.c
Demos/OTG/TestApp/Descriptors.h
Demos/OTG/TestApp/TestEvents.c
Demos/OTG/TestApp/TestEvents.h
Demos/OTG/TestApp/makefile
LUFA.pnproj
LUFA/ChangeLog.txt
LUFA/Drivers/USB/Class/ConfigDescriptor.c [deleted file]
LUFA/Drivers/USB/Class/ConfigDescriptor.h [deleted file]
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.c [new file with mode: 0644]
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h [new file with mode: 0644]
LUFA/Drivers/USB/HighLevel/Events.h
LUFA/Drivers/USB/HighLevel/StdDescriptors.c [deleted file]
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
LUFA/Drivers/USB/LowLevel/DevChapter9.c
LUFA/Drivers/USB/LowLevel/Device.h
LUFA/Drivers/USB/LowLevel/LowLevel.c
LUFA/Drivers/USB/USB.h
LUFA/MigrationInformation.txt
LUFA/makefile
Projects/Magstripe/Descriptors.c
Projects/Magstripe/Descriptors.h
Projects/Magstripe/Magstripe.h
Projects/Magstripe/makefile