From cd8d1801786ca9c29fa92777203fc40ffaacf244 Mon Sep 17 00:00:00 2001
From: Harry Cutts <hcutts@google.com>
Date: Thu, 28 Sep 2023 17:44:29 +0000
Subject: [PATCH] uinput: document the port field for device registration

Bug: 245989146
Change-Id: I84dfce5d216a5065611bf63f61e803a93e76b58f
Test: check gittiles rendering
---
 cmds/uinput/README.md | 1 +
 1 file changed, 1 insertion(+)

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  |
-- 
GitLab