View Issue Details

IDProjectCategoryView StatusLast Update
0006723WINIOT8MPTouch driverpublic2025-07-11 06:30
Reporterroesner Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.1 
Target VersionV1.2Fixed in VersionV1.2 
Summary0006723: Enable/Disable touch driver over registry
DescriptionThe 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
Forum Link
Found Driver VersionV1.1.0.0
Fixed Driver VersionV1.2.0.0

Activities

There are no notes attached to this issue.