Skip to content

Commit 6675205

Browse files
Aseda AboagyeAndroid (Google) Code Review
authored andcommitted
Merge "inputflinger: Add IDC file documentation" into main
2 parents df31be1 + 63255c4 commit 6675205

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Input Device Configuration
2+
3+
There are a number of properties that can be specified for an input device.
4+
5+
|Property|Value|
6+
|---|----|
7+
|`audio.mic`|A boolean (`0` or `1`) that indicates whether the device has a microphone.|
8+
|`device.additionalSysfsLedsNode`|A string representing the path to search for device lights to be used in addition to searching the device node itself for lights.|
9+
|`device.internal`|A boolean (`0` or `1`) that indicates if this input device is part of the device as opposed to be externally attached.|
10+
|`device.type`|A string representing if the device is of a certain type. Valid values include `rotaryEncoder` and `externalStylus`.

0 commit comments

Comments
 (0)