summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Harry Cutts <hcutts@google.com> 2023-09-28 17:44:29 +0000
committer Harry Cutts <hcutts@google.com> 2023-09-28 17:44:36 +0000
commitcd8d1801786ca9c29fa92777203fc40ffaacf244 (patch)
tree32e24f8333cb8c8e11a0d1ba2082267de091b5d2
parent2263796ccf95e7a893b9f3e220b7dc2ae3fb24f1 (diff)
uinput: document the port field for device registration
Bug: 245989146 Change-Id: I84dfce5d216a5065611bf63f61e803a93e76b58f Test: check gittiles rendering
-rw-r--r--cmds/uinput/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/uinput/README.md b/cmds/uinput/README.md
index 82df55509a7a..e7361fe95e8e 100644
--- a/cmds/uinput/README.md
+++ b/cmds/uinput/README.md
@@ -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 |