Renamed all driver termination *_ShutDown() functions to the more logical name *_Disa...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 30 Jan 2011 23:12:06 +0000 (23:12 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 30 Jan 2011 23:12:06 +0000 (23:12 +0000)
commit43b9d552bb0a32c5cd5f9fa72a8cb3c871ad5ef3
tree3eec94c1a0d57fb84c0678d10f1012d234e532a7
parent9051d3beb0c5c4ec1e33749d8f806f5492fbe742
Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable().
37 files changed:
Bootloaders/DFU/BootloaderDFU.c
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c
Demos/Host/ClassDriver/MouseHost/MouseHost.c
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c
Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.c
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/LowLevel/MIDIHost/MIDIHost.c
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c
Demos/Host/LowLevel/MouseHost/MouseHost.c
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
Demos/Host/LowLevel/PrinterHost/PrinterHost.c
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.c
Demos/Host/LowLevel/StillImageHost/StillImageHost.c
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
LUFA/Drivers/Peripheral/SPI.h
LUFA/Drivers/Peripheral/Serial.h
LUFA/Drivers/USB/LowLevel/USBController.c
LUFA/Drivers/USB/LowLevel/USBController.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/SoftwareBootloaderJump.txt
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c
Projects/MissileLauncher/MissileLauncher.c
Projects/Webserver/USBHostMode.c