Gregory Nutt
|
0de294a586
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
Juha Niskanen
|
9d13a2463f
|
drivers/usbmisc: Add driver for Fairchild FUSB301 USB type-C controller.
From Harri Luhtala <harri.luhtala@haltian.com>. Tested with earlier
version of NuttX; with current version checked that it compiles.
|
2017-03-31 06:35:36 -06:00 |
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.
|
2017-03-17 20:48:21 -07:00 |
Aleksandr Vyhovanec
|
bf528f2071
|
packed_struct replaced by begin_packed_struct and end_packed_struct
|
2017-01-09 14:17:49 +03:00 |
Gregory Nutt
|
644335a39c
|
Fix C99 style comment
|
2016-08-26 08:28:54 -06:00 |
Gregory Nutt
|
469aff0584
|
Fix names of pre-processor variables used in header file idempotence
|
2016-08-06 19:21:42 -06:00 |
Wolfgang Reissnegger
|
81f7758848
|
USBMSC: Fix usbtrace() string.
|
2016-07-23 20:10:20 -07:00 |
Gregory Nutt
|
a897fd4ccf
|
Eliminate use of apps/system/usbmonitor. Use drivers/usbmonitor instead.
|
2016-06-30 13:09:22 -06:00 |
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
Gregory Nutt
|
3a74a438d9
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:18 -06:00 |
Gregory Nutt
|
863ded3584
|
Standardize the width of all comment boxes in C header files
|
2015-10-03 07:45:15 -06:00 |
Gregory Nutt
|
0f90500f72
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:48:24 -06:00 |
Gregory Nutt
|
b578c98fa9
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
Gregory Nutt
|
bf9e1943a4
|
Clean up and review of header files for conformance to standards
|
2015-06-12 18:07:47 -06:00 |
Gregory Nutt
|
87b065253d
|
LPC17 USB host: Fix some OHCI done head handling when a tranfer is cancelled
|
2015-05-15 08:29:45 -06:00 |
Gregory Nutt
|
cf1ab6baec
|
The USB host cancellation now applies to all transfers and so it no longer conditional
|
2015-05-11 12:04:03 -06:00 |
Gregory Nutt
|
8ed11a374d
|
EHCI HCDs will now support cancellation of syncrhonous transfers
|
2015-05-11 11:43:31 -06:00 |
Gregory Nutt
|
7a3fafb67f
|
OHCI HCDs will not support cancellation of syncrhonous transfers
|
2015-05-11 10:36:17 -06:00 |
Gregory Nutt
|
691d7c9819
|
Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected.
|
2015-05-06 14:11:29 -06:00 |
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.
|
2015-05-05 13:14:22 -06:00 |
Gregory Nutt
|
c15cc6e8f0
|
Add CDC/ACM notification structure.
|
2015-05-04 13:43:19 -06:00 |
Gregory Nutt
|
1f15b552ed
|
Costmetic update to some comments
|
2015-05-02 14:34:49 -06:00 |
Gregory Nutt
|
c2a3f936aa
|
USB host: Need to include the port structure when disconnecting, otherwise may destroy a root hub port
|
2015-05-02 10:44:18 -06:00 |
Gregory Nutt
|
5c76c53909
|
EHCI HUB: Fix some issues related to speed and device addresses
|
2015-04-28 09:43:06 -06:00 |
Gregory Nutt
|
397f31f061
|
Another hub-related interface change: Need to pass speed to EP0
|
2015-04-26 09:53:43 -06:00 |
Gregory Nutt
|
64fe226669
|
USB Hub: Cosmetic update to some naming
|
2015-04-24 18:32:09 -06:00 |
Gregory Nutt
|
7d7ab442e1
|
If asynchronous tranfers are supported, then there must also be a mechanism to cancel the pending transfer
|
2015-04-24 11:23:52 -06:00 |
Gregory Nutt
|
2586bc3fcc
|
USB hub fixes. Mostly dealing with setting the hub function address at the right time and powering up downstream ports
|
2015-04-23 16:42:53 -06:00 |
Gregory Nutt
|
d11af85ddf
|
Merge remote-tracking branch 'origin/master' into usbhub
|
2015-04-23 14:06:18 -06:00 |
Gregory Nutt
|
0092f79696
|
Two r's and only two r's in the word interrupt
|
2015-04-23 14:04:43 -06:00 |
Gregory Nutt
|
9752e12b11
|
USB HUB: Fix bugs, stray ampersand. Need to perfrom class destruction on the worker thread
|
2015-04-23 13:56:38 -06:00 |
Gregory Nutt
|
9c61847203
|
USB Hub: Initial implementation asynchronous pipe I/O in the LPC17 HCD needed for hub support
|
2015-04-22 15:03:25 -06:00 |
Gregory Nutt
|
f7ec9b0831
|
USB hub: Change to connection interface so that applications can deal with external hubs
|
2015-04-22 12:28:19 -06:00 |
Gregory Nutt
|
8e9fd9b838
|
USB HCDs: Add hooks for the async method
|
2015-04-21 15:43:12 -06:00 |
Gregory Nutt
|
5c16454cdf
|
Add USB hub initialization logic to a couple of board configurations
|
2015-04-21 13:44:14 -06:00 |
Gregory Nutt
|
fde0bf650e
|
USB host: Integrate logic to assign device function address
|
2015-04-21 12:17:49 -06:00 |
Gregory Nutt
|
d6b963a62e
|
USB host: Update skeleton driver file
|
2015-04-21 09:54:11 -06:00 |
Gregory Nutt
|
db3b235fe6
|
SAMA5 OHCI and EHCI: Now conform to new interfaces to support hubs
|
2015-04-21 08:59:30 -06:00 |
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.
|
2015-04-21 07:26:28 -06:00 |
Gregory Nutt
|
2ea7a83bf5
|
USB hub: Move port index out of hub structure and into class structure
|
2015-04-20 16:50:32 -06:00 |
Gregory Nutt
|
4aeb5e549c
|
Get USB host HID mouse driver to build. Error connect method prototypes.
|
2015-04-20 16:21:13 -06:00 |
Gregory Nutt
|
f7f3a7f74d
|
USB hub: Decouple class and hub structures
|
2015-04-20 12:06:47 -06:00 |
Gregory Nutt
|
814ce6fd02
|
Merge from master
|
2015-04-20 09:56:00 -06:00 |
Gregory Nutt
|
356292b60e
|
Some trivial USB-related changes
|
2015-04-20 09:51:58 -06:00 |
Gregory Nutt
|
fa778aec07
|
USB hub: Add EP0 to all control transfers. There can be multiple EP0's with a hub
|
2015-04-20 09:35:43 -06:00 |
Gregory Nutt
|
9e0b239c37
|
Clean compile errors from last commit
|
2015-04-20 08:53:21 -06:00 |
Gregory Nutt
|
8e23ad72b5
|
USB hub: Add asych HCD interface
|
2015-04-20 08:41:33 -06:00 |
Gregory Nutt
|
a6d9f0622c
|
USB hub: First steps to make interfaces backward compatible
|
2015-04-20 07:45:11 -06:00 |
Gregory Nutt
|
8c1c365ae7
|
Reorder structure members for better packing
|
2015-04-19 15:58:09 -06:00 |
Gregory Nutt
|
8a23c52650
|
USB Hub: Change an the usbhost_ctrlxfer interface; move some functions around
|
2015-04-19 14:26:17 -06:00 |