Alin Jerpelea
|
b288986ccd
|
include: nuttx: usb: nxstyle error fix
Nxstyle error fix to silence the CI.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
|
2021-01-29 10:40:46 -08:00 |
|
Johannes Schock
|
02a9228c1f
|
Added USB MSC state change notifier in notifier work queue.
Added USB MSC automount for Freedom K28 using the above.
|
2020-08-09 11:54:04 -06:00 |
|
Gregory Nutt
|
5a9f7927ee
|
nxstyle fixes
|
2020-05-28 12:22:46 -06:00 |
|
Nicholas Chin
|
560ba3adcd
|
usbhost: adds a driver for the FTDI FT232R USB to serial converter
|
2020-05-28 12:22:46 -06:00 |
|
Gregory Nutt
|
67b4f9d0e1
|
include/nuttx/usb/usbdev.h and usbhost.h: Add CODE qualifier to function pointers.
|
2019-11-02 18:12:59 -06:00 |
|
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.
|
2018-07-29 15:06:44 -06:00 |
|
Gregory Nutt
|
7cf88d7dbd
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
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 |
|
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 |
|
Gregory Nutt
|
863ded3584
|
Standardize the width of all comment boxes in C header files
|
2015-10-03 07:45:15 -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
|
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
|
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
|
397f31f061
|
Another hub-related interface change: Need to pass speed to EP0
|
2015-04-26 09:53:43 -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
|
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
|
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 |
|
Gregory Nutt
|
820bc08c34
|
USB Hub: Fix a few compilation errors
|
2015-04-19 12:01:47 -06:00 |
|
Gregory Nutt
|
1971ea3d4e
|
Clean up some debug output
|
2015-04-19 11:24:06 -06:00 |
|
Gregory Nutt
|
de182f2a3a
|
Merge remote-tracking branch 'origin/master' into usbhub
Conflicts:
nuttx/include/nuttx/usb/usbhost.h
|
2015-04-19 10:55:20 -06:00 |
|
Gregory Nutt
|
cc134049a9
|
Fix a few typos
|
2015-04-19 09:15:07 -06:00 |
|
Gregory Nutt
|
f9fc49aecc
|
Fix some typos, clean up some naming
|
2015-04-19 09:14:00 -06:00 |
|
Gregory Nutt
|
7fcfca40b5
|
Bring in more logic from https://github.com/kaushalparikh/nuttx
|
2015-04-19 08:55:48 -06:00 |
|
Gregory Nutt
|
31a94816b2
|
USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts
|
2015-01-11 08:05:09 -06:00 |
|
Gregory Nutt
|
1780810d3d
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
|
Gregory Nutt
|
54fa3b0b59
|
Rename kfree to kmm_free for consistency with other naming conventions
|
2014-08-31 17:04:02 -06:00 |
|
Gregory Nutt
|
6f3cb90c05
|
Cosmetic changes
|
2014-05-28 14:09:58 -06:00 |
|
Gregory Nutt
|
b83702dd8a
|
HID mouse: Don't include NAKs in error count. From Leo
|
2014-04-17 11:47:00 -06:00 |
|
Gregory Nutt
|
6d0863b657
|
Add logic to register HID keybaord and mouse classes; fix some conditional compilation. From Leo
|
2014-04-17 11:22:46 -06:00 |
|
Gregory Nutt
|
3a1324741a
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
|
Gregory Nutt
|
0e486c953b
|
Add support for a USB HID mouse. Untested on initial check-in
|
2014-02-09 13:49:31 -06:00 |
|