summaryrefslogtreecommitdiff
path: root/at91lib/usb/device/core/USBDDriver.c
Commit message (Collapse)AuthorAgeFilesLines
* 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: 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
* at91lib: Core support for multiple configurationsHarald Welte2011-07-311-23/+34
|
* initial import of the usb ccid example for the sam7sHarald Welte2011-07-241-0/+682
personal git repositories of Harald Welte. Your mileage may vary