Commit History

Author SHA1 Message Date
  Johannes Schock 02a9228c1f Added USB MSC state change notifier in notifier work queue. 4 years ago
  Gregory Nutt 5a9f7927ee nxstyle fixes 4 years ago
  Nicholas Chin 560ba3adcd usbhost: adds a driver for the FTDI FT232R USB to serial converter 4 years ago
  Gregory Nutt 67b4f9d0e1 include/nuttx/usb/usbdev.h and usbhost.h: Add CODE qualifier to function pointers. 5 years ago
  Gregory Nutt 41666dafa8 drivers/usbhost/usbhost_max3421e.c: Fix an error in reading the pending interrupts. Aos fix a number of typos and update a README. 6 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Gregory Nutt 0de294a586 Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 7 years ago
  Brian Webb 0a95536b85 Adds driver support for the XBox One controller. Currently only the latest version (XBox One X) controller works. The older XBox One controllers do not enumerate correctly. 7 years ago
  Gregory Nutt 863ded3584 Standardize the width of all comment boxes in C header files 9 years ago
  Gregory Nutt cf1ab6baec The USB host cancellation now applies to all transfers and so it no longer conditional 9 years ago
  Gregory Nutt 8ed11a374d EHCI HCDs will now support cancellation of syncrhonous transfers 9 years ago
  Gregory Nutt 691d7c9819 Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected. 9 years ago
  Gregory Nutt 47a112974d USB host: Modify the transfer() and asynch() methods so that the actual size of the transfer is returned. Unverified on initial commit. 9 years ago
  Gregory Nutt 1f15b552ed Costmetic update to some comments 9 years ago
  Gregory Nutt c2a3f936aa USB host: Need to include the port structure when disconnecting, otherwise may destroy a root hub port 9 years ago
  Gregory Nutt 397f31f061 Another hub-related interface change: Need to pass speed to EP0 9 years ago
  Gregory Nutt 7d7ab442e1 If asynchronous tranfers are supported, then there must also be a mechanism to cancel the pending transfer 9 years ago
  Gregory Nutt 9c61847203 USB Hub: Initial implementation asynchronous pipe I/O in the LPC17 HCD needed for hub support 9 years ago
  Gregory Nutt f7ec9b0831 USB hub: Change to connection interface so that applications can deal with external hubs 9 years ago
  Gregory Nutt 8e9fd9b838 USB HCDs: Add hooks for the async method 9 years ago
  Gregory Nutt 5c16454cdf Add USB hub initialization logic to a couple of board configurations 9 years ago
  Gregory Nutt fde0bf650e USB host: Integrate logic to assign device function address 9 years ago
  Gregory Nutt d6b963a62e USB host: Update skeleton driver file 9 years ago
  Gregory Nutt d62aa8c158 USB host: Remove getdevinfo() method. Rename hub structure to hubport structure. Get port and function address from hub port structure vs. parameters and other structures. 9 years ago
  Gregory Nutt 2ea7a83bf5 USB hub: Move port index out of hub structure and into class structure 9 years ago
  Gregory Nutt 4aeb5e549c Get USB host HID mouse driver to build. Error connect method prototypes. 9 years ago
  Gregory Nutt f7f3a7f74d USB hub: Decouple class and hub structures 9 years ago
  Gregory Nutt 814ce6fd02 Merge from master 9 years ago
  Gregory Nutt 356292b60e Some trivial USB-related changes 9 years ago
  Gregory Nutt fa778aec07 USB hub: Add EP0 to all control transfers. There can be multiple EP0's with a hub 9 years ago