Issue Number | Description | Fix Comment |
---|---|---|
HDR-28137 | Un-installation driver is not clean | Un-installation driver is not clean - remove old SynTPCoInstaller; Use %ProgramFiles%\Synaptics\SynTP as temp dir to install auxiliary drivers instead of creating temp dirs in %ProgramData%; Always overwrite Coinstaller in update install |
HDR-28874 | Incorrect ASIC Displayed in Diagnostics Window | Get correct ASIC type from F01 query 19. |
HDR-29080 | Suppress Tap on Top Left Corner for SecurePad | Added code to suppress tap in the SecurePad notch area.; Checked whether query41 exists to find right offset for query43. |
HDR-29102 | Update control panel to disable top left corner tap zone from UI | Hidden top left tap zone controls from the control panel.; Fixed a compiling error. |
HDR-29103 | Update device type to SecurePad for SecurePad in the CPL to refer the device type | Updated device type to SecurePad in the CPL to refer the device type for SecurePad |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28622 | Tap zones can't work on the top right and top left corner | Allowed tap if a finger is in tap zone and object type is non-finger and tap zone is enabled. |
HDR-28913 | Return code=-1 | Fixed return code for setup |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28907 | Correct Finger Packet State not for all fingers in a group but for those who are really in the zones | Correctly update Finger Packet State not for all fingers in a group but for those who are really in the left/right/resting zones |
HDR-28944 (676644) |
[Microsoft Windows 10 Team] [DeviceCompat][HID][CUET] : The check box setting "Disable internal pointing device..." in mouse properties under clickpad tab doesn't get applied. | Fixed checkbox out of sync issue when there are two tabs in the control panel such as Show tray icon in the taskbar or disable internal pointing device when external USB pointing device is attached. |
HDR-28903 | PnPID request: 1B8A,1B8B and 1B8C PTP | SynapticsPTP.inf | Add PnPID in SynapticsPTP ESD filter driver. Also support for win10 |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28731 | Add FeatureScore for all OEM INFs. | Fixed build errors.; Added FeatureScore in INF so OEM driver is always picked by WU first so the generic driver can be overridden in WU. |
HDR-28736 | Change SMBus mode switch retry to zero | Removed SMBus mode switch retry from SwitchMode because there is a retry logic in the low level driver (retry 16 times). |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28484 | Create miniport driver INF for major customers. | Created miniport driver installation package for major ciustomers. 1, Added plugin registries back fir miniport driver, otherwise synthenh cannot be launched. 2, Always created OSD class instead of enabling by registry because OSD is used several placec, if this registry is missing, the syntpenh will crash. |
HDR-28488 | Gesture and Pointing performance improvement | 1, Fixed memory leakage when the miniport driver is disabled or removed. 2, Fixed the miniport driver is disabled when any USB mouse is unplugged from USB ports. 3, Reported to PTP using normalized X, Y instead of filtered X, Y.; Fixed 1palm+1F failure issue if palm is down first, 1F is down second, then palm is up, the pointing does not work any more. We should fill in finger data one by one from array index 0, should no gap between finger data.. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28484 | Create miniport driver INF for major customers. | Created miniport driver installation paclage for major ciustomers. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28341 | Review all INFs to add HID/ACPI before PnP IDs | Per Win10 WU we have to add ACPI before PnP IDS isntead of *. |
HDR-28358 | PnPID request: PTP | SynapticsPTP.inf | Add new pnpid(1B89) in ptp esd protection driver |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28175 | Hide all edge swipe controls for Win10 | Hidden edge swipe controls from CPL for Win10. |
HDR-28189 | Add Intel SkyLake chipset support in SMB INF | Added Intel Skylake chipset support for SMBus. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28039 | TouchPad should be enabled after checked "Disable internal pointing device when external USB pointing device is attached" then unplugged external USB mouse. | Fixed the USB mouse plugin/unplugin disable/enable issue, the notification reason is changed, it does not match with user mode driver, so the event is not processed by the user mode driver., |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28002 | PnPID request: PTP | SynapticsPTP.inf | Add pnpid for synaptics ptp driver |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-27930 | Disable audio feedback for button clicking | Read ForcePad click sound mute status from registry.. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-913 (Hyder001) |
Using force data to reduce false taps working with ACM | Ignored tap decoding if force is less than certain threshold. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-27746 | Add more log information in the driver | Logged ForceModel reset event. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-736 (#167) |
PTP Filter driver build request for TM-P3091-002 | Add HWID for PTP Filter driver |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-626 (ECR232511) |
Unqouted Service Path in Registry with SynTPEnhServic | add quotes to Service's ImagePath in Registry |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-624 | Make DPI aware default disabled | Make DPI aware |
HDR-65 | TouchPad doesn't work for a time after detaching external USB mouse | Fixed TouchPad does not work after detaching external mouse |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-511 | Pinch does not work in ForceTutorial app | Fixed wrong cursor position when DPI aware is enabled in syntpenh, that caused pinch or scrolling does not work if it uses wheel mouse message and the system is not in 96dpi. Called right function to window handle under pointer to fix wrong window handle which causes pinch does not work in ForcePad Tutorail app. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28 | [3+2BCP] 3F swipe not working on Metro Photo Application | Make 3F swipe working in Metro Photo Application |
HDR-411 | Powerpoint 2013 will be Grayed when using finger to Horizontal scrolling | Used key scroll instead of bar scrolling for PowerPoint to fix "Powerpoint 2013 will be Grayed when using finger to Horizontal scrolling". |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-264 | Audio feedback missed if clicking is too fast and audio playback is too slow | Queued clicking press/release event, then playback audio feedback one by one if the queue is not empty, this fixed clicking sound missing or press/release misorder. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-208 | Remove allowing edge swipe if first three packets are palm | Removed old implementation for relaxing palm rejection in the edge fro edge swipe gestures. |
HDR-209 | Add API to disable/enable suppression motion while typing. | Exposed API to allow an application to disable/enable motion suppression while typing. |
HDR-210 | Force drag is triggered unexpected | Fix an wrong ForceReleased drag generated by Force-Clciking-releasing without motion before release force. |
HDR-227 | Relax edge swipe condition in edge if first three packets are palm | Ignored palm check for first three packets if it is edge swipe, this will fix edge swipe missing with large flat finger or very fast edge swipe. |
Issue Number | Description | Fix Comment |
---|---|---|
"Enable" button is not greyed out if the TP is disabled, then plug in USB mouse with "Disable internal pointing device when external USB pointing device is attached" checked. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47650 (ECR209588 -> Win7, ECR209586 -> Win8) |
UI translation on Chinese Simplified | New translations for the word "Charms" for Windows 8 |
TP-48348 | SynTPEnh crashes when the driver is uninstalled. | Fixed syntpenh crash when the dirver is uninstalled. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-48242 | Remove all short cuts all user when the driver is uninstalled/upgraded. | Remove All users short cuts in uninstallation or before driver update |
Issue Number | Description | Fix Comment |
---|---|---|
TP-48043 | Add TM number in configkey | Appended TM number in configkey so we can support multiple TouchPad in the system. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47648 (ECR209588 -> Win7, ECR209586 -> Win8) |
UI translation on Brazil Portugese | Fix Portuguese translation for "charms" from Windows 8 |
TP-47650 (ECR209588 -> Win7, ECR209586 -> Win8) |
UI translation on Chinese Simplified | Add translated strings for TouchPad Pointing Speed and 3F Swipe; Fix Traditional and Simplified Chinese words for Win8 Charms |
TP-47856 | Text "Momentum" is not translated | Restore translation for "Momentum" |
TP-47874 | SynForcePad is not working on SMB or HID/I2C system | Modified the connection type in SynForcePad so we can run the demo app on SMB and other platform. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47801 | On simplified Chinese language, the translation for "Pointing Speed" is different from the help file on the General tab | Fix Traditional Chinese translation for "Pointer Speed" help topic |
TP-47860 | Spell out FW to Firmware | Spelled out FW VErsion to Firmware Version. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47799 | Set focus on Synaptics device tab | Set focus to Synaptics tab after the CPL is opened. |
TP-47814 | Top edge zone size is wrong | Top edge swipe zone size is wrong, whole TP is top edge swipe zone, this causes tue cursor cannot be moved vertically. |
TP-47815 | Change FW version display format for HID device | Changed FW version display format for HID device from major.minor to an integer. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47462 | Log reset events to Windows event logger when ESD reset happens. | Logged reset interrupt and mode change events to windows event logger. |
Issue Number | Description | Fix Comment |
---|---|---|
Fixed TP lost function after this power sequence s3->s4->resume.resume from s4, then resume |
Issue Number | Description | Fix Comment |
---|---|---|
Prevent unnecessary registry reads if stick device is not present. | ||
TP-47221 | Cursor gets stuck inside Application's border | Fixed "Sticky Border" option (in Accessibility options) so that the cursor is not stuck inside application's border after the application is closed. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47462 | Log reset events to Windows event logger when ESD reset happens. | Logged reset interrupt and mode change events. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46951 | Remove setting remote control region register for AMD SMB driver | Don't touch other bits of ASF_IO index 0x15 register, otherwise ASF does not work after S3/S4/S5. |
Added button state in packet when momentum was stopped otherwise drag was dropped after momentum if the button is still down. | ||
Greyed out some controls in main page if the device is disabled. | ||
QA-46914 | WHCK Request - 18.1.2.1 | SynapticsPTP.inf | Added new PnP ID. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47170 | customer report filter activation time is in 0/6, correct setting should be in 2/6 | Modified PalmCheck filters registry path to get settings for either ACM1 or ACM2.0.; Set advanced filter timeout to notch 2 (1sec). |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46908 | RMIHID driver new function to switch to PTP mode | Added default PnP ID so we can run WHCK.; Switched to PTP mode If the driver received reset command. |
TP-47159 | Add more PnP IDs to PTP ESD workaround driver | Added more PnP IDs. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47030 | Change build script and SynARP to build/download synrmihid driver package only | Added a new INF to install synrmihid driver only. Don't need SynRMIHID.ini which is used for uninstallation; PNP IDs from Acer; inc test file; Create package only have SynRMIHid driver; Added registries to enable force to PTP if reset interrupt is received.; Simplify build inf scripts; SynRMIHID AddReg, DelReg |