mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
USB HID mouse: Fixes the basic data transfer model. Returned position data is still bad
This commit is contained in:
@@ -1739,7 +1739,7 @@ static int lpc17_getdevinfo(FAR struct usbhost_driver_s *drvr,
|
|||||||
* the class create() method.
|
* the class create() method.
|
||||||
* epdesc - Describes the endpoint to be allocated.
|
* epdesc - Describes the endpoint to be allocated.
|
||||||
* ep - A memory location provided by the caller in which to receive the
|
* ep - A memory location provided by the caller in which to receive the
|
||||||
* allocated endpoint desciptor.
|
* allocated endpoint descriptor.
|
||||||
*
|
*
|
||||||
* Returned Values:
|
* Returned Values:
|
||||||
* On success, zero (OK) is returned. On a failure, a negated errno value is
|
* On success, zero (OK) is returned. On a failure, a negated errno value is
|
||||||
|
|||||||
Reference in New Issue
Block a user