summaryrefslogtreecommitdiff
path: root/at91lib/usb/device/ccid/cciddriver.c
Commit message (Collapse)AuthorAgeFilesLines
* USBD multi-conf: Fix non-highspeed caseHarald Welte2011-07-311-3/+3
|
* USBD: Add support for up to 4 configurations per deviceHarald Welte2011-07-311-4/+4
| | | | This is implemented by using a pointer array for the config descriptors
* DFU: remove need for "#ifdef BOARD_USB_DFU" in driversHarald Welte2011-07-311-3/+1
| | | | | | 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-311-11/+19
| | | | | | 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 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.
* initial import of the usb ccid example for the sam7sHarald Welte2011-07-241-0/+1503
personal git repositories of Harald Welte. Your mileage may vary