View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006724 | WINIOT93 | Touch driver | public | 2025-07-11 06:31 | 2025-07-11 06:32 |
Reporter | roesner | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V1.0 | ||||
Target Version | V1.1 | Fixed in Version | V1.1 | ||
Summary | 0006724: Enable/Disable touch driver over registry | ||||
Description | The touch drivers should be enableable or disableable via the Windows registry. Currently, during boot, each touch driver accesses the same reset pin and performs a reset in order to read the TC (Touch Controller). If the TC is not present, the PnP manager still calls the driver multiple times, and each time, the reset pin is toggled. This behavior should be prevented. You can enable or disable the drivers using the following registry entry: HKLM\SYSTEM\CurrentControlSet\Services\TouchXXX Parameter: Start (determines the startup type of the driver): 0x0: Boot 0x1: System 0x2: Automatic 0x3: Manual (default) 0x4: Disabled | ||||