Skip to content

Commit aff7589

Browse files
committed
Development/Configurations: Update 'Interface' attributes to new standard
This was changed with OpenTabletDriver/OpenTabletDriver#3245 (3d887e6cf638031d5ab762f95a24e1e8071ddd2b)
1 parent 1e8f161 commit aff7589

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

site/_wiki/Development/Configurations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ Some example attributes include:
100100
| Key Name | String Value | Description |
101101
| :------------------: | :------------------: | :---------- |
102102
| `libinputoverride` | `1` | *(Linux only)* Whether the generic tablet interface should be ignored by [libinput] or not. Used in [udev] rule generation, using the tablets VID and PID.
103-
| `MacInterface` | non-negative integer | *(MacOS only)* Specifies the USB device interface to use. For example: `0`
104-
| `WinInterface` | [00..99] | *(Windows only)* Similar to `MacInterface`. String must have exactly two digits, (e.g. `"01"`)
103+
| `Interface` | non-negative integer | Specifies the USB device interface to use. For example: `0`. Should be used when the identifiers might be ambiguous, or if the tablet has multiple interfaces matching the used identifiers, but only has one of them usable.
105104
| `WinUsage` | [00..99] | *(Windows only)* Specifies the HID usage collection to use. String must have exactly two digits (e.g. `"01"`)
106105
| `FeatureInitDelayMs` | milliseconds | For tablets with multiple feature initialization reports (e.g. polling rate change), wait this many milliseconds between reports. This can help if later feature initialization reports are sometimes randomly not picked up by the tablet.
107106
{: .table .table-dark }

0 commit comments

Comments
 (0)