mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
USB HID mouse: Fixes the basic data transfer model. Returned position data is still bad
This commit is contained in:
parent
0920195725
commit
16e3293e69
1 changed files with 1 additions and 1 deletions
|
|
@ -1739,7 +1739,7 @@ static int lpc17_getdevinfo(FAR struct usbhost_driver_s *drvr,
|
|||
* the class create() method.
|
||||
* epdesc - Describes the endpoint to be allocated.
|
||||
* ep - A memory location provided by the caller in which to receive the
|
||||
* allocated endpoint desciptor.
|
||||
* allocated endpoint descriptor.
|
||||
*
|
||||
* Returned Values:
|
||||
* On success, zero (OK) is returned. On a failure, a negated errno value is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue