summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_skeleton.c
Commit message (Expand)AuthorAgeFilesLines
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-111-32/+37
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-16/+16
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-131-11/+1
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-121-2/+12
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-1/+1
* Add support for multiple work queuespatacongo2012-09-041-3/+3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Fix USB host error handling logicpatacongo2011-05-121-8/+4
* Fixes for kernel stub buildspatacongo2011-04-061-4/+5
* Fix more issues detected by CppCheck toolpatacongo2011-01-191-1/+1
* Warnings not errors would be more politepatacongo2011-01-181-1/+1
* More HID keyboard progresspatacongo2011-01-171-14/+24
* More HID keyboard supportpatacongo2011-01-161-34/+31
* Make space for int/isoc endpoint supportpatacongo2011-01-161-0/+2
* Extend the ED and get the transfer type into the EDpatacongo2011-01-141-1/+3
* Fleshing out keyboard driverpatacongo2011-01-141-12/+26
* Framework for HID keyboard -- not much there yetpatacongo2011-01-121-0/+1038