summaryrefslogtreecommitdiff
path: root/at91lib/usb/device
Commit message (Collapse)AuthorAgeFilesLines
* at91lib: Add USB MULTI driver (for device with 3 configurations)HEADmasterHarald Welte2011-07-314-0/+706
| | | | | This is in anticipation of the future SIMtrace firmware, where we will have a single device with three configurations.
* at91lib CDC: Re-enable DFU string descriptorsHarald Welte2011-07-311-1/+1
|
* USBD: properly return the secondary configuration descriptorsHarald Welte2011-07-311-10/+18
| | | | | we need to actually look at the wIndex of the GET_DESCRIPTOR request from the host.
* USBD multi-conf: Fix non-highspeed caseHarald Welte2011-07-313-7/+7
|
* USBD: Add support for up to 4 configurations per deviceHarald Welte2011-07-315-20/+22
| | | | This is implemented by using a pointer array for the config descriptors
* DFU: remove some compiler warnings by using type-castsHarald Welte2011-07-311-3/+3
|
* Add DFU interface descriptor support to CDC-serial driverHarald Welte2011-07-311-7/+13
|
* DFU: make sure to include board.hHarald Welte2011-07-311-0/+1
|
* DFU: remove need for "#ifdef BOARD_USB_DFU" in driversHarald Welte2011-07-312-3/+6
| | | | | | We define a DFU_IF_DESCRIPTORS_STRUCT macro that adds the respective structure members to the 'struct CCIDDriverConfigurationDescriptors' (or similar in other drivers)
* AT91LIB: Add DFU interface descriptors to CCIDHarald Welte2011-07-313-11/+144
| | | | | | A board can now define BOARD_USB_DFU which will cause the USB DFU interface descriptors for the sam7dfu bootloader to be appended automatically.
* at91lib: Core support for multiple configurationsHarald Welte2011-07-311-23/+34
|
* import usb-device-composide-cdchid-projectHarald Welte2011-07-3118-0/+3302
|
* at91lib ccid: Fix CCID descriptor sent to the hostHarald Welte2011-07-301-5/+9
| | | | | The CCID deccriptor needs to claim T=0 support and auto-baud/auto-clock, otherwise some drivers legitimately refues to work with the device.
* import cdc-serial driver part from usb-device-cdc-serial-projectHarald Welte2011-07-244-0/+1119
|
* initial import of the usb ccid example for the sam7sHarald Welte2011-07-2416-0/+7998
personal git repositories of Harald Welte. Your mileage may vary