Skip to content
Snippets Groups Projects
Commit cd8d1801 authored by Harry Cutts's avatar Harry Cutts
Browse files

uinput: document the port field for device registration

Bug: 245989146
Change-Id: I84dfce5d216a5065611bf63f61e803a93e76b58f
Test: check gittiles rendering
parent 2263796c
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ Register a new uinput device
| `vid` | 16-bit integer | Vendor ID |
| `pid` | 16-bit integer | Product ID |
| `bus` | string | Bus that device should use |
| `port` | string | `phys` value to report |
| `configuration` | object array | uinput device configuration|
| `ff_effects_max` | integer | `ff_effects_max` value |
| `abs_info` | array | Absolute axes information |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment