Issue Number Description Root Cause Solution
HDR-39380 [HP][CMIT][2018] Remove mode switch feature when session change By customer's request, we need to remove "mode switch" feature when session changes. Remove "mode switch" feature when session changes.
HDR-39455 [HP_UXUI] Touchpad will be disabled automatically after check "Disable Touchpad when an external mouse is connected" option w/o external USB mouse. The PC machine has a builtin "HID-compliant mouse" device and that will disable Touchpad if the feature "Disable Touchpad when an external mouse is connected" Add the built-in mouse device to the driver INF exclusion list.
HDR-39467 [HP_UXUI] Tray icon status is incorrect after closed lid w/ external monitor in PTP mode. In PTP mode, we update tray icon status when touchpad is enabled/disabled. It doesn't change when lid is opened/closed. Changed GUI code to fix tray icon display issue when the laptop lid is closed by the user. Now it shows the correct tray icon..




Issue Number Description Root Cause Solution
HDR-39380 [HP][CMIT][2018] Remove mode switch feature when session change By customer's request, we need to remove "mode switch" feature when session changes. Remove "mode switch" feature when session changes.
HDR-39381 [HP][CMIT][2018][1604058] SynTPFilterHID is still exist in Registry after uninstall Synaptics Mouse driver. Uninstall app InstNT.exe need to be updated to remove SynTPFilterHID registries in uninstall. Update InstNT.exe to remove SynTPFilterHID registries in uninstall.
HDR-39363 [HP][CMIT][2018][1604508] Outlook/IE/MS Edge can't do vertical scroll and PowerPoint can't do horizontal scroll via two finger scrolling in Non-PTP mode. for some applications, we do scrolling by simulating mouse wheel through kernel driver with MTP. When implement the feature for Lid close/open that we need to install a PTP filter driver, the default TP used to send whellmouse data is PTP that cannot handle the task, so scrolling with this way will fail. when simulating wheelmouse scrolling for MTP, always let MTP to perform the task.
HDR-39364 [HP][CMIT][2018][1604412] The "Disable Touchpad when an external mouse is connected" checkbox can't be checked on Non-PTP mode for Synaptics Clickpad. The GUI code detected the SynTP filter driver and treated it as an external USB mouse. This caused the GUI display issue. Fixed GUI functions to detect external USB mouse device status.
HDR-39365 [HP][CMIT][2018][1604417] There's no "Synaptics Control Panel->Gestures->Drags and Slides" Demo video to play in NonPTP mode. Demo video is deleted, so "Drags and Slides" video can't be played successfully. Add "Drags and Slides" video into driver package. "Drags and Slides" video can be played normally.

Feature Added
Issue Number Description
HDR-39047 [HP][CMIT][2018] Implement scan code to correspond disable/enable




Feature Added
Issue Number Description
HDR-39047 [HP][CMIT][2018] Implement scan code to correspond disable/enable




Issue Number Description Root Cause Solution
HDR-37997 Secure SynTPAPI (plugin API) shared memory The SYNTPAPI library created shared memory with default security descriptor which is not secure. Changed the library to set shared memory security descriptor to deny unauthorized access.
HDR-38883 [HP][CMIT][2018] Add new PNPID for HP Oldman in 19.4.3.X branch N/A Added a new PnP ID.





System enhancements



Issue Number Description Root Cause Solution
HDR-37997 Secure SynTPAPI (plugin API) shared memory The SYNTPAPI library created shared memory with default security descriptor which is not secure. Changed the library to set shared memory security descriptor to deny unauthorized access.




Issue Number Description Root Cause Solution
HDR-37779 [HP][CMIT][2017] Tap function is insensitive in BIOS WMode bit is not set to zero when changing more from absolute to relative mode. Set WMode bit to zero when the mode is switched to relative mode from absolute mode.
HDR-37728 SIO1527772 - Func-DE-NB-TP-Hou/Perceptor/Win 10/RS3:Finger icon Pop up window does not show when switch from Hybrid to PTP. The driver could not pop up notification when the user switched touchpad from PTP to PTP mode and device status changed. Changed GUI code to display notification when touchpad status changed and it was not caused by external USB mouse.
HDR-37760 TP has 2F scroll gestures with MTP/PTP Switchable UI after restarting Windows The driver has different 2F gesture behaviors with or without enhancement app running. It is causing inconsistent locked screen cursor issue. Changed the driver code so that Touchpad has the same behavior in Windows locked screen when it is using MTP/PTP switchable UI.
HDR-37775 [HP][CMIT][2017][1481452] Touchpad is disable in login screen after disable touchpad and reboot system. The enhancement app started and switched to PTP mode while the system is still in the lock screen after reboot. Added enhancement app functions to query the session information and switch touchpad to MTP mode if system is still in the lock screen after reboot.
HDR-37787 HP_UXUI - v19.4.3.28 - Activate PTP mode check box will un-check show tray icon check box aswell There was a GUI bug that the tray icon changes was lost after the user activated PTP mode. Modified Control Panel code to keep the tray icon changes after the MTP/PTP mode switch and it addressed the issue.
HDR-37796 SIO1532619 - M-SIT/Chromia H/SI1: BSOD(0x1E) occurred while running WinPVT 9.0E S3 Critical Focus test. Not know yet, we only know it was caused by zero size packet queue but we don't know who causes the problem. Add null pointer check.
HDR-37997 Secure SynTPAPI (plugin API) shared memory The SYNTPAPI library created shared memory with default security descriptor which is not secure. Changed the library to set shared memory security descriptor to deny unauthorized access.




Issue Number Description Root Cause Solution
HDR-37407 [HP][CMIT][2017][1499637] Up/Down EdgeMotion default scrolling speed is different in IE under Hybrid mode with driver v19.4.3.24. MS Edge has specific way to handle received scrolling messages for positive and negative directions, so even with the same fingers motion (speed and distance), the scrolled lines are different: the negative direction generate fewer scrolled lines. Add settings to increase scrolling amount for negative scrolling direction.
HDR-37665 SIO1526306 - Func-DE-NB-TP-Hou/Perceptor/Win 10/RS3: Tray icon shows Green spot in PTP mode After switch touchpad from MTP to PTP mode, there is no more packet coming and tray icon still show the last MTP packet. Changed GUI code to clear the tray icon display after switching from MTP to PTP mode.




Issue Number Description Root Cause Solution
HDR-36936 SIO1463862 - Func-DE-NB-TP-Hou/Ratchet/Win 10/RS2: Four finger drag and slide is not listed in Synaptics UI. No four-finger flick gesture. Added four-finger flick function and UI.
HDR-37035 [HP][CMIT][2017] Touchpad is not disable when using styk in S840 In the old driver PTP is a different collection and its motion is dependent from PS2 stick device. Monitored both PTP and PS2 stick devices and then add code to suppress touchpad when stick is in use.
HDR-37551 Cannot use keyboard to resume from lock screen after type any word in search menu with Syna driver ShowWindow with SW_SHOWNA caused login focus change if syntpenh was started from service. Removed this unused code, show/hide window is done through SetWindowPos in the cursor starttrack and stoptrack, this code is not needed anymore.
HDR-37563 TP lose function




Issue Number Description Root Cause Solution
HDR-37256 [HP][CMIT][2017] Stick UI issues 1, Plugin actions are not masked out for button actions. 2, Styk is added in the last of device list. Masked out plugin actions for buttons. Added touchpad device in the last of device list.
HDR-37339 [HP][CMIT][2017] Add new PNPID for Zigzag N/A N/A
HDR-37448 New PNP ID request for HP commercial 400 Rumble N/A N/A




Issue Number Description Root Cause Solution
HDR-37249 Activate Precision Touchpad option is not localized under JP image. "Activate Precision TouchPad" is not localized. Ported localization to syntpenh.rc from syntpres.rc




Issue Number Description Root Cause Solution
HDR-37197 UI didn`t gray out when plug in a external mouse both PTP/MTP mode The GUI Enable button status was incorrect when the user switched from MTP to PTP mode. Changed GUI code to query PTP status when touchpad is running in PTP mode.




Issue Number Description Root Cause Solution
HDR-36893 SIO1463243 - Func-DE-NB-TP-QTA/2017 RRRR/MTP:"Enable"button showed gray when checked "Disable TouchPad When an external mouse is connected" and then plug in a external mouse twice Pseudo button device caused "Enable" button is not greyed out. This is ClickPad, pseudo button device should be set to not visible.
HDR-37114 System can`t enter S3 when install Syna driver




Issue Number Description Root Cause Solution
HDR-37052 please remove debug registry in v19.3.31.13_, v19.3.31.x branch and trunk Customer request Remove key stroke log.
HDR-37138 Remove record scan code feature on HP commercial Security issue fixing. Remove scan code logging feature.




Issue Number Description Root Cause Solution
HDR-37114 System can`t enter S3 when install Syna driver There is chance that user preset state would be set when using finger to switch mode from MTP to PTP. Cancel user present state if necessary when switching to PTP mode.




Issue Number Description Root Cause Solution
HDR-36981 SIO1465549 - Func-DE-NB-TP-QTA/2017 RRRR/Ramjet:The Touchpad would be disabled immediately when checked "Disable TouchPad When an external mouse is connected" without plug in a external mouse. In this platform there is a button device reported as mouse. Added this device to exclusion list.
HDR-37033 UI didn`t gray out when plug in a external mouse both PTP/MTP mode A button as a pseudo device registry causes some controls are updated in correctly. Removed treating button as a pseudo device it is not needed since this is ClickPad not TouchPad with physical buttons.
HDR-37055 [HP][CMIT][2017][1478311] Backlight keyboard will light up when touch Clickpad The driver always notifies KBC if PTP finger state is received. Only notify KBC if TP is enabled.




Issue Number Description Root Cause Solution
HDR-36899 TP on/off popped up when checked "DisableTouchpad on when a mouse is connected" in MTP mode and plug in a external mouse in PTP mode TP disable/enable pop up by an external mouse is out of sync when you switch between PTP and MTP. Suppressed pop up message in PTP mode.
HDR-36994 UI Crash when selecting stick tab Undefined controls are access from Styk page, all these controls are for TouchPad page only. Excluded these controls for Styk page.

Feature Added
Issue Number Description
HDR-36995 Remove \Windows\SysWOW64\SigfileTP.exe file when the driver is uninstalled




Issue Number Description Root Cause Solution
HDR-36899 TP on/off popped up when checked "DisableTouchpad on when a mouse is connected" in MTP mode and plug in a external mouse in PTP mode TP disable/enable pop up by an external mouse is out of sync when you switch between PTP and MTP. Suppressed pop up message in PTP mode.
HDR-36936 SIO1463862 - Func-DE-NB-TP-Hou/Ratchet/Win 10/RS2: Four finger drag and slide is not listed in Synaptics UI. No four-finger flick gesture. Added four-finger flick function and UI.




Issue Number Description Root Cause Solution
HDR-36889 Grey out "microsoft mouse and touch pad" when MTP mode The original GUI design is to always enable "microsoft mouse and touchpad" button. Changed GUI code to enable or disable MSPTP button.
HDR-36893 SIO1463243 - Func-DE-NB-TP-QTA/2017 RRRR/MTP:"Enable"button showed gray when checked "Disable TouchPad When an external mouse is connected" and then plug in a external mouse twice Pseudo button device caused "Enable" button is not greyed out. This is ClickPad, pseudo button device should be set to one.
HDR-36894 SIO1463245 - Func-DE-NB-TP-QTA/2017 RRRR:OSD of TP on popped up when click the "Restore Defaults" button with unchecked "LeaveTouchpad on when a mouse is connected" and plug in a external mouse.
HDR-36920 SIO1463869 - Func-DE-NB-TP-Hou/Ratchet/Win 10/RS2: Touchpad gets enable after Disable touchpad from mouse properties in Hybrid mode when sign out and sign in back. TP disable/enable is sync. to PTP disable/enable state uncontionally. TP disable/enable state is not needed to be synced to PTP state.




Issue Number Description Root Cause Solution
HDR-36798 SynaTPenhance still in Task manager/service Service process is killed before service process finishes remove. Removed killing service process code because the process is killed automatically when service is removed.
HDR-36860 Some controls are not working properly on Styk Page PTP status flag is used to update controls of Styk control panel. Only applied PTP status to TouchPad control panel.
HDR-36677 [HP][CMIT][2015] Scrolling/ Zoom symbol will remain in Mozilla Firefox For applications that we use bitmap as cursor image when doing gestures, if cursor moves out the original position, the image could not be deleted as it is not the image creator. only delete bitmap cursor if it is created by creator.
HDR-36734 Grey out "microsoft mouse and touch pad" when MTP mode The original GUI design is to always enable "microsoft mouse and touchpad" button. Changed GUI code to enable or disable MSPTP button.
HDR-36755 SIO1448708 - Func-DE-NB-TP-QTA/2017 RRRR: "Pointing Speed" slider bar can not moving in slowest speed. Slider range does not match real pointing speed range. Made slider range to match real pointing speed range.
HDR-36829 MS PTP "when connect mouse disable/Enable TP setting" can control TP when MTP mode New request. Ignored PTP disable/enable state changes from PTP control panel if TP is in MTP mode.




Issue Number Description Root Cause Solution
HDR-36535 [HP][CMIT][2017] Will install PS2 mouse device to be pointing device if not connecting stick (Show stick yellow band) Used wrong upper level filter of I2C instead of PS2 one. Used right upper level filter.
HDR-36678 SIO1446462 - Func-DE-NB-TP-QTA/2017 RRRR:"Disable Touchpad when an external mouse is connected"would be unchecked after reopened the Synaptics Conrol Panel twice The old driver code didn't refresh the PTP touchpad ON/OFF status after "Leave touchpad on when a mouse connected" changed. Modified driver code to refresh touchpad ON/OFF status in PTP mode.
HDR-36680 SIO1429363 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Tray icon does not crossout when disable touchpad when a mouse is connect The old driver code didn't refresh the PTP touchpad ON/OFF status after "Leave touchpad on when a mouse connected" changed. Modified driver code to refresh touchpad ON/OFF status in PTP mode.
HDR-36689 Tray Icon does not Sync. with TouchPad State When the system have two internal touchpad devices but only one tray icon, the tray icon action is working on PS2 device by default and it doesn't work for MTP/PTP switchable GUI. For MTP/PTP switchable GUI, changed the driver code to have tray icon works for RMIHID device.




Issue Number Description Root Cause Solution
HDR-36564 SIO1431640 - Func-DE-NB-TP-QTA/2017 RRRR: There had no Demo video of Three/four finger taps in the Taps option of Synaptics Control Panel. Video files were not added for 3F and 4F taps. Added video files for 3F and 4F taps.
HDR-36640 SIO1427801 - Func-DE-NB-Touch-QTA/2017 RRRR:Touchpad has not function in the login screen after disable touchpad when only apply UI It is the Windows default behavior that touchpad is disabled in lock screen if the user disabled touchpad and then locked the screen. Modified driver code to override the touchpad status in the lock screen. It allows the user to use touchpad to login.
HDR-36657 Tray icon does not crossout when disable touchpad from PTP settings. The old driver code didn't refresh the PTP touchpad ON/OFF status after "Leave touchpad on when a mouse connected" changed. Modified driver code to refresh touchpad ON/OFF status in PTP mode.

Feature Added
Issue Number Description
HDR-36655 Adjust ballistic gain table




Issue Number Description Root Cause Solution
HDR-36455 Smart sense description is not clear One of the GUI text strings is not easy for users to understand what the smart sense feature is. Updated the text string.
HDR-36535 [HP][CMIT][2017] Will install PS2 mouse device to be pointing device if not connecting stick The driver is installed on the platforms without point stick. Removed the driver from 2017 platforms which don't have PS2 stick.
HDR-36555 [HP][CMIT][2017] Add new PNPID for S600 none stick sku in HP_UXUI N/A Added non-stick PnP IDs.




Issue Number Description Root Cause Solution
HDR-36465 SIO1427801 - Func-DE-NB-Touch-QTA/2017 RRRR:Touchpad has not function in the login screen after disable touchpad. It is the Windows default behavior that touchpad is disabled in lock screen if the user disabled touchpad and then locked the screen. Modified driver code to override the touchpad status in the lock screen. It allows the user to use touchpad to login.
HDR-36537 Windows disable/Enable setting page can`t sync with UI setting page The current driver can have a different disabled state when switching touchpad MTP/PTP from MS Settings GUI. Changed driver code to monitor touchpad disabled state when MS Settings Page GUI changed.
HDR-36555 [HP][CMIT][2017] Add new PNPID for S600 none stick sku in HP_UXUI N/A Added non-stick PnP IDs.

Feature Added
Issue Number Description
HDR-36559 Change tray icon menu string and mark it if it is checked
HDR-36560 Adjust pointing speed slide default value




Issue Number Description Root Cause Solution
HDR-36441 Observation Id: SIO1426557 - Func-DE-NB-Touch-QTA/2017 RRRR: If disable clickpad on PTP mode then switch to MTP mode and disable Clickpad again. Then switch back to PTP mode, found the "Disable" button is grey out but TP still works The current driver can have a different disabled state when switching touchpad MTP/PTP from Control Panel GUI. Changed driver code to keep touchpad disabled state when MTP/PTP switching.
HDR-36443 SIO1427038 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Restore defaults does not work on Mouse properties UI. The current driver GUI can't restore defaults to the default PTP mode. Added GUI driver code to enable "Restore Defaults" for MTP/PTP switch.
HDR-36464 SIO1427874 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: System does not show restart window when Install/Uninstall driver by installer Recommend user start the system after install GROUP4_RMIHID driver
HDR-36501 SIO1429222 - M-SIT/Win10 RS2/RRRR/SI: "Enable" button under "Mouse Properties" show grey after resume units from S3/S4. The GUI displayed the invalid MTP status while the touchpad is in PTP mode. Changed SynTpCPl code to query the PTP touchpad status.
HDR-36506 SIO1429363 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Tray icon does not crossout when disable touchpad from PTP settings. The tray icon touchpad status is not up to date after PTP touchpad was disabled. Changed GUI code to refresh the PTP touchpad status.
HDR-36507 SIO1429365 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Three finger drag and slide switching app does not grey out when Uncheck gesture from general tab . The GUI 3F Gesture Action button status was incorrect if gestures was disabled. Changed INF registry settings to fix the GUI display issue.
HDR-36510 SIO1423381 - M-IV_Dunes3.0_RS2, Win10 x64, The click setting screen of synaptics contorl panel show cut off on ACB image. The driver had a localization string cut off display issue. Changed INF registry settings to increase GUI text size.
HDR-36526 SIO1430167 - Func-DE-NB-TP-QTA/RS1/2017 RRRR: Can't switch PTP to MTP via TP Tray icon when Mouse Properties UI is opening. The mouse property page was not up to date when the user switched PTP to MTP from tray icon menu. Changed GUI code to refresh the current PTP/MTP status.




Issue Number Description Root Cause Solution
HDR-36273 [HP][CMIT][2017] Install point styk driver only for parts of S700/800 Per customer request, changed INF file plug and play hardware IDs.
HDR-36410 SIO1425783 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Cannot uncheck Disable Touchpad when external mouse is connected from Synaptics control panel There was an incorrect registry setting that caused "DIsable Touchpad by external mouse connected" not working issue. Fixed the driver INF file registry settings.
HDR-36413 SIO1425796 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Cannot disable touchpad from mouse properties for synaptics UI tab The current driver could switch to MTP and then revert back to PTP in a corner cast. That prevents PTP->MTP switch not working. Fixed the driver PTP to MTP switch logic issue.
HDR-36450 SIO1427505 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Some videos in Synaptics control Panel stops by itself. The current driver INF file set the video to playback only once. Changed INF file to allow video playback in looping mode.
HDR-36452 SIO1425784 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: In Clickpad UI double tap to enable or Disable Touchpad is present There was an undefined checkbox in the ClickPad GUI. Removed the undefined GUI component.
HDR-36453 HP want to modify tray icon item by right click Per customer request, change driver tray icon menu items. Added driver code to implement the new tray icon functions and updated tray icon GUI.
HDR-36454 SIO1426650 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Two/Three/Four finger gestures does not work after close lid and open lid. The current driver will switch touchpad from PTP to RMI mode in LID close and it stays in RMI mode after wake up. Then the multi-finger gesture is not working after LID close/open. Per customer request, it is not necessary to swith touchpad to RMI mode in LID close event.
HDR-36455 Smart sense description is not clear One of the GUI text strings is not easy for users to understand what the smart sense feature is. Updated the text string.
HDR-36464 SIO1427874 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: System does not show restart window when Install/Uninstall driver by installer Recommend user start the system after install GROUP4_RMIHID driver
HDR-36470 SIO1428254 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Cursor is very slow when move finger on TP from slow to fast The current driver could normalize pointing speed to PS2 report rate and make pointing speed slower. Fixed the driver pointing speed algorithm.
HDR-36472 SIO1428259 - Func-DE-NB-TP-Hou/Rollbar/Win 10/RS2: Horizontal scroll is not smooth in Foxit Reader PDF. The driver default Foxit Reader 2F horizontal scrolling speed is too slow. Changed INF registry settings to increase Foxit Reader horizontal scroll speed.




Issue Number Description Root Cause Solution
HDR-36272 [HP][CMIT][2017] Remove UI and tray icon for S700/800 clickpad driver in Win10 Per customer request, removed Win10 MTP UI and tray icon for S700/S800 series in the INF file.
HDR-36273 [HP][CMIT][2017] Install point styk driver only for parts of S700/800 Per customer request, changed INF file plug and play hardware IDs.




Issue Number Description Root Cause Solution
HDR-36153 Synaptics touchpad driver scroll bar does not disappear after scroll gesture on Win7 The 1F gesture decoder had a possible bug that it could not restore the cursor after gesture is complete. Changed code to detect the 1F gesture completion and restore scrolling cursor to the normal state.
HDR-36238 Miniport driver is unable to parse F11 RMI data correctly when relative is disabled There was a driver fixed value in the F11 RMI query that caused the mapping address is incorrect. Fixed RMI query mapping address bug by following the RMI4 specification.




Issue Number Description Root Cause Solution
HDR-35859 [HP][CMIT][2017] New driver feature for 2017 CMIT project Implemented driver code to enable PTP status reports and send KBC commands to turn on keyboard backlight when PTP finger status changed.
HDR-36044
(SIO1399954)
Point styk sensetivity are different on different system (it should be same module) Driver query and read Styk device calibration data as ballistic algorithm which is not correct. Changed driver code to check FW revision before query and read Styk ballistic algorithm data.
HDR-36062 Add HP 2017 CMIT 600/700/800 series projects PNPID in HP_UXUI Added new PnP IDs.
HDR-36122 Func-DE-NB-TP-QTA/Ripper : Three-Finger Drags and Slides default should be checked The GUI show 3F gesture is checked but it is different from the test plan. Changed INF file 3F gesture default value according to the test plan.




Issue Number Description Root Cause Solution
HDR-35422
(1377014 )
SIO1377014 - SFT-TP-CMP/Affleck&Vaughn/Win10 PTP/RS2_Upgrade:MS Mouse windows is opened when click Microsoft Mouse and touchpad button. MS changed the touchpad settings page URL address in Win10 RS2 build. MS fixed the touchpad settings page URL address in Win10 RS2 build 15033 and later version.




Issue Number Description Root Cause Solution
HDR-35422
(1377014 )
SIO1377014 - SFT-TP-CMP/Affleck&Vaughn/Win10 PTP/RS2_Upgrade:MS Mouse windows is opened when click Microsoft Mouse and touchpad button. MS changed the touchpad settings page URL address in Win10 RS2 build. MS fixed the touchpad settings page URL address in Win10 RS2 build 15033 and later version.




Issue Number Description Root Cause Solution
HDR-35961 Need to send reset command(switch to PS2) before warm re-boot on 19.4.3.X The system BIOS didn't send reset command to touchpad device and the touchpad is still in the HID mode after system restart. New FW algorithm to detect system warm reboot change and switch from HID mode to mouse mode.
HDR-35971 Add new PNPID for HP 2017 commercial 400 Added a new PnP ID.

Feature Added
Issue Number Description
HDR-35740 HP commercial dynamic switch MTP/Real PTP in 19.4.3.x




Issue Number Description Root Cause Solution
HDR-35859 [HP][CMIT][2017] New driver feature for 2017 CMIT project
HDR-35895 SIO1392456 - Func-DE-QTA/Perceptor: Right click menu with touchpad icon on system tray is not the same as test plan request. The enhancement application detected a ForcePad in MTP/RealPTP platform. Changed enhancement app functions to detect the correct device type and show tray icon menu.
HDR-35902 SIO1392668 - Func-DE-NB-TP-QTA/Perceptor: Rotate feature in Synaptics Control Panel/Gestures is checked as default, but it needs to be unchecked by test plan request The default rotate value is checked by the registry but it should be unchecked. Changed INF registry to set the default rotate value.
HDR-35903 SIO1392543 - Func-DE-NB-TP-QTA/Ripper : Synaptics ClickPad MainPage definition is different with TestPlan request_ Device Info, Button, and so on The current MTP/PTP switchable UI doesn't have Checkbox "Disable touchpad when a mouse is connected". Added GUI code to enable checkbox "Disable touchpad when a mouse is connected" and feature.
HDR-35907 SIO1392720 - Func-DE-NB-TP-QTA/Ripper : Cannot distinguish the undesired pointer movement, when setting PalmCheck settings Increase or Decrease by moving the slider reght or left. The GUI registry settings is wrong in the UX UI. Corrected the INF registry settings to show the correct page in MTP/PTP switchable UI.




Issue Number Description Root Cause Solution
HDR-35652 [Siemens] Copyright year does not upgrade to 2017 New year 2017 Update copyright to year 2017
HDR-35840 [HP][CMIT][2017] UI improvement for v19.4.3.1 The customer request GUI changes for MTP/RealPTP dynamic switch. Updated GUI resource and code.

Feature Added
Issue Number Description
HDR-35783 Move HP commercial dynamic switch MTP/Miniport PTP to 19.3.8.X other branch




Issue Number Description Root Cause Solution
HDR-35757 HP commercial 400 series drvier type installation by different OS Updated INF file to configure driver registry settings by OS versions.
HDR-35760 SIO1383365 - Func-DE-NB-TP-CMP/ Affleck&Vaughn/Win10 PTP:Cannot use top left button to select when use top left button to select "Left/Right/Middle Button Action" settings.

Feature Added
Issue Number Description
HDR-35740 HP commercial dynamic switch MTP/Real PTP in 19.4.3.x




Feature Added
Issue Number Description
HDR-35412 HP commercial dynamic switch MTP/Real PTP




Issue Number Description Root Cause Solution
HDR-35584 Re-enable 4 finger gestures (tap, flick) on Toshiba HWID TOS02111,0212,0213,0214 Customer requests. Enable 3F and 4F tapping by default and show 4F tapping on CPL.
HDR-35652 [Siemens] Copyright year does not upgrade to 2017 New year 2017 Update copyright to year 2017

Feature Added
Issue Number Description
HDR-35412 HP commercial dynamic switch MTP/Real PTP





System enhancements



Issue Number Description Root Cause Solution
HDR-35487
(1378112)
SIO1378112 - SFT-TP-QTA/RRRR/RS2_Upgrade: TP would be disabled when click "disable" button then click "cancel" button on Clickpad tab The Miniport driver control panel GUI enable/disable button always commits to system immediately. The Cancel button keeps the same state. Changed GUI code to commit enable/disable button at the OK stage. So Cancel button can revert changes.
HDR-35511 HP commercial dynamic switch can`t use MTP gesture after disable PTP There was a regression bug on the new branch that multi-finger reports were sent incorrect parameters to the gesture engine. Because of this, gestures are not working. Fixed the multi-report reporting issue on the new branch.





System enhancements



Issue Number Description Root Cause Solution
HDR-34768 Secret Page Shows Incorrect ASIC New hardware ID is missing. Converted new HW ID to correct asic ID.
HDR-35278 [Win7] Can't switch active applications via 4F swipe up/down, left/right gesture We customized some cursor feature in Win 8 or 8.1. We use "ShowWindow" api to modify window style. However, it causes wrong style of Windows 7. If OS is Windows 7, we will not call ShowWindow() to show our cursor.




Issue Number Description Root Cause Solution
HDR-35069 Add HP 2017 CMIT 400 series projects PNPID in HP_UXUI New PnP IDs were added.
HDR-35193 Add HP 2017 CMIT Education series Dunes 4.0 projects PNPID in HP_UXUI Added a PnP ID SYN3066.





System enhancements




System enhancements




System enhancements




System enhancements



Issue Number Description Root Cause Solution
HDR-31115 "Rotating" delay in Photo app Microsoft Photos has issue in handling rotation action timely, i.e., if user continuously pressing hot keys (Ctrl+R) or clicking the Rotation icon on menu quickly and repeatedly, the rotations are queued and will be fired one by one after keys released or clicking stopped. Since Chiral Rotate is simulation Ctrl+R keys for active rotation gesture, it shows the same behavior as user pressing keys directly While this is not our bug, we can decrease speed of rotation for this application, so decrease the rotations after finger up.




Issue Number Description Root Cause Solution
HDR-33585
(1307373)
SIO1307373 - SFT-TP-CMP/ Affleck&Vaughn /Win10: Left/Right Button Action default setting auto change to Secondary click/Primary Click on the TouchStyk tab when switch Primary button to right on the MS Settings. The GUI TouchStyk button status is not synchronized with MS Settings Page Primary button Left/Right in Windows 10. Changed GUI code to query the current primary button status.
HDR-34653 SIO1350478 - M-SIT/Tatum/PV/Factory : Left-upper button for stick point still functional after release it. Driver returned incorrect stick button status after double taping to disable/enable touchpad. Changed filter driver code to set the correct stick button after double taping.





System enhancements




System enhancements



Issue Number Description Root Cause Solution
HDR-34491
(02433897)
Trackpoint horizontal scrolling not working in correlation with Firefox browser Fix stick horizontal scroll bug. When windows database unspecify the scroll method for the foreground app, it won't go back to use default but instead using the previous scroll method. We should restore the scroll method back to default each time we are going to find the srolling target and decide the foreground app scrolling method.





System enhancements



Issue Number Description Root Cause Solution
HDR-34260 M-IV/Travolta/SI/00.26_BSOD(0x18) Driver could have a kernel object reference count error in touchpad state changes. Changed the code to add synchronization in changing reference counter.




Issue Number Description Root Cause Solution
HDR-34165 v19.3.19 - The cursor is jumping sometimes when doing Pinch and Zoom When finger is in a non-active slave button zone, we filtered it wrongly, so another finger is treated as pointing finger so that cursor is moving. Filter out finger in a slave button zone only if slave button is enabled and customer requested.
HDR-34236 Pointing finegr can't move cursor when resting finger move a little then stop We restrict "Resting finger" to must not move since it is landed, so motion of this finger will make it no longer qualify for "resting" but ready for gesture, thus cursor will be suppressed when another finger is on pad. Make the "cannot move" restriction as an option for configuration, so OEM customer can make decision to tight or loose "Resting finger" criteria.
HDR-34205 Add HP 2016 HP all CMIT project PNPID into v19.0.19.52 Per customer request, added new PNPIDs to the driver inf file.
HDR-34237 [HP_UXUI RS1 WHLK] InfVerif INF Verification failed %USERPROFILE% and %APPDATA% Change %USERPROFILE% and %APPDATA% to %%USERPROFILE%% and %%APPDATA%%

Feature Added
Issue Number Description
HDR-34193 Glove mode support




Issue Number Description Root Cause Solution
HDR-34125 SynTPEnh keeps restarting after run 3DMark SynTPEnhService will run SynTPEnh continuously for failing to install SynSmbDrv on PS2 Only try to install SynSmbDrv when needed



Issue Number Description Root Cause Solution
HDR-33741
(1310813)
SIO1310813 - M-SHA-FIT/Connery 15W SI: It is hard to open icon or folder via double click Button on the top-left of touchpad FW reports stick packets X,Y not zero when the user is clicking on stick buttons. Added driver code to filter out the cursor motion while clicking stick buttons.



Issue Number Description Root Cause Solution
HDR-33926 3F Swipe doesn't work - Upgrade installation case Please reference HDR-33596. Please reference HDR-33596.
HDR-34015 Put message on the top of PNPIds.txt
HDR-33888 found 2 HID-compliant mouse after doing reset With new Win10 build when reset or upgrade: instead of restoring them from a recovery image, existing drivers are preserved across recovery. SynHidMini can be installed twice, one by SynTP ConIsntaller and from the OS itself. If SynHidMini is installed by the OS after SynPD driver, another device is added into the system Use SynTPEnhService to remove redundant SynHidMini devices



Issue Number Description Root Cause Solution
HDR-33833
(1314847)
SIO1314847 - M-SHA-FIT/Clooney 15 SI: It's hard to Enable and disable Touchpad after press Windows +X key then press ESC key A Synaptics PalmCheck feature was enabled. This feature will block taps after key-pressing, unless cursor moves to exceed some distance (3 cm) or wait for a time out (20 seconds), in order to avoid accidental taping when editing with typing. For HID miniport driver, we should not enable this feature, but let MS HID Host to handle typing vs tapping issues. Disable the PalmCheck feature that suppresses taps after key-pressing unless cursor moves or time out, i.e., allow taps after typing.
HDR-33854
(1315843)
SIO1315843 - SFT-TP-CMP/ Affleck&Vaughn/Win10:Touchpad will be disabled after click "disabled" button from TouchStyk tab. When we fixed "Enable/Disable sync with MS UI" issue requested in HDR-33467, we did not separate Styk and TouchPad status synchronization properly. Enable/Disable status synchronization only applies for TouchPad, not include Styk.
HDR-33910 SIO1317721 M-SHA-FIT/Connery 15W SI: Touchpad LED delayed responded after resume from S3 need to wait about 30secs when enable. When feature of "suppressing taps after typing" is enabled, we did not allow taps after user uses keyboard to enter the window. If device is disabled, should not check key-pressing so to allow taps.



Issue Number Description Root Cause Solution
HDR-33291 Driver support new W values (from 4 ~ 15) mapping
HDR-33770 "Tap zone = right click" does not work The condition to determine whether add corner tapping action into processed packet had been modified to check StrokeFingerCount which would be reset in FingerUpProcessing. Therefore, the corner tapping action which is assigned to secondary click cannot be added to processed packet. Rollback the code to use ulState to determine whether we should add corner tapping action into processed packet.
HDR-33737 2 ClickPad sheet mouse properties UI Found a corner case that driver failed to detect PS2 keyboard controller during S3 stress test. Changed driver code to send PS2 KBC detection command correctly.
HDR-33854
(1315843)
SIO1315843 - SFT-TP-CMP/ Affleck&Vaughn/Win10:Touchpad will be disabled after click "disabled" button from TouchStyk tab. When we fixed "Enable/Disable sync with MS UI" issue requested in HDR-33467, we did not separate Styk and TouchPad status synchronization properly. Enable/Disable status synchronization only applies for TouchPad, not include Styk.
HDR-33857 HP report sometimes tap doesn't work with finger and 15mm slug
HDR-33867
(1316152)
SIO1316152 - SFT-TP-QTA-RRRR/Pitt: Right button of Tray Icon would not be highlight when right click on TP. For HID miniport driver, Synaptics tray-icon animation does not work with MS miniport PTP button actions. Take button decoded from Synaptics driver, and check status of "Press on the lower right corner of touchpad to right-click" on MS UI, then to perform right-button animation.
HDR-33880
(1316680)
SIO1316680 - M-SIT/Win10/RRRR/KBL/PV: Can't move the mouse pointer when put a finger on TP and press HW mute button. One Synaptics ACM feature is enabled, which will suppress cursor motion when non-system key-down. Disable Synaptics ACM feature and let Microsoft HID Host to decide if need to suppress motion with key-pressing.



Issue Number Description Root Cause Solution
HDR-33737 2 ClickPad sheet mouse properties UI Found a corner case that driver failed to detect PS2 keyboard controller during S3 stress test. Changed driver code to send PS2 KBC detection command correctly.
HDR-33744
(1310187)
SIO1310187 - SFT-TP-CMP/ Affleck&Vaughn /Win10:Double click folder and the folder cannot open when use finger press touchpoint to move cursor to select folder. For HID miniport driver, when process Stick pointing data, we wrongly combined button of TouchPad after processed PTP finger data, so OS is confused with duplicated buttons from TouchPad and Stick. Fix a bug in processing Buttons by do not sending TouchPad button to OS again after it has been sent to OS in PTP packets, for HID miniport driver.



Issue Number Description Root Cause Solution
PRJ-35772 Add bootloader v7 and v8 Support in SynReflash
HDR-33356
(1299233)
SIO1299233 - SFT-TP-QTA-RRRR/Pitt: Clickpad had not function at the lock screen UI after disable it the lock unit at the first time. MS PTP inbox driver is disabling cursor motion at the lock screen if it was disabled in MS Settings UI Added code to allow PTP touchpad when the user switched to lock screen.
HDR-33467 Add Enable/Disable button for win10 miniport UI Shown TP enable/disable buttons in miniport driver platform UI page.
HDR-33586 [HPConsumer, Win10] Multiple Finger Tapping incorrectly reported. We have some feature improvment since v19.3.10 and it seems not cover some cases for tapping count change. Temporarily revert back to previous code.
HDR-33693 v19.3.8.4 HPUXUI.inf - A warning message will appear when tried few times of disable Touchpad from Synaptics UI and Microsoft Device Settings The control panel would popup warning message when the GUI has pseudo button device. Corrected the GUI pseudo button device enable/disable status.



Issue Number Description Root Cause Solution
HDR-33585
(1307373)
SIO1307373 - SFT-TP-CMP/ Affleck&Vaughn /Win10: Left/Right Button Action default setting auto change to Secondary click/Primary Click on the TouchStyk tab when switch Primary button to right on the MS Settings. The GUI TouchStyk button status is not synchronized with MS Settings Page Primary button Left/Right in Windows 10. Changed GUI code to query the current primary button status.



Issue Number Description Root Cause Solution
HDR-33428
(1301220)
SIO1301220 - SFT-TP-CMP/Venetian/Win7 64: Using three fingers flick left/right have no function in CyberLink PowerDVD 12. We only supported up to PowerDVD 10. The PowerDVD 12 process name changed. Updated INF file to support PowerDVD 12.
HDR-33461
(1302823)
SIO1302823 - SFT-TP-QTA-RRRR/Pitt: Lack of "Corner Click" & "Three Finger Click" in Demon video of Click. Hidden corner click UI per customer request.
HDR-33507
(1303932)
SIO1303932 - SFT-TP-CMP/Affleck&Vaughn/Win10: Touchpad not works in the login screen and LED off after disable touchpad. MS Windows 10 driver blocks touchpad packets after the user disabled PTP touchpad and then switched to in the lock screen. Changed code to continue to send touchpad packets in the Windows 10 lock screen.
HDR-33534
(1304970)
SIO1304970 - M-SIT/TRA_SI :If disable touchpad first and then do Windows Lock, the touchpad does not work during Windows login interface. MS PTP inbox driver blocks PTP packets and suppress cursor motion in Windows lock screen . Detected PTP touchpad status and allow cursor motion in Windows lock screen.



Issue Number Description Root Cause Solution
HDR-33434
(1302031)
SIO1302031 - M-SIT/Ledger _SI :Can't use Pointstick + lower left button of touchpad to enlarge or narrow windows. Sending incorrect PTP middle button packets can cause pointstick point and drag gesture not working. Fixed PTP middle button logic bug.
HDR-33463
(1302814)
SIO1302814 - SFT-TP-QTA-RRRR/Pitt: Can't select,drag via three finger click on Clickpad with default setting. Set the 3F click default action to no action, it does not match UI. Set the 3F click default action to middle button
HDR-33464
(1302812)
SIO1302812 - SFT-TP-QTA-RRRR/Pitt: One finger Edge Scrolling vertically has not function in Windows Photo viewer. The feature for one-finger vertical scrolling based on specified application is not turned on. Enable feature for one-finger vertical scrolling based on specified application.
HDR-33466
(1302744)
SIO1302744 - M-IV/Win10/RRRR/SKL/KBL/SI: The words "Show Tray Icon in Taskbar" showed cut off in ClickPad with UUG image FR language. GUI Text layout is overlapped in French language. Resize the text layout in the resource file.
HDR-33467 Add Enable/Disable button for win10 miniport UI Shown TP enable/disable buttons in miniport driver platform UI page.
HDR-33494 HP_UXUI - v19.3.8.2 - ClickPad platform devices show name as TouchPad in Device Manager Used wrong device type name in INF Fixed wrong device type name in INF for ClickPad.



Issue Number Description Root Cause Solution
HDR-33194 HP CMIT 2016 platforms remove touch injection fix for win8.1 scrolling problems Disabled touchinjection.
HDR-33352 Add new HP 2016 CMIT 700 series projects Toothless 14 &15 PNPID in HP_UXUI Added new PnP IDs SYN3060 and SYN3061
HDR-33354
(1299230)
SIO1299230 - SFT-TP-QTA-RRRR/Pitt-Win10 PTP: TP Tray Icon disappear after unchecked the "Show Tray Icon in Taskbar" then click "Cancel" button. Control Panel GUI didn't restore to the previous tray icon state after the user cancels the dialog box. Updated GUI code to restore tray icon after the user cancels the dialog box.



Issue Number Description Root Cause Solution
HDR-33229 Change Palm Rejection Behavior on Miniport PTP
HDR-33307 HP_UXUI - v19.3.8 - Windows photo viewer does not support the rotate function When we enable rotation feature for Microsoft Photos in win8.1 (it is a Metro app in win8.1), rotation settings for win8.1 (use Ctrl + .) accidentally overrides settings for win10 (Ctrl + R) that was set as default in previous versions. Besides default and settings for win8.1, add Rotation settings for Microsoft Photos in win10 specifically.
HDR-33328 Add new HP 2016 CMIT 400 series projects Ramoth PNPID in HP_UXUI Added a new PnP ID



Issue Number Description Root Cause Solution
HDR-33228 4F Flick to Switch Virtual Desktop Since Windows 10 Build 14328 Added code to support 4F Horizontal Flick gestures to switch virtual desktops. This is a new Windows 10 touchpad feature.
HDR-33135
(1291229)
SIO1291229 - SFT-TP-QTA-RRRR/Pitt: Zoom in/out would be executed Intermittently when use 2 finger to rotate photos in MS photo viewer. When decode twist, we have some criteria to distinguish gesture correctly, such as: 1). if finger(s) is in button zone and is not moving since landing for ClickPad; 2). should increase chance for twist by restricting zooming in a specific area; 3). after rotation is decoded, how many motion is enough to trigger action; Seen in the attached log files, all failures are due to at least one of conditions list above is not met. 1). always allow rotation for fingers landing in button zone, as long as it moves out during twisting; 2). improve rotation by setting PinchStripWidth = 500 mils (0.5 inches) when rotation is enabled for target window, so rotation is easier to decode while pinch still works fine. Note default PinchStripWidth is 2000 mils (2 inches), which is almost whole area of TP. 3). Lower height of button zone from 2000 pixels to 1800 pixels, so finger landing and keep stationary at y~=2000 will not be treated as a resting finger. This will improve pivot rotation with stationary finger located at lower area of TP.
HDR-33200 Show corner click control for 2016 platforms with ClickPad Added corner click control back for 2016 ClickPad platforms.
HDR-33208 Hide SmartSense Control for HP 2016 ClickPad Platforms.
HDR-33232
(1294365)
SIO1294365 - M-SIT/Win10/RRRR/SKL/KBL/SI:Can't use a two finger drag to scroll after resumed system from S3/S4 in the second account with anouther account disable touchpad. PTP miniport driver status is disabled after fast user switch and sleep/resume so that the driver is not sending PTP packets to OS. Redetect and enable the PTP miniport driver after sleep/resume.



Issue Number Description Fix Comment
HDR-32331 Implement the new control flow work with FW new lid behavior. implement PS/2 set sleep mode feature.
HDR-33082
(1260340)
SIO1260340 - SFT_Touch_HOU/Test Plan/2016 Synaptics TouchPad Driver_UXUI_Test Plan_v0.1: Expected result in line 481 is not matching with the Actual result. Enable scrolling in Windows Photo Viewer. Enable feature that scrolling is based on target Application windows. Add feature for key-scrolling with system keys.; Add Application for feature that can use key-scrolling with system keys.
HDR-33089 remove the "double tap to Enable or Disable touchpad" in synaptics UI in HP 2016 400 series Per customer request, removed DoubleTap Enable/Disable TouchPad from GUI for some PNPIDs.
HDR-33148 Only report 4F in whck test item Changed to support 5F for RRRR 2016 PTP platforms



Issue Number Description Fix Comment
DEMO-32811 HP Caesar 14" T1324 asic 2-in-1 TP + styk2.0 program(TM-03247-100/TS-03247-200) Fixed Styk2.0 button not working issue.
HDR-32696 Force to detect keyboardcontroller always Applied force detect keyboard to all PS2/InterTouch platfomrs after resume..
HDR-33069 Remove "Press to Select" for Styk 2. Per request, remove Pointing Styk "Press to Select" from GUI.
HDR-33089 remove the "double tap to Enable or Disable touchpad" in synaptics UI in HP 2016 400 series Per customer request, removed DoubleTap Enable/Disable TouchPad from GUI for some PNPIDs.
HDR-33099
(1290623)
SIO1290623 - SFT-TP-QTA-RRRR: Three finger swipe lost function when use three finger perform three finger swipe gesture with "windows photo viewer". Fixed Three Finger gesture lost function in Win7 MS Photo Viewer.
PRJ-35734 Optimize registries for Palm detection configuration [ADC] Can we move set/get to MFFilter, and don't copy parameters? or use param class for filter parameters, it is similar to palmdetection parameters.



Issue Number Description Fix Comment
HDR-32896 Remove button action process from enabling/disabling device Merge from branch: remove button action process from disabling/enabling TP
PRJ-35772 Add bootloader v7 and v8 Support in SynReflash Fixed block size in bootloader V5/6
DEMO-32811 HP Caesar 14" T1324 asic 2-in-1 TP + styk2.0 program(TM-03247-100/TS-03247-200) Fixed Styk2.0 button not working issue.
HDR-32895 HP_UXUI - v19.3.3 - One finger edge scrolling does not work with Foxit reader \ editor Enable one finger Horizontal scrolling with all applications
HDR-32941
(1286433)
SIO1286433 - SFT-TP-IEC/Clooney/DB1:Install 2016 Synaptics Mouse Driver 19.2.15.0.A.1 fail in Win7. Added missing installation for HardID SYN304C in Win7



Issue Number Description Fix Comment
HDR-32107 Create PTP injection code to replace touch injection Add code to support PTP injection in kernel
HDR-32895 HP_UXUI - v19.3.3 - One finger edge scrolling does not work with Foxit reader \ editor Set horizontal scrolling for App specified so all PDF readers work.
HDR-32941
(1286433)
SIO1286433 - SFT-TP-IEC/Clooney/DB1:Install 2016 Synaptics Mouse Driver 19.2.15.0.A.1 fail in Win7. Added missing installation for HardID SYN304B in Win7



Issue Number Description Fix Comment
SWT-459 EFU shall support installation with silent mode SynReflash Configuration shall support installation with silent mode
HDR-32386
(1261992)
SIO1261992 - SFT-TP-IEC/Snickers:Two finger scrolling horizontally is page up/down function by Foxit PhantomPDF. Add horizontal scrolling for Foxit and Nitro PDF Reader.
HDR-32703
(1270567)
SIO1270567 - SFT-TP-IEC/Circus:Two finger Rotate have no function by Foxit PDF Reader. Add rotate for Foxit and Nitro PDF Reader.; Fix a copy/paste error; Add horizontal scrolling for Foxit and Nitro PDF Reader.



Issue Number Description Fix Comment
HDR-28669 [Linux_Ubuntu 14.04] "Two Button Click Action" description should display in Buttons settings. using consistent item code for 'text', 'combo list' and 'configure'.; [linux] Merge linux section into hpnewui for the trunk.
HDR-32107 Create PTP injection code to replace touch injection Add code to support PTP injection in kernel
HDR-32624 Add 3+2BCP PnPIDs in Linux driver [linux] build correct section for x86 or x64.
HDR-32734 There is no pop-up message when connecting an external USB mouse Better way: dont initialize the value on child class. Balloon not working on seperated TP and CB trayaction.
PRJ-35772 Add bootloader v7 and v8 Support in SynReflash Add bootloader v8 and UPP Support in SynReflash



Issue Number Description Fix Comment
HDR-32331 Implement the new control flow work with FW new lid behavior. implement PS/2 set sleep mode feature.; Found a logic error....; Fix an issue that SMBus device won't correctly call RMI's WriteDeviceSleepMode
PRJ-35774 Driver Upgrade Issues Changed code to fix SMBus driver upgrade incompatibily issue. Take out OEM DelReg



Issue Number Description Fix Comment
HDR-31809 SIO1245455 - FNC_PE_COMPAL/Aria&Venetian/Win8.1: Vertical continue scroll up and down speed is not same in the IE after stay finger in the edge of the touchpad . Enable 2F-scrolling in Microsoft Internet Explorer with Touch-injection in Trunk
HDR-32358 TouchStyk Button Actions text labels and drop-down box not lined up Fixed TouchTyke button action text display not aligned issue.



Issue Number Description Fix Comment
HDR-31809 SIO1245455 - FNC_PE_COMPAL/Aria&Venetian/Win8.1: Vertical continue scroll up and down speed is not same in the IE after stay finger in the edge of the touchpad . Add settings for Enhanced scrolling with edge motion on Internet Explorer for all platforms



Issue Number Description Fix Comment
HDR-32442 SMBus driver support for new AMD CPU Stoney SMBus driver support for AMD Stoney.



Issue Number Description Fix Comment
HDR-32418
(1261950)
SIO1261950 - M-BST/Win7/Royal/OOC3:"D1"BSOD occurred on desktop when pressed win key after did overnight on AC mode and then entered S4->resumed system from S4. Fixed a possible null pointer BSOD on Windows 7.




System enhancements



Issue Number Description Fix Comment
HDR-32202 Sometimes TouchPad Button doesn't work on login screen We should update Button Status when lid close/open disable device is called. The function EnableButtonActions called in DisableDeviceAndButton will check the setting "ButtonsEnabledDisabledWithDevice" So it won't break the feature that button disable/enable which should be independent from touchpad device disable/enable state.
HDR-32319 [HID/USB] Observed opposite scroll direction while performing 2F edge motion scroll in MS Edge Fix injection bug (reverse scroll doesn't work)
HDR-32152 HP_UXUI.inf - 19.2.9 - Venetian - TP cursor lost \ slow for some time when one finger edge swipe activated Fixed the one finger left edge swipe and cursor suppression issue in Windows 8.1.
HDR-32267
(SIO1259927)
SIO1259927 - SFT-TP-QUA/Pittt/823C/Win7: Synaptics Right click Touchpad Icon function abnormal, need 2 finger pressing Set one-finger clicking in right-button zone action to be right-clicking by default.



Issue Number Description Fix Comment
HDR-31416 Unable to see the text in Slow Motion and Constrained Motion from the drop-down boxes when select the items there. Fixed the GUI Drop down text color display issue in Windows 7.
HDR-32108 The text of "Middle Button Action" on the "TouchPad" tab is truncated Fixed the issue that "Middle Button Action" on the "TouchPad" tab is truncated
HDR-32159 SIO1257515 - SFT_Touch_HOU/Riata/SI : Jumpy cursor movement observed Don't decode normal double tap if it is decoded for other actions, this avoids double actions for one double tap.



Issue Number Description Fix Comment
HDR-32143 SIO1256909 - SFT-TP-COMPAL/Venetian/Win8.1: Touchpad lost founction after changing over the " switch to last APP" from the left edge use one finger. Fixed the one finger left edge swipe and cursor suppression issue in Windows 8.1.



Issue Number Description Fix Comment
HDR-31756 Cursor suppressed from moving sometimes when moving the cursor on the desktop for mini port driver Add PalmCheck thresholds for PTP miniport driver withACM2.1
HDR-32045 SIO1253153 - M-IV_Dunes3.0, Win10, The Synaptics Mouse Driver fonts is cluttered and small in simplified Chinese image. Fixed Synaptics Settings page text is cluttered and small in Win10 Simplified Chinese image.
HDR-32060 please add ApolloLake SMBus HWID into driver Support new SMBus controller of Intel ApolloLake.
HDR-32069 HP Aria system - v19.0.19.43 HPUXUI.inf - Three finger horizontal slide sometimes fail to bring up the activate applications for selection Fixed Three finger horizontal slide sometimes fail to bring up the TaskView.



Issue Number Description Fix Comment
HDR-31942 Tray icon lost but SYNTPENH still exsit When someone had deleted our tray icon, the error code should be ERROR_TIMEOUT. Shell_NotifyIcon can't be deleted or modified before we add new tray icon. We should check correct error code and add tray icon again.; Restart SynTPEnh while tray icon can't refresh
HDR-31755 HP_UXUI - 19.2.4 - Mouse properties with two touchpad tabs when disable enable SMBUS driver from DM Fixed Mouse properties showing two touchpad tabs issue when disabling SMBUS driver from Device Manager.
HDR-31809 SIO1245455 - FNC_PE_COMPAL/Aria&Venetian/Win8.1: Vertical continue scroll up and down speed is not same in the IE after stay finger in the edge of the touchpad . Enhanced touch injection when scrolling with edge motion
HDR-31881 Iris Mini Port driver - Home menu will auto close by left click Added code to handle touchpad/stick button clicking properly.; "ucTip" will be kept to 1 after we report wrong PTP packet to OS. MS inbox driver will detect wrong "click" behavior.



Issue Number Description Fix Comment
HDR-31450 3F drags and slides video Fix win10 3 finger vertical slide video
HDR-31882 Change finger threshold to match FW for Imaging Sensor TP Changed slider min, max and frequency to meet defautl value change in the driver.; Changed finger threshold to match FW for Imaging Sensor TP
HDR-31625 Add HP 2016 CMIT projects PNPID in HP_UXUI Added 2016 platforms.; Fixed a build error



Issue Number Description Fix Comment
HDR-31430 2F scrolling will cross more than one page on "photos” and "IE” Injection for scrolling gesture in Microsoft Photos app should start from app window center rather than from the cursor.
HDR-31698 HP BJR performance not good - the cursor is jumping to other place while doing drumming... [ADC] Check with FW why there is a packet between tw opackets during durmming.; Added code to filter out drumming finger big cursor jump on ClickPads.



Issue Number Description Fix Comment
HDR-31713
(109532)
Synaptics TP has no Scrolling function by Windows Photo Browser Send only 1 finger position for metro photos
HDR-31743 Report rate calculation is wrong on non-PS2 platform if there are more than 1 finger on the pad Fixed a wrong logic that causes the driver uses wrong report rate for MF case.
HDR-31756 Cursor suppressed from moving sometimes when moving the cursor on the desktop for mini port driver Don't convert non-finger to palm for miniport driver.
HDR-31653 ForcePad: Separate the threshold for checking suspicious force The default value has been set to efrfCheckForce in constructor
HDR-31698 HP BJR performance not good - the cursor is jumping to other place while doing drumming... Added code to filter out drumming finger big cursor jump on ClickPads.
HDR-31742 BJR (All versions): Increase default click force on Forcepad 1, Muted clicking audio feedback by default. 2, Adjusted click force threshold to 190g.



Issue Number Description Fix Comment
HDR-31646 HP_UXUI - 19.2.2 - Win10-64-10586 TH2 - Touchpad mouse cursor some time loses while moving the finger cross the touchpad Added code to filter out ForcePad accidental clicks.
HDR-31708 Turn off Read device information from registry Turned off reading device information from registry.



Issue Number Description Fix Comment
PRJ-35733 Inertia, coasting and edge motion support for TouchInjection Make scroll speed adjustment supported in touch injection
HDR-31551 Add PS2 query $11 Adjusted edgemotion speed and range for BJR and OLY.; :[ADC] Rename to extracap...8. :[ADC] HasStick->HasIntegratedStick. Suggest FW to do the same thing.
HDR-31602 Aria/Venetian LED brightness adjust Lowered the brightness of LED for Arie and Venetian.
HDR-31605 BJR B&O: HP Exec - FPad Erratic behavior on Alex Cho's system Added lid open/close hotkey, put the TP to sensor sleep mode when the lid is closed, and set the TP to normal operation mode when the lid is opened. .
HDR-31653 ForcePad: Separate the theshold for checking suspicious force Separate the theshold for checking suspicious force
HDR-31664 Update Exit code in setup installation for non Dell inf Update Exit code for Installation log



Issue Number Description Fix Comment
HDR-31551 Add PS2 query $11 Added PS2 $11 query for integrated stick
PRJ-35733 Inertia, coasting and edge motion support for TouchInjection Add 1 finger chiral scroll supported in touch action. add some performance fix
HDR-31567 Adjust rotate degree inoffice word for HP CMIT project Set rotate angle for 90 degrees for Word, PowerPoint and Excel..



Issue Number Description Fix Comment
HDR-12003 Review location of driver parameters Moved some registry from HKLM\system.... to HKLM\Software\Synaptice\.. because they are put in wrong place.; Fixed a build error.
HDR-12577 remove the m_pPluginAction from the zone Removed the m_pPluginAction from the zone.
HDR-31443
(1226279)
SIO1226279 - FNC_PE_HOU/Royal/MV : Right side of the Touchpad does not work when enable one finger Edge Scrolling. Allow mouse pointing on touchpad edge if one finger scrolling zone is enabled.; Allow mouse pointing on touchpad edge if one finger scrolling zone is enabled in win8.1.
HDR-31470
(1226906)
SIO1226906 - FNC_PE_IEC/Circus:Cursor speed is slower then expect at first reboot after driver installation. Fixed the mouse cursor speed is slower at first reboot on some machines.



Issue Number Description Fix Comment
HDR-31431 Touchinjection error occurs when lifting one finger up during 2 finger gestures Fix injection error. If the lifted up finger is finger 0 then we have no chance to go into slide to call cancel action of touch action, and we also do not contine to feed in moving finger of touch screen, then OS will found we time out to feed in touch screen packet and neither to send a finger up packet to end the stroke, then there is time out error.
PRJ-35733 Inertia, coasting and edge motion support for TouchInjection Add code to make touch injection support 1 finger scrolling. And fix a bug
HDR-31382 Disable and Enable notification images pop up after the system wake up from the sleep Fixed TP enable/disable notification display issue on Win10.
HDR-31419 SIO1226007-BSOD 0x133 on HP Caesar & Circus Fixed BSOD 0x133 when running RW tests.
HDR-31435 Bandit 2.0 CK3.1 retrofit - Styk button zones (L and R) causing page to scroll or image to zoom on click Changed INF file to disable Styk button zone plugin actions.
PRJ-35740 HP ClickPad Demo HP 6BCP ClickPad Demo



Issue Number Description Fix Comment
New language translations for Windows installer, help files and control panel
HDR-31326
(ECR358436)
Vertical/Horizontal Swipe checkbox under three fingers will auto be checked when switch tab in Gesture. The hidden control should not get or set settings
HDR-31349 Add back the logs for KTL Enhancement Adding back KTL Enhancement log for different Stroke State.
We still need to install SMBus driver for FW with SMBus bootloader.
HDR-31262
(1222316)
SIO1222316 - M-SIT/ Caesars _PV: The Touchpad UI words has been cut off when attach 4K monitor in clone mode. Fixed TP settings page display issue on 4K UHD monitors.
HDR-31288
(1223590)
SIO1223590 -Close mouse properties , TP change to disable after S3/S4 Resume .. Fixed TP enable/disable notification display issue on Win10.
HDR-31319 Change "Microsoft Mouse and touchpad" button smaller Changed button size smaller for "Microsoft Mouse and touchpad" control
PRJ-35740 HP ClickPad Demo HP 6BCP ClickPad Demo



Issue Number Description Fix Comment
HDR-30954
(1215387)
SIO1215387 - FNC_PE_HOU/Circus/SI2 :System shows wrong touchpad pop up window after resuming from S3. Fixed TP enable/disable notification on Win10 PTP Miniport driver.; Fixed PTP miniport driver notification issue after standby/resume.
HDR-31287
(1222833)
SIO1222833 - FNC_PE_COMPAL/Aria/ Win8.1: Cannot switch pictures to the previous or next in MS photos when using three fingers flick to left or right fix an issue that 3F-flicking failed for MS Photos in win8.1



Issue Number Description Fix Comment
HDR-30954
(1215387)
SIO1215387 - FNC_PE_HOU/Circus/SI2 :System shows wrong touchpad pop up window after resuming from S3. Fixed TP enable/disable notification on Win10 PTP Miniport driver.
HDR-31224 Use button to switch to MSFT PTP touchpad and mouse control panel Used button to switch to MSFT PTP control panel from synaptics control panel instead of hyperlink.



Issue Number Description Fix Comment
HDR-30828 HP_UXUI - v19.0.23 - Miniport - Styk get disable "when USB mouse connected" option OFF from PTP settings Changed code to leave Stick working after an external mouse is connected.
HDR-30954
(1215387)
SIO1215387 - FNC_PE_HOU/Circus/SI2 :System shows wrong touchpad pop up window after resuming from S3. System show the wrong touchpad popup notification after resuming from S3
HDR-31096 when typing , still can on/off touch pad Also check corner tap ignore violation for typing case.



Issue Number Description Fix Comment
HDR-30955 Win 10 PTP like 3 finger gesture: We should do nothing when doing 3 finger horizontal flick in task switcher window with "new desktop" button Fix win10-like 3 finger flick issue in new windows internet browser. And add emit; Change win 10 PTP like 3 finger flick gesture behavior
HDR-31037 When connect 2 PCs using a usb file transfer cable, and then use the mosue to move cursor between 2 PCs, then do 3 finger flick down, the behavior is not correct fix win 10 like 3 finger flick issue
HDR-30942 Move "Microsoft Mouse and touchpad" to below "Show Tray Icon in Taskbar" Moved "Microsoft Mouse and touchpad" link to below "Show Tray Icon in Taskbar" control.
HDR-30954
(1215387)
SIO1215387 - FNC_PE_HOU/Circus/SI2 :System shows wrong touchpad pop up window after resuming from S3. System show the wrong touchpad popup notification after resuming from S3
HDR-30963 The scales on the Touch Activation Threshold slider bar are not evenly drawn GUI Touch Activation Threshold slider bar are not evenly drawn
HDR-31007
(1215031)
SIO1215031 - FNC_PE_HOU/Ceasars/SI3 :Win 10 is not included in Synaptics release notes. Add Windows 10 to list of supported OSes in the release notes
HDR-31008 HP_UXUI - v19.0.25 - W10-64bit - Miniport - BSOD happen during WHLK testing [SynTP.sys] crashed Fixed bug check when running PTP miniport driver WHLK test.
HDR-31027
(1215969)
SIO1215969 - M-SHA-FIT/Sands: 'Show Tray Icon in Taskbar' in Mouser Properties will be greyed out when disable touchpad Don't grey out "Show Tray Icon in Taskbar" control if the TP is disabled.



Issue Number Description Fix Comment
HDR-30773 [ Win10] Alt + Tab / 3 finger left - right swipes to switch application function can be triggered after put 1 finger on the touchpad then do zoom / pinch gesture by another 2 fingers. If one finger is not in resting zone, the other 2 fingers perform pinch gesture, then when thease 2 fingers lift up, we might triggered the 3 finger flick gesture. We should always do the finger direction check no metter the finger counts
HDR-30887 Press Win + M to minimize all windows then Press Win + Tab to launch task switcher, then do 3 finger flick it will close the task switcher Fix win10-like 3 finger flick up bug
HDR-30922 Double tap to disable the touchpad it shows "ON" at the Mouse & touchpad Wrong logic, a TP enable/diswable hot key only was sent to disable TP, otherwise the TP is disabled, there is no chance to sent the hotkey to enable it.
HDR-30833 When select "Switching apps" from the Three-Finger Drags and Slides got error message Fixed control panel crash if a combbox only has one entry, the init index is set one, it should be set to 0.
HDR-30869
(1214435)
SIO1214435 - FNC_PE_Quanta/RRRR/Plazzo: Pinch zoom lost function occasionally when use two fingers Pinch zoom(zoom in/out ) pictures after enabled the Rotate Gestures. set pinch strip width wider so pinch is easier.; :[ADC] Increase default width to 1.
HDR-30880 Don't install SMBus driver on non-InterTouch platform Don't install SMBus driver on NON-InterTouch platfrom from WU.
HDR-30881 HP_UXUI - v19.0.24 - Syntp crash happen install driver and reboot time Fixed driver BSOD in Win8.1 regression test.
HDR-30895 Change HP commercial PTP UI to add middle button support Changed HP commercial PTP UI to add middle button UI and changed "Microsoft mouse and touchpad" contrl from button typeto hyperlink type.; Aligned button action combobox with title.
HDR-30900
(1206976)
SIO1206976 - FNC_PE_IEC/Bazooka JR: Corner Click function is not match with Corner Click demo video shows. Changed INF file to show Corner Click demo video.



Issue Number Description Fix Comment
PRJ-35570 Change coinstaller and setup program to install HID/SMB miniport driver Added Dpinst exit code



Issue Number Description Fix Comment
HDR-30012 [Win10] Synaptics Startup Program in Windows 10 in comparison with Windows 8.1 Remove run key if we use service to launch enhancement for all windows; Remove run key to start up SynLenovoHelper.
HDR-29833 Create switchable UI for miniport PTP and regular driver Added Control Panel options for regular TP and PTP.
HDR-30544
(1205611)
SIO1205611 - M-SIT_Caesars_SI3:BSOD 0x7E occurred via WinPMT\Standby focus (0000007E, System, SynTP) Fixed driver BSOD in Win7 WinPMTtest.
HDR-30691 WHCK BSOD on v19.0.19.3 Fixed driver BSOD in Win7 WHCK test.
HQA-10735 WHCK request v19.0.19.3 | HP_UXUI.INF Version 2.4.20 of Microchip drivers



Issue Number Description Fix Comment
HDR-30054 Win10: Make 2F scrolling in Metro Photo App to be same as in win 8.1 Metro photo App. add settings of 2F scrolling and pinch for Microsoft Photos, for all platforms.
HDR-30623
(1207603)
SIO1207603 - FNC_PE_Quanta/RRRR/Plazzo: Pressing and holding the Synaptics control Panel's left bottom button_"Restore All Defaults" that can see a cancel line in the button . Changed code to fix bitmap button display issue.
HDR-30624 TouchPad is not disabled when USB mouse plug in. Added code to syncronize TouchPad enabled or disabled in Windows 10.
HDR-30671 SYN3045 in HP_UXUI Added SYN3045



Issue Number Description Fix Comment
HDR-30303 Please add localized help message for Windows 10 3F and 4F gestures Fix "Maximum" and "Minimum" translations in Windows 10 gestures
HDR-30339 Fail to uninstall driver from Win10 Settings: Apps & Features Add detailed driver unstallation to the log log; Get original install dir of synpd oem inf to the log
HDR-30474 Button comb box is not greyed out in PTP mode Greyed out buttons combbox when the TP is switched to PTP.



Issue Number Description Fix Comment
HDR-30458 Turn off ALT+SHIFT+L to dump log file by default Turned off using "ALT+SHIFT+L" to collect a log file because it affect some apps which use these hot key.
HDR-28999
(1140109)
1140109 - M-IV_QUA/Palaz/CZ&CZL UMA&DIS/SI:The option of "Switch primary and secondary buttons" in Mouse/Buttons have no function. The Stick Button is not sync with the control of "Switch primary and secondary buttons" in Mouse/Buttons tab
HDR-30200 PS2 WheelMouse pointing is not working Fixed Driver verifier BSOD.
HDR-30343 Add ACM 2.1 Support with New Confidence Threshold Reimplemented ACM2.1.; [linux] fix break for handling wchar
HDR-30390 Install the V19.0.19, the touch pad cant work normally .. Add ACM 2.1 Support



Issue Number Description Fix Comment
HDR-30170 Marking resources as non-discardable Marking resources as non-discardable
HDR-30268
(1197171)
1197171 - FNC_PE_ /Aria & Venetian: In the drop down box of Button Action (Button /Zone completely disabled) repeat on Touchpad (TouchStyk) tab Fixed plugin action list item repeat issue when there is only one plugin action; Removed all plugin actions for LRM buttons.
HDR-30339 Fail to uninstall driver from Win10 Settings: Apps & Features Add unstallation log ton Synaptics.PD.log; Hide command prompt windows in installation; Hide command prompt windows which remove SynTPEnhService in uninstallation; Add last step in finish install lon Synaptics.PD.log; Fixed cannot uninstallation driver from Win10 - Settings - Apps & features
HDR-28981
(1146862)
1146862 - FNC_PE_WIST/Bazooka: One finger edge swipe is Enabled by default. Disabled edge swipe by default for Bullet and Bazooka.
HDR-29189
(1153739)
1153729 - FNC_PE_WIST/FFF/Win10:Pinch Zoom gesture not work normally when use one finger as stationary or pivot point and move the other finger. Make pinch works better; Fix an issue that sometimes pending zones are still alive even if there is an active zone.; Let zone to update member variables when activated, but not by StrokeFilter.; Fix an error that gesture with finger in button zone not working properly due to new group-filter updates..; add user config for use small wheel.; Let zone to update member variables when activated, do not bother to check finger in button zone et. for non-ClickPad.; Move enum that only for pinch zone to CPinch; Set user zone configurable so to make pinch can be scrolled as small wheel.; Make pinch more smooth by using samllwheel.; Improve gestures performance by always fire action right after activated.; Improve pinch by fixing bugs and simpfy the code.
HDR-29833 Create switchable UI for miniport PTP and regular driver Added Control Panel options for regular TP and PTP.; signed -> unsigned; [linux] add operator to avoid build break; Added Win10 GUI for miniport PTP and MTP driver.
HDR-30080 Notify MSFT PTP control panel TP is disabled/enabled [ADC] Add this in hp_uxui PTP group.
HDR-30135 The shortcut key Alt+U for "Disable internal pointing device when external USB pointing device is attached" doesn't work The shortcut key Alt+U for "Disable internal pointing device when external USB pointing device is attached" doesn't work, change to Alt+B for English
HDR-30217 Cannot load default setting after change 3F gesture Fix 3 finger flick can't restored to default.
HDR-30373 Add code to support HID maximum report finger less than FW reported fingers Used FilterIndex isntead of finger index.; Added code to support maximum HID reported fingers less than FW reported fingers.



Issue Number Description Fix Comment
HDR-30262 Use major version for HID/I2C in miniport driver Changed FW version report format in miniport HID descriptor, for HID/I2C platform only major version is used, for InterToutch the version formation is major(8-bit).minor(8-bit).
HDR-30270 Set ShareVector to TRUE which allows IRQ sharing in SMB Set ShareVector to TRUE which allows other devices sharing interrupt with SMB.
HDR-30271 Report max finger report count the same as FW in HID so we can support reported fingers less than 5 Reported max finger report what FW reports instead of hard coded 5 in miniport driver HID descriptor so we can support less than 5 fingers.
HDR-29833 Create switchable UI for miniport PTP and regular driver Added Control Panel options for regular TP and PTP.; Added Win10 GUI for miniport PTP and MTP driver.
HDR-30152
(1192472)
1192472 - FNC_PE_Quanta/RRRR/win7:The tp driver version in "regedit" and "Synaptics.txt" show inconformity. Create log when install driver not by setup.exe
HDR-30211 No major feature show at the Forcepad UI settings for v19.0.17 No UX UI Control Panel settings.
HDR-30265
(1196118)
1196118 - FNC_PE_COMPAL/Venetian/Win10 : Pop up error touchpad setting UI when run the command "syntpenh -cp" Removed unused controls.



Issue Number Description Fix Comment
HDR-30055 Improve SMB data read performance Combined F01 read with partial F11 and skipped F11 relative and gesture data for SMB so we can reduce SMB bus traffic.
HDR-30149 Un-installation is not clean at the registry and C:\Program Files Prevent restart too early in uninstallation
HDR-30171 Report real FW version through miniport driver instead of hard coded 0 Reported real FW version through miniport driver to OS for miniport driver PTP.
HDR-29833 Create switchable UI for miniport PTP and regular driver Added Control Panel options for regular TP and PTP. Added Win10 GUI for miniport PTP and MTP driver.
HDR-30076
(1186510)
SIO1186510 - FNC_PE_IEC/ Pen and Touch/ Ladyluck: The "Show Tray Icon in Taskbar" setting will be disabled after restoring to defaults. Fixed wrong default state of "Show Tray Icon in TaskBar after clcking "Restore Defaults" button..
HDR-30152
(1192472)
1192472 - FNC_PE_Quanta/RRRR/win7:The tp driver version in "regedit" and "Synaptics.txt" show inconformity. CoInstaller need to clean old install log file Synapitcs.log; Create log when install driver not by setup.exe
HDR-30153 Report 2 buttons instead of 3 buttons for TouchPad with external buttons in miniport mode 1, Removed pad type from HID report for TouchPad because MSFT does not decode device type for TouchPad properly so just report there is NO DEVICE TYP. 2, Only Reported two buttons in button descriptor for TouchPad insread of 3 currently Windows 10 only recognized TouchPad with two exteranl buttons.
HDR-30169 FNC_PE_COMPAL/Valor : Don't find Drags and Slides Help icon in the Gestures Tab. Added help button for 3F drags and slides on Windows 10.



Issue Number Description Fix Comment
HDR-29834 Add a new control type Add a new control type ToggleSwitch.
HDR-30055 Improve SMB data read performance Combined F01 read with partial F11 and skipped F11 relative and gesture data for SMB so we can reduce SMB bus traffic.
HDR-30081 Dynamically create HID descriptor based on TouchPad type Create HID descriptor based on TouchPad type either report 3 buttons or 1 button for miniport driver.
HDR-29899 BSOD point to TP, please help analyze dump file Added sanity check
HDR-29909
(1179119)
SIO1179119 - FNC_PE_IEC/ Pen and Touch/ Sands: There is no Advanced Filters icon in Synaptics Control Panel setting in Win8.1_64bit Hidden SmartSense for ACM 2 platforms.
HDR-29996
(1182431)
SIO1182431 - BSOD 7E while running WinPMT Restart Only test Fixed memory acess violation issue while running WinPMT Restart Only test.
HDR-30054 Win10: Make 2F scrolling in Metro Photo App to be same as in win 8.1 Metro photo App. win10: Make 2F scrolling in Metro Photo App behaves same way as ones in win8.; win10: Make 2F scrolling in Metro Photo App behaves same way as ones in win8.
HDR-30056 please add VID/PID 06CB/7608 into inf Added a new PnP ID VID/PID 06CB/7608
Microchip drivers Win10 WHQL



Issue Number Description Fix Comment
HDR-29725 Driver package to deprecate SynReflash tool from manifest SynReflash will only be included in driver package if specified
HDR-29885 Twist rotate is no function Add Rotation support for Microsoft Window Photos App for win10
HDR-29964 Branch Build Request v19.0.14.x ( _UltraNav_HidMini.inf) Changed ACM confidence value to zero to allow using FW reported contact type and ignore confidence value if the slider is in the last slot.
HDR-29741 The Mouse Properties control panel should not get the focus when Synaptics Control Panel opened on top of it The Mouse Properties control panel should not get the focus when Synaptics Control Panel opened on top of it
HDR-29833 Create switchable UI for miniport PTP and regular driver Add a switchable GUI for miniport PTP and regular driver.
HDR-29834 Add a new control type Add a new Win10 GUI control type ToggleSwitch.; Add a new control type ToggleSwitch.



Issue Number Description Fix Comment
HDR-28998 Video for Windows 10 3F flick. Added videos for Windows 10 3F gestures
HDR-29016
(1148083)
1148083 - FNC_PE_Quanta/Palaz:The Scrolling Speed has no change when change the speed slow to fast in the Scroll Tab. Add App Zone Flags to adjust scrolling method for one finger scrolling in window7; Adjust scrolling method for one finger scrolling in window7; Adjust vertical scrolling method for one finger scrolling in window7
HDR-29814 Remove Plugin Actions for Left, Right and Middle Buttons Removed all plugin actions from button action list.
HDR-29907
(1178030)
SIO1178030 - FNC_PE_IEC/ Caesars: Upper right/left button no function after install touch driver V19.0.11.1.A.1_PTP Only skipped sending packet to mouse for TP if miniport driver path is enabled.
HDR-29911 Change coinstaller to install SMB, miniport or rmihid driver if it is specified in the registry Added flag to control install RMIHID driver; Added UnInstallEnableRestart_AddReg per group not the whole inf; Added flag to control install auxiliary drivers
HDR-29913 Merge all HP infs into one inf to support all driver combinations. Fixed default settings after merging.; Merged all HP commercail four INFs into one.
HDR-29929 Only support PTP for HP 2015 InterTouch platforms. Only support PTP for 2015 nterTouch platforms.



Issue Number Description Fix Comment
HDR-29759 Please show FW version while query information in SynReflash Fixed SynReflashPkg fail while image size over USHORT; Show FW version while query information under console
HDR-29733 use Clean OS + Touchpad driver 19.0.6.1.A1 with 93.20. We found 0x50 occur when cold boot. Fixed memory access denied issue in SynTP driver.
HDR-29803 Change 3F flick UI for Windows 10 Changed 3F flick UI on Windows 10 for HP commercial UI.
HDR-29814 Remove Plugin Actions for Left, Right and Middle Buttons Removed all plugin actions from button action list.



Issue Number Description Fix Comment
HDR-29609 Missing ACM2 data when converting secondary finger packet to primary finger. Moved ACM 2 data from secondary finger packet to primary finger packet when the packet is converted to raw packet.
HDR-29638 BSOD when pressing any key Fixed BSODs.
HDR-29671 Remove sticky border control from all UIs Removed sticky border feature from all control panel since this feature is rarely used by end users and also the driver cannot detect windows border correctly every time when there is a new OS release so we decided to remove this feature.
HDR-29637 MS_Win10_UXUIHID - v19.0.11 build - Accessibility slow & constrained motion does not work Fixed low and constrained motion feature regression issue.



Issue Number Description Fix Comment
HDR-29039 Video & Descrption for Windows 10 3F Swipe New UI translations for Windows 10; New Windows 10 Translations for Enhancement
HDR-28999
(1140109)
1140109 - M-IV_QUA/Palaz/CZ&CZL UMA&DIS/SI:The option of "Switch primary and secondary buttons" in Mouse/Buttons have no function. Fixed Swapped Button Action issue in control panel mouse properties.
HDR-29188
(1154204)
1154204 - FNC_PE_IEC/Bandit/W10:Error message pop out if Open control panel ->mouse when battery life is under 20% in DC mode. Kept syntpenh run key in the registry even it is schedule by the scheduler because on Windows 10 if battery level is below 20%, the syntpenh is not scheduled.
HDR-29231
(1155583)
1155583 - FNC_PE_WIST/Bullet/Win10:Pop-up error windows"The application was unable to start correctly(0x0000142),click ok to close the application" when open Forcepad Tutorial. Created ForcePad Tutorial project for Win10.
HDR-29467
(1153229)
1153229 - FNC_PE_WIST/FFF/Win10:The LED on the touch pad turn amber when silent upgrade install. Read non-configurable settings from registry only once insteadl of reading from APILoadState.
HDR-29498 HP_UXUI - v19.0.10 - Win10 - ForcePad Tutorial not able to read Tutorial is 32-bit app
HDR-29500 HP_UXUI - v19.0.10 - Win10 - Corner Click option text cut off from UI Fixed text cut off for corner click.
HDR-29589
(1170283)
1170283 - FNC_PE_Quanta/RRRR/Win10:The Search window(cortana)wouldn't popped up when use Three finger tap touchpad. Rolled back to old method to decode the tap instead of new method for tap with more than 2F on PS2
HDR-748 HP_UXUI.inf - Bullet - 18.1.39 - Disable touchpad does not close control panel UI When user open Synaptics control settings from OS 'Mouse Properties' panel Mouse Properties shoud be disabled



Issue Number Description Fix Comment
HDR-29283 SynReflashPkg need to support more informations Add packrat ID into file property while use SynReflashPkg to pack image and cfg
HDR-29353 Change featurescore to 0xF9 per MS recommendation Changed FeatureScore to 0xF9
HDR-29231
(1155583)
1155583 - FNC_PE_WIST/Bullet/Win10:Pop-up error windows"The application was unable to start correctly(0x0000142),click ok to close the application" when open Forcepad Tutorial. ForcePad tutorial for Win10; Created ForcePad Tutorial project for Win10.
HDR-29322 HP_UXUI.inf - v19.0.8.inf - Double Tap to Enable Disable Touchpad make touchpad buttons to fail Fixed Button Action disabled issue after doubl taping to enable touchpad.



Issue Number Description Fix Comment
HDR-29353 Change featurescore to 0xF9 per MS recommendation Changed FeatureScore to 0xF9
Update DriverName to the one with UUID appends.
HDR-29021 Add Windows 10 Gestures and Update UI Accordingly Added Win10 gesture and adjusted UI for InterTouch and I2C TouchPad.; Hidden 4F tap for PS2 TouchPad.
HDR-29246
(1155602)
1155602 - FNC_PE_COMPAL/Viper: The Pinch Zoom / Rotate Video will auto close the video windows after play ending. Kept video playing after it played to the end.
HDR-29272 HP_UXUI - v19.0.8.inf build - Mouse control panel show two ForcePad tabs before restart the system Fixed control panel display issue to show two ForcePad tabs after upgrading driver.
HDR-29301 BSOD 0xB8 on BJR SE Processed reset interrupt in passive level instead of DPC level otherwise it will cause BSOD.



Issue Number Description Fix Comment
HDR-10618 SynCOM samples have errors and warnings when compiling mfctest; keypad; cPadClock; cPadImage; Disabler; Comtest; DisableGesture; SynDrumPad; BezelTest; SynWrapSample; SynPlot; SynDrumPad take out from SDK since it depends srd party library DirectX; SynView; SynForcePad; Dpn't include build bat files
HDR-13375 Remove LAPACK copyright info Copyright 2014 to 2015; Remove LAPACK copyright info
HDR-28137 Un-installation driver is not clean Use %ProgramFiles%\Synaptics\SynTP as temp dir to install auxiliary drivers instead of creating temp dirs in %ProgramData%
HDR-29104 Change driver package name from SynARP Update OS support information in SynPD.inf
HDR-26997
(FM: 2259)
This is a placeholder for build generated checkins. Update ReleaseNotes.html
HDR-28981
(1146862)
1146862 - FNC_PE_WIST/Bazooka: One finger edge swipe is Enabled by default. Disabled edge swipe for Bullet and Bazooka.
HDR-29192
(1154332)
1154332 - FNC_PE_HOU/Sands/SI-1 :Random Video tabs appear on Gesture UI . ixed no help video for 3F flick on Windows 10.; Added Windows 7 as sub key in control panel registryies.
HDR-29197 Forcepad: ForceModel not getting saved to registry Fixed force model is not saved issue after group processing was merged to the trunk.



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
HDR-27916 HP_UXUI.inf - 18.1.47 - Polish - Desktop icons did not get translated Fixed desktop icon names not translated issue on some languages.
HDR-28982
(1146852)
1146852 - FNC_PE_WIST/Bazooka: The color of the force bar progress can't keep green when use finger press on Forcepad. Fixed ForcePad force progressbar not drawing issue on button zones.
HDR-29021 Add Windows 10 Gestures and Update UI Accordingly Added Win10 gesture and adjusted UI.; Added Win10 gesture and adjusted UI.
HDR-29064 Add support for Neokylin Linux Make sure libdbusc++ is linked in statically; [linux] linking dependencies.



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
HDR-29021 Add Windows 10 Gestures and Update UI Accordingly Adjusted UXUI for Windows 10 and added Windows 10 gestures.



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.



Issue Number Description Fix Comment
HDR-28877 FNC_PE_HOU/Olympia 1.0/Synaptics I2C Mouse driver:Three-Finger Flick fails to work if undocking and docking tablet from base. Reset OSD state variable when the device is removed or arriva otherwise currnet app will not be updated.l




System enhancements



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).




System enhancements



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.
HDR-28315 HP_UXUI.inf - 18.2.0.0 - Forcepad tutorial click threshold display does not work once system come back from sleep Changed code to handle touchpad events and resync GUI. Fixed Forcepad tutorial display issue after system coming back from sleep



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-28352
(20150302 email)
20150302 HP is seeing erratic mouse behavior on 2014 Chiclet units Added LID open/close scan codes so the TP can be disabled/enabled when the lid is close/eop




System enhancements




System enhancements




System enhancements



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.
HDR-12778 HP S400, 1 finger horizontal scrolling can't work Fixed a typo.
HDR-12778 HP S400, 1 finger horizontal scrolling can't work Increased 1H horizontal zone to work around HW issue.
HDR-28172 Check one more registry to determine icons need to be created Changed code to show/hide ForcePad desktop icons.
HDR-28174 Some words are cut off in ForcePad Tutorial on Russian language Increased text box size to fix long string issue.



Issue Number Description Fix Comment
HDR-28119 M-IV_Dunes, All OS, Fn+F2 hotkey has no function in OS Change configuration for SYN3044 to PS2 only group in INF
HDR-747
(1092123)
1092123 - FNC_PE_HOU/Runt 1.0/Synaptics Touchpad: Touchpad is disabled without external usb device connected with "Disable internal pointing device when external USB pointing device is attached" checked. Removed extra \ from exclusion list.



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-27967 Add new PnP ID in SMB INF for AMD platforms Added a new PnP ID for SMB on AMD platform..
HDR-27979 PNPID request : inf : Lenovo_UltraNav; PNPID = LEN2017 Zooming in Tutorial fails to work after clicking outside of Tutorial.



Issue Number Description Fix Comment
HDR-27930 Disable audio feedback for button clicking Read ForcePad click sound mute status from registry..
HDR-27917 HP_UXUI.inf - 18.1.47 - Polish - Text cutoff in tutorial page Fixed ForcePad Tutorial Text cutoff in Polish language.
HDR-27941 HP_UXUI.inf - 18.1.47 - Turkish & Greek - Text cut off in tutorial page ForcePad Tutorial GUI string was cut off in Turkish & Greek.
HDR-826 HP_UXUI.inf - French(FRA) Bullet - 18.1.40 - Text cutting off when you check\uncheck the Show Tray Icon in Taskbar option Fixed Checkbox Text cutting off when you check/uncheck the Show Tray Icon in Taskbar option in French language.




System enhancements



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.
HDR-27734 Synaptics I2C Mouse driver: Synaptics Control Panel/Mouse Properties UI crashes after resuming from S3. Fixed Synaptics Control Panel/Mouse Properties UI crashes after standby/resume.
HDR-27746 Add more log information in the driver enable log dump in kernel. Notify SynTPEnh to create a log file for kernel data.
HDR-27786 Issue reboot after the driver is uninstalled. Add feature when enable will let user has option to restart the system in uninstallation
HDR-27786 Issue reboot after the driver is uninstalled. Add feature when enable will let user has option to restart the system in uninstallation
HDR-27804 HP Commercial 2015 Platforms Added all 2015 platform PnP IDs to the driver



Issue Number Description Fix Comment
HDR-27746 Add more log information in the driver Logged ForceModel reset event.
HDR-10227 HP_UXUI.inf -18.1.43 - Hungary - Text cut off in forcepad tutorial Fixed Forcepad tutorial with text cut off in Hungary.
HDR-10230 Random clicks observed when moving finger over forcepad. Moved all forcepad related registries read to ForcePad initialization function instead of CPointingDevice contructor, this can void missing reading registries when the system first time boots up after the driver is installed.
HDR-10230 Random clicks observed when moving finger over forcepad. :[ADC] Rolled back forcemodel change.
HDR-2385 Feedback from HP Kirk for v18.1.42.1 ForcePad Tutorial App Review Feedback.
HDR-2386 Create/remove icons from desk top according to device type Add/remove icons from desktop according to device type.
HDR-27720 Found abnormal symbols show under General/Scroll tabs after launch ForcePad Settings from Desktop Fixed General/Scroll tabs after launch ForcePad Settings from Desktop.
HDR-27734 Synaptics I2C Mouse driver: Synaptics Control Panel/Mouse Properties UI crashes after resuming from S3. Fixed Synaptics Control Panel/Mouse Properties UI crashes after standby/resume.
HDR-27736 Corner Click function is abnormal. Corner Click video function is abnormal.
HDR-27737 ForcePad Tutorial Localization Add translated word "TRADITIONAL" to some UI labels.
HDR-27737 ForcePad Tutorial Localization Add ForcePad string for multiple languages.
HDR-27748
(1099721)
1099721 - M-SHA-FIT/Pen&Touch:[Olympia]An error message will pop up when connect Display port monitor do unplug and plug base. An error message popped up when connect Display port monitor do unplug and plug base
HDR-747
(1092123)
1092123 - FNC_PE_HOU/Runt 1.0/Synaptics Touchpad: Touchpad is disabled without external usb device connected with "Disable internal pointing device when external USB pointing device is attached" checked. Added all Synapitcs devices to exclusion list.



Issue Number Description Fix Comment
HDR-10230 Random clicks observed when moving finger over forcepad. After the driver is installed and boot up first, the driver needs to copy registries from HKR to HKLM, FilterAbnormalForce is readed from registry before it is available in HKLM. Set FilterAbnormalForce default to TRUE.
HDR-2385 Feedback from HP Kirk for v18.1.42.1 ForcePad Tutorial App Review Feedback.
HDR-9761 HP_UXUI.inf - 18.1.43 - German - Forcepad tutorial with text cut off Fixed Forcepad tutorial with text cut off in German.
HDR-9763 The right click menu of Synaptics icon from system tray shows the words "clickpad settings" when plug the slate on the base(base is Forcepad) Set "ForcePad Settings" or "ClickPad Settings" according to TouchPad type.
HDR-9764 Draw circle continuously for a long time(above 20s) on Mspaint/Onenote, then release forcepad. Continue to draw again, the drawing has no function at first. Used accumulated distance between first click and click release to enable 1F drag with force release instead of displacement.



Issue Number Description Fix Comment
HDR-843 UI does not fit in the screen in the resolution lower than native panel size. UI does not fit in the screen in the resolution lower than native panel size.



Issue Number Description Fix Comment
HDR-363 "Disable ForcePad Force Progress Bar" has not been translated into Chinese New translation for Forcepad
HDR-747
(1092123)
1092123 - FNC_PE_HOU/Runt 1.0/Synaptics Touchpad: Touchpad is disabled without external usb device connected with "Disable internal pointing device when external USB pointing device is attached" checked. Excluded all Synaptics devices with VID_06CB.
HDR-844 Remove ForcePad Finger Force progress bar by default Per customer request, hide ForcePad Finger Force bar by default.
HDR-845 ForcePad Tutorial App Review Feedback from HP ForcePad Tutorial App Review Feedback.
HDR-847 Found abnormal symbols show under General/Scroll tabs after launch ForcePad Settings from Desktop Fixed abnormal symbols in the CPL general tab and scroll tab.



Issue Number Description Fix Comment
HDR-617 ForcePad Tutorial App Improvement Per customer feedback, improved the ForcePad tutorial GUI function.
HDR-713 Hide ForcePad Finger Force Bar Hide ForcePad Finger Force Bar when the docking station is not a forcepad.
HDR-747
(1092123)
1092123 - FNC_PE_HOU/Runt 1.0/Synaptics Touchpad: Touchpad is disabled without external usb device connected with "Disable internal pointing device when external USB pointing device is attached" checked. Added one PnP ID to exclusion list of mouse.
HDR-748 HP_UXUI.inf - Bullet - 18.1.39 - Disable touchpad does not close control panel UI Fixed disable touchpad does not close control panel UI



Issue Number Description Fix Comment
HDR-478 ForcePad Tutorial Application Localization Checked in the ForcePad tutorial new resource strings.
HDR-617 ForcePad Tutorial App Improvement Per customer feedback, improved the ForcePad tutorial GUI function.
HDR-713 Hide ForcePad Finger Force Bar Hide ForcePad Finger Force Bar when the docking station is not a forcepad.
HDR-714 PnP ID request Added PnP ID SYN3044 to hp_uxui
TP-48510
(1065244)
1065244 - M-SIT/BJR_SI2: ForcePad volume will be disable when unit with NIC dongle then change playback device Don't playback button click sound for ForcePad if earphone is plugged even sound is not muted.



Issue Number Description Fix Comment
HDR-626
(ECR232511)
Unqouted Service Path in Registry with SynTPEnhServic add quotes to Service's ImagePath in Registry
HDR-478 ForcePad Tutorial Application Localization Checked in the ForcePad tutorial new resource strings.
HDR-616 Found the description of some pages been cut off in Synaptics ForcePad Tutorial Fixed the ForcePad tutorial description cut off issue.
HDR-617 ForcePad Tutorial App Improvement Per customer feedback, improved the ForcePad tutorial GUI function.
HDR-628 FP force bar moved to bottom when external monitor is plugged in Handled the external monitor plug-in case and redraw the ForcePad force bar.
HDR-667 add ‘ForcePad Tutorial' to the right click of the tray icon Added "ForcePad Tutorial" selection in the tray icon.
HDR-687 Touchpad driver is unloaded after disabling, going to S3 and resuming. Fixed syntpenh crash when the TP is disabled then sleep. this is the issue "Touchpad driver is unloaded after disabling, going to S3 and resuming."
TP-48641 ForcePad Tutorial Application [TPDC] Please check why we need to check in Interop.SYNCOMLib.dll. nMaybe, you can reference OemModules\SynDellWPF.



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
HDR-394 Win8.1: 0X50 BSOD occur when run WinPMT S3 Focus overnight on WinPMT. Fixed a BSOD because there was a logic error in checking a pointer is allocated by our MM code or by OS when the pointer was freed, it accidentally added this pointer that is allocated by OS to our free list with wrong size, this caused our MM free list messed up.
HDR-530 HP_UXUI.inf - 18.1.36 build - Bullet - ForcePad User Guide under W7 and ForcePad Tutorial under W8 systems Change INF ForcePad shortcut settings for win7 and win8.
HDR-566 TouchPad can't be turned off after enabled "Disable" button by HPConsumer.inf. Rolled back change, it broken TP disable feature if it is TouchPad because the motion is not zeroed out.
HDR-615 Touchpad is disabled and another pointing device is detected if checking the box "Disable internal pointing device when external USB pointing device is attached". Added one more device in exlusion list.



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.
HDR-477 ForcePad Tutorial Multiple Language Support ForcePad Tutorial Multiple Language Support.
HDR-479 led does not keep amber if external usb mouse attached and then press Fn+F2 Fixed LED is truned off by hotkey even the TP is still in disable state by external pointing device.
HDR-489 HP_UXUI.inf - Bullet - Mouse properties tab name change to TouchPad to ForcePad does not consistent with other places Changed TouchPad to ForcePad in DM tabs.
HDR-490 HP_UXUI.inf - Bullet - Synaptics ForcePad volume control muted by default when install drivers first time Synaptics ForcePad volume control muted by default when install drivers first time.
HDR-530 HP_UXUI.inf - 18.1.36 build - Bullet - ForcePad User Guide under W7 and ForcePad Tutorial under W8 systems ForcePad User Guide under W7 and ForcePad Tutorial under W8 systems.



Issue Number Description Fix Comment
HDR-394 Win8.1: 0X50 BSOD occur when run WinPMT S3 Focus overnight on WinPMT. Fixed potential sync. issue in memory management that could cause BSOD.
HDR-471 Create ForcePad Tutorial icon instead of old user guide icon Create ForcePad Tutorial icon instead of old user guide icon.



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".
HDR-224
(ECR228134)
Synaptics Control Panel information is not displayed correctly when External Monitor is connected in Extended mode Feedback from HP for forcepad tutorial app.
HDR-394 Win8.1: 0X50 BSOD occur when run WinPMT S3 Focus overnight on WinPMT. Fixed potential memory allocation bug that could cause BSOD.
HDR-396 "Record and play a sequence of keystrokes" doesn't work for Left Button Action Record and play a sequence of keystrokes doesn't work for Left Button Action.
HDR-422 Mouse cursor hover over the ForcePad force level bar, add popup to tell what it is. Mouse cursor hover over the ForcePad force level bar, add popup to tell what it is.
HDR-423 Add a page in the tutorial to explain what the ForcePd force level bar is for Add a page in the tutorial to explain what the ForcePd force level bar is for.



Issue Number Description Fix Comment
HDR-224
(ECR228134)
Synaptics Control Panel information is not displayed correctly when External Monitor is connected in Extended mode Feedback from HP for forcepad tutorial app.
HDR-342 Forcepad force progress bar appears to be in the middle of the screen after docking. Forcepad force progress bar appears to be in the middle of the screen after docking.
HDR-379 Add Lid close/open scan code for KitKat Added scan code for LID open/close so the TP can be disabled/enabled when the lid is closed or opened.
TP-48534
(1062537)
1062537 - M-IV/BJR_SI2: Found the description of Force Continuation Scroll/Slow Motion/Constrained Motion been cut off under Scroll/Advanced tabs in Synaptics Control Panel (ForcePad Settings) Adjusted control top and height to fix text cut off in certain languages under Advance tab.



Issue Number Description Fix Comment
HDR-224
(ECR228134)
Synaptics Control Panel information is not displayed correctly when External Monitor is connected in Extended mode Feedback from HP for forcepad tutorial app.
HDR-345 Noise/NO sound will appear when use touchpad move the speaker volume slider up and down during playback audio file. Removed unnecessary KeSaveFloatingPointState, this is very expensive operation, it causes video corruption, audio playback stops on Windows 7 32-bit.
TP-48039
(1054401)
1054401 - Bullet Music Hang Up When Adjust Volume by Touch Pad Removed unnecessary KeSaveFloatingPointState, this is very expensive operation, it causes video corruption, audio playback stops on Windows 7 32-bit.



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.
HDR-142 Install HP_UXUI.inf - 18.1.29 - Bullet - ForcePad Force progress bar does not show up along with Control Panel UI and it takes little while to show up ForcePad Force progress bar does not show up along with Control Panel UI and it takes little while to show up.
HDR-224
(ECR228134)
Synaptics Control Panel information is not displayed correctly when External Monitor is connected in Extended mode Feedback from HP for forcepad tutorial app.
HDR-247 Synaptics Forcepad: Formatting not correct under Scroll Fixed GUI Scroll Page text formatting is not correct.
TP-48641 ForcePad Tutorial Application ForcePad Tutorial Application.



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.
HDR-142 Install HP_UXUI.inf - 18.1.29 - Bullet - ForcePad Force progress bar does not show up along with Control Panel UI and it takes little while to show up ForcePad Force progress bar does not show up along with Control Panel UI and it takes little while to show up.
HDR-231
(1074910)
1074910 - FNC_PE_HOU/Olympia 1.0/Synaptics Forcepad: Incomplete description for palm check threshold Adjusted control with to fix text cut off.
TP-48497
(1066865)
1066865 - M-SIT/ BJR_SI2: The OK button will be covered after clicking "Restore All Defaults” button in Synaptics Control Panel. Adjusted "Restore all Defaults" button size to fix buttons overlap.
TP-48525
(1064918)
1064918 - M-IV/BJR_SI2: Found the description of Max(Coasting) been cut off under Scroll tabs in Synaptics Control Panel (ForcePad Settings) Adjusted control width to fix text cut off in certain language for "Max (coasting)".
TP-48531
(1064186)
1064186 - M-SIT/BJR_SI2: Information for Force Click Threshold is hard to understand even the touchpad still list on it. Changed help string for Force Click Threshold.
TP-48534
(1062537)
1062537 - M-IV/BJR_SI2: Found the description of Force Continuation Scroll/Slow Motion/Constrained Motion been cut off under Scroll/Advanced tabs in Synaptics Control Panel (ForcePad Settings) Adjusted control top and height to fix text cut off in certain languages under Advance tab.
TP-48641 ForcePad Tutorial Application ForcePad Tutorial Application.



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.
HDR-177 Adjust ACM2 settings Adjusted ACM 2 settings to fix cursor jump issue.



Issue Number Description Fix Comment
TP-48641 ForcePad Tutorial Application ForcePad Tutorial Application



Issue Number Description Fix Comment
HDR-22 Add checkbox in generic tab Disbale -> Disable
HDR-23 Force progress bar position changes check if the floating point state is saved.
Correct the copyright time.
TP-48641 ForcePad Tutorial Application ForcePad Tutorial Application.



Issue Number Description Fix Comment
TP-48616
(1067718)
1067718 - M-SIT/Chic_SI: BSOD occurred (000000D1, System, SynTP) while running WinPVT S3, S4, restart focus. Fixed null pointer which causes the BSOD.
TP-48637 Disable TouchPad when USB mouse detected Shown "Disable internal pointing device when external USB pointing device is detected" control but default is unchecked.



Issue Number Description Fix Comment
TP-48228 ForcePad Tutorial Application ForcePad Tutorial Application.; [Ubuntu] No forcepad support in ubuntu.
TP-48378 Change launch application from Tray icon - Update hp_uxui still want launching mouse properties panel as default tray icon action; : [ADC] Please add a comment for the fall-throughs in the switch.; : [ADC] Please add a comment for replacing / with -
TP-48498
(1066855)
1066855 - M-IV/BJR_SI2: Found the General tab of ForcePad will disappear after click Advanced tab. Fixed UI the General tab of ForcePad will disappear after clicking Advanced tab.
TP-48509
(1065743)
1065743 - FNC_PE_IEC/Kitkat1.0:Some file on desktop will be auto selected when right click blank place on desktop with Twix connected ExButton4 is used for corner click, the plugin action should be set to no action but it is set to scroll to right, this causes two actions are fired when the right corner button is down..
TP-48525
(1064918)
1064918 - M-IV/BJR_SI2: Found the description of Max(Coasting) been cut off under Scroll tabs in Synaptics Control Panel (ForcePad Settings) Fixed coasting word cut off issue.
TP-48529
(1064641)
1064641 - M-IV/BJR_SI2: Found the "Pinch Zoom" Item Name which translate in Croatian language is almost the same with the Description under Gestures tab in Synaptics Control Panel (ForcePad Settings) Used shorter translation for "Pinch Zoom".
TP-48534
(1062537)
1062537 - M-IV/BJR_SI2: Found the description of Force Continuation Scroll/Slow Motion/Constrained Motion been cut off under Scroll/Advanced tabs in Synaptics Control Panel (ForcePad Settings) Fixed word cut off issue.
TP-48571 FP-Bullet: Test case 2.5.2 - Resting Palm and Click-and-Drag : FAILED Fixed one palm + 1F clicking does not work issue on ForcePad.



Issue Number Description Fix Comment
TP-47905
(1048903)
1048903 - M-BST/BJR10_SI1: Occur error "Synaptics TouchPad 64-bit Enhancements has stopped working" message after install driver then reboot. Fixed an error "Synaptics TouchPad 64-bit Enhancements has stopped working" message after install driver then reboot.
TP-48228 ForcePad Tutorial Application ForcePad Tutorial Application; ForcePad Tutorial Application
TP-48418
(1065643)
1065643 - FNC_PE_HOU/Kitkat1.0:Touchpad functionality is lost when docked then undocking and redocking tablet from base. Rolled back branch merge, this causes device detecton sync issue.
TP-48480 Buttons won't work after switching between Kitkat docking and Twix Added settings for specific TM number, and removed skip device detection flags to fix PS2 mouse won't work after it is connected to PS2 port on docking station.
TP-48496 The words of %u201CRestore Defaults%u201D is cut off on ForcePad setting page. Fixed "Restore Default" word cut off in Spanish language.




No changes



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.




No changes



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
TP-47784 Hide SmartSense for ACM2.0 platforms. Enabled SmartSence by default for ACM 1.0 platforms even it is 2014 platforms.



Issue Number Description Fix Comment
TP-48084 HP_UXUI.inf ForcePad - 18.1.18 - Driver Uninstalling time crash happen Fixed Driver Uninstalling time crash.
TP-48126 Set right settings for HP Twix platform Set right settings for Twix platform even it shows the same PnP ID as KitKat, the driver uses TM number to distinguish Twix and KitKat.; add PNPID SYN3029 for hpnewui



Issue Number Description Fix Comment
TP-47905
(1048903)
1048903 - M-BST/BJR10_SI1: Occur error "Synaptics TouchPad 64-bit Enhancements has stopped working" message after install driver then reboot. Fixed an error "Synaptics TouchPad 64-bit Enhancements has stopped working" message after install driver then reboot.
TP-48040 Palm rejection failed at default setting, only works at Max setting. Adjusted palm threshold for ACM 1 platforms.



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.
TP-48002 DellWPF_RMIHID: 3 finger gesture (Swipe up/down) cannot work on W7 with 18.1.16. Set both 1F and 2F edgemotion scrolling off, otherwise the edgemotion scrolling default is off in UI but you can still do 2F edgemotion scrolling.



Issue Number Description Fix Comment
TP-47979 Add a new SYN3028 to the INF for new platform, Roco, base on 14” Rolo. Added a new PnP ID.



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.
TP-47710
(1043613)
SIO1043613 - M-SIT/Snick_SI: Leave system idle to S3 and then S4, touchpad and keyboard lose function after S4/resume. [TPDC] Normally, PortMutex will be released by configure for data. Please check the possible issue in configure for command.; Leave system idle to S3 and then S4, touchpad and keyboard lose function after S4/resume.
TP-47743 Some shortcut keys are missing in hp_uxui.inf Some shortcut keys are missing in mouse page.
TP-47869 1046577 M-IV/Bandit 2.0/PV: Some words cut off in Mouse Properties. Some words cut off in Mouse Properties.
TP-47871 1046360 M-IV_BAZ,all os: the typeface "Force Continuation Scroll" and "Coasting" in the scroll bar of Synaptics control panel is cut off. "Force Continuation Scroll" and "Coasting" strings in the control panel are cut off.



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.
TP-47373 Split one multiple language forcepad user guide file into multiple file Split one multiple language forcepad user guide file into multiple files.
TP-47665 Forcepad user guide for Traditional Chinese words translation not correct . Fix translation for "Traditional Chinese" in user guide
TP-47784 Hide SmartSense for ACM2.0 platforms. Enabled SmartSence by default for ACM 1.0 platforms even it is 2014 platforms.
TP-47853 Font looks different from other text at the Scroll Tab on the driver UI Font looks different from other text at the Scroll Tab on the driver UI.



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.
TP-47713
(1043258)
1043258 - M-IV/BJR10_SI1: Found the bookmark of language menu will lose function if click the demo video then chose another language in ForcePad User Guide Fixed language bookmark issue if click the demo video then chose another language in ForcePad User Guide.
TP-47751 Disable the top edge swipe if current window is desktop Disabled the top edge swipe if current window is desktop.; [ADC] make three conditions to be a function.
TP-47784 Hide SmartSense for ACM2.0 platforms. Disabled SmartSence by default and hidden UI for ACM 2.0 platforms
TP-47796 Set right force threshold range for ForcePad Set right force threshold range in UI for ForcePad.
TP-47797 Enable Bounce off for HP UXUI platforms Set bounce back default to on because there is no control in UXUI it cannot be enabled.
TP-47798 Set ClickPadButtonMode for ClickSmart by default Set button mode to ClickSmart for ClickPad.
TP-47813 Change item orders in tray icon Changed control orders om tray icon.



Issue Number Description Fix Comment
TP-47751 Disable the top edge swipe if current window is desktop Disable the top edge swipe if current window is desktop.



Issue Number Description Fix Comment
TP-47588 ForcePad: move the force click threshold and volume link to the "General" tab in the UX-UI Move ForcePad click threshold slider and ForcePad volume button to the "General" tab of the control panel.
TP-47589 ForcePad: UXUI control panel updates Change the name of the ForcePad tab in the mouse properties page from "TouchPad" to "ForcePad". Also added a link to the Volume Mixer from the tray icon menu.; Change the name of the ForcePad tab in the mouse properties page from "TouchPad" to "ForcePad". Also added a link to the Volume Mixer from the tray icon menu.; Change the name of the ForcePad tab in the mouse properties page from "TouchPad" to "ForcePad".
TP-47684 Two Finger Click video demo lag on Synaptics Control Panel(win8.1) Fixed Two Finger Click video playback issue in Control Panel on Windows 8.
TP-47685 The coasting with one finger edge scrolling have no function. Fixed wrong settings for 1F scrolling whcih causes coasting no function.
TP-47690
(1043758)
1043758 - M-SIT_Olympia_SI1: Show some garbage in Synaptics control panel UI. Fixed text display cut off issue in control panel GUI.




No changes



Issue Number Description Fix Comment
Fixed TP lost function after this power sequence s3->s4->resume.resume from s4, then resume
TP-47140
(1022674)
1022674 - M-SIT/KitKat/SI1: The tab key lost function after disable TP in mouse properties Fixed The tab key lost function after disabling TP in mouse properties.
TP-47381
(1030247)
1030247 - M-BIOS//Comet/92.50/Win7 64/MV:Put system idle to enter S3 and then S4, touchpad and keyboard lose function after resume. 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-47137
(1022262)
1022262 - M-SIT_Toot_SI1: Some of words has been cut in Synaptics\touchpad Fixed Some of words have been cut issue.



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.
TP-47137
(1022262)
1022262 - M-SIT_Toot_SI1: Some of words has been cut in Synaptics\touchpad Fixed Some of words have been cut issue
TP-47138
(1022326)
1022326 - M-SIT_Toot_SI1: Systray icon will add\remove when rotate photos by touchpad. Disabled two finger scrolling for photo viewer otherwise its behavior is like 3F flick on this apps.
TP-47414 Momentum control does not work on UXUI properly Set right momentum enable/disable state when the slide changes to min.



Issue Number Description Fix Comment
TP-47125
(1014770)
1014770 - Cannot resume to OS from S3/S4/S5. The machine cannot be resumed to OS from S3/S4/S5 by ASF command because the driver disabled ASF..
TP-47336
(v18.1.4)
Tray Icon string is wrong Fixed wrong string in tray icon; Fixed wrong string in tray icon
TP-47364 Localization for ForcePad UI related strings. Merged localization strings for ForcePad




No changes



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).
TP-47131
(1017554)
1017554 - M-IV/KitKat/SI1: ForcePad Setting and ForcePad User Guide list in Start Menu, conflict with ERD. Don't show some UIs if it is not ForcePad.; Removed old UI controls from registry.; Copied shortcuts to desktop according to registry settings in runtime instead of copying them during installation.
TP-47137
(1022262)
1022262 - M-SIT_Toot_SI1: Some of words has been cut in Synaptics\touchpad Fixed UI texts cut off issues.
TP-47138
(1022326)
1022326 - M-SIT_Toot_SI1: Systray icon will add\remove when rotate photos by touchpad. Disabled two finger scrolling for photo viewer otherwise its behavior is like 3F flick on this apps.; Only shown "Enable Force-Enhanced Gestures" in tray icon for ForcePad.
TP-47158
(1020913)
1020913 - M-IV/KitKat/SI1:Some words cut off on the Synaptics Touchpad Driver. Fixed UI texts cut off issues.




No changes




No changes



Issue Number Description Fix Comment
TP-46975 Set bandit 2.0 settings same as Bandit 1.0 Changed Bandit 2.0 settings to TouchPad from ForcePad.

Issue Number Description Fix Comment
TP-46951 Remove setting remote control region register for AMD SMB driver Removed unnecessary code to change the slave address of AMD SMB controller1 for ASF, this caused NIC fails to talk with SMB ASF.
TP-46580
(1002823)
1002823 - FNC_PE_WIST/Bullet MV:Edge Motion Speed does not change as expected. Changed edge motion speed range to make its feeling like the old range when different speed was selected.
TP-46730
(1012209)
SIO1012209 - FNC_PE_IEC/Licorice/DB/Win8.164:Touchpad lost function when Move the Touch Activation Threshold slider to the right at the Heavy Touch Changed heavy touch threshold to avoid the TP lost function when Touch threshold was changed to heavy touch.


No changes

Issue Number Description Fix Comment
TP-46789 Update HP 2014 Platform Settings Updated settings.

Issue Number Description Fix Comment
TP-46476 [ACM2.0] Edge swipes Eliminated accidental edge swipe while a finger moved to edge area of TouchPad.
TP-46588 New Video for SGS94 and UX_UI Updated Control Panel Help Video files.
TP-46749 Improve 2F scrolling and inertial by using history data Remove flag that is no longer used. Improve scrolling and inertia by using history data. Update 2FScrolling inertia settings for improved 2F scrolling. Change Inertia speed to be consistent with current settings.
TP-46569 Localize short cuts of ForcePad Settings and ForcePad User Guide [ADC] Follow Up (1) Does this actually woik for non-admin users? (2) Looks like it won't work when multiple users login at the same time. (3) It will be better to just create new link in users profile instead of renaming all users. (4) If you do 3, you can look to see if the link is already there rather to use registry key.
TP-46724
(1012703)
SIO1012703 - FNC_PE_COMPAL_Valor/Aero: "www.synaptics.com" is a link,not just a text when click on it on TouchStyk Tab. Removed synaptics.com static text from the settings page.
TP-46726
(1012280)
SIO1012280 - FNC_PE_IEC/KitKat:Roate of the 2F is enabled is not the same as the Release note and test plane. Fixed the 2F Roate default value is not the same as the Release note and test plan.
TP-46728
(1012319)
SIO1012319 - FNC_PE_IEC/KitKat:EdgeMotion Dragging is checked on the touchpad setting is not the same as the test plan. EdgeMotion Dragging default value should be disabled per customer request.
TP-46730
(1012209)
SIO1012209 - FNC_PE_IEC/Licorice/DB/Win8.164:Touchpad lost function when Move the Touch Activation Threshold slider to the right at the Heavy Touch Fixed Touchpad lost function when Move the Touch Activation Threshold slider to the right at the Heavy Touch.
TP-46731
(1012010)
SIO1012010 - FNC_PE_IEC/KitKat: Show garbage on the click tab with the item "corner click". Fixed display issue on the click tab with the item "corner click".
TP-46759 Remove button page from mouse property page Removed button page from mouse property page.


No changes

Issue Number Description Fix Comment
TP-46624 Suppress Palm Clicking for ForcePad Suppressed palm clicking for ForcePad.
TP-46556 Add "Enable Gesture" back in tray icon for hp_uxui [ADC] Rename HideDisableGestureFromTrayIcon to ShowDisableGestureFromTrayIcon.
TP-46569 Localize short cuts of ForcePad Settings and ForcePad User Guide Localize shortcuts of ForcePad Settings and ForcePad User Guide.
TP-46588 New Video for SGS94 and UX_UI Updated Video to make it compatible with IE10 on Win7.; Updated Control Panel Help Video files.; Updated Control Panel Help Video files.
TP-46589 2F force scroll not working on Bullet on UXUI Enabled force continuation 2F scrolling for Bullet.
TP-46600 Remove the hyperlink from userguid Removed the hyperlinks which point to the CPL screenshot for ForcePad User Guide.

Issue Number Description Fix Comment
TP-46547 Selected tab does not match real page in mouse control panel Fixed Selected tab not matching real page in the mouse control panel.
TP-46551 HP-UXUI ForcePad: Incorrect behaviors when disabling "Enable Force-enhance Gestures" Tray Icon menu Fixed incorrect behaviors when disabling "Enable Force-enhance Gestures" Tray Icon menu.
TP-46556 Add "Enable Gesture" back in tray icon for hp_uxui Added "Enable Gesture" menu to tray icon.
TP-46571 Roll back forcepad user guide short cut icon to Synaptics regular icon instead of ForcePad icon Changed ForcePad User Guide short icon back to Synaptics red icon.

Issue Number Description Fix Comment
Lower the warning level to avoid annoying debug message.
TP-46526 Unexpected Click when a finger moves out of TouchPad from edge Fixed unexpected click when a finger moves out of the ForcePad from edge.
TP-46325 Smart Sense setting doesnt get disable when we move Palm Check Slider to OFF(MIN) in HP_UXUI INF Fixed Smart Sense settings not disabled when we moved Palm Check Slider to OFF(MIN).
TP-46508 PnP IDs Request for HP Commercial 2014 platforms. Added 2014 platform PnP IDs.
TP-46509 Add ForcePad user guide and settings short cuts on the Desktop for hp_uxui Added short cut of ForcePad user guide and settings on dekstop for hp_uxui,
TP-46510 ForcePad Settings shot cut does not work Fixed ForcePad Settings shotcut link does not work.
TP-46511 Remove left and right button controls from main page for Bullet Removed left/right button controls from mouse properties page.
TP-46512 Add a slider in Scroll tab to control force continuation scrolling Added a slider in Scroll tab to control force continuation scrolling.
TP-46513 Add edge swipe zone adjustment UI on UXUI Added Edge swipe zone adjustment GUI.
TP-46515 Change default settings in hp_uxui to match hpnewui Added ForcePad related gesture videos. Modified ForcePad user guide to match uxui. Changed edge motion zone size. Adjusted default settings. Notofied KBC when the TP is active so the KBC can trun on backlight.; Enabled DBL Tap to disable/enable TP for some groups.; Adjusted button zone height and removed "Enable Gesture" because in uxui there is no one checkbox to disable/enable all gestures.; Enabled the filter to filter out wrong force and turned on gesture retry in button zone.

Issue Number Description Fix Comment
TP-46389 HP-UXUI: Incorrect default Rotate setting for ForcePad Fixed incorrect default Rotate setting for ForcePad.
TP-46391 HP-UXUI: Incorrect UI Design for ForcePad Click Fixed Incorrect GUI Design for ForcePad Click Page.
TP-46451 HP-Bullet UXUI: Missing Tray Icon Option menu items Fixed Missing ForcePad Tray Icon Option menu items.

Issue Number Description Fix Comment
TP-46362 HP-UXUI: The underneath radio button should be disabled when Double Tap To Enable or Disable TouchPad checkbox is disabled Fixed GUI radio buttons not disabled issue when "Double Tap To Enable or Disable TouchPad" checkbox is disabled.
TP-46374 Update HP_uxui to match hpnewui for ForcePad Updated hp_uxui to match hpnewui.

Issue Number Description Fix Comment
Upgrade the build environment to VS2013 and WDK 8.1. Change the driver version to 18.0.0.
TP-46243 Difference performance of 2 Finger Tap Wait 20ms delay and retry ModeSwitch until it is sucessful or timeout.
TP-46296 HP_UXUI: Click tab refresh issue Fixed GUI Click tab refresh issue.

Issue Number Description Fix Comment
TP-46162 HP-_project_: Unable to set EdgeMotion Speed faster than default Increased maximum edgemotion speed which has more selections from the edge motion speed slider.
TP-46206 Locking Drag has no function in OEM INF Fixed Lock Drag no funtion issuel.
TP-46218 Calculate the force after TPFiler Calculate the force after TPFiler
TP-46220 Make ClickDrag edgemotion on ForcePad Made ClickDrag edgemotion work after force calculation was moved after CTPFilter.

Issue Number Description Fix Comment
TP-45899 Add Code for supporting Legacy TouchPad PC settings opt-in on win 8.1 Add code to support Legacy touchpad setting on win8.1
TP-45967 BSOD on version 17.0.8.11 Check IRQL before calling KeClearEvent.
TP-46066 2F click & drag terminates when the force is relaxed = make it similar to 1F click & drag Added code to support 2F drag with force released.
TP-46082 BSOD after S3 resume Move startTimer in front of syn function.

Issue Number Description Fix Comment
TP-46014 OEMWPF and OEMWPF_RMIHID: TP can't work after drag file with DragLock function enabled with TP v17.0.17.0 Added fix to release drag lock after 500ms timeout, and not make touchpad frozen. Update code to allow dribble packets to be sent, but not mess other sending group packets.
TP-45573 HP-UXUI: display issues on Advanced-SmartSense tab Fixed display issues on Advanced SmartSense tab.
TP-45965 Linux Bullet Fn+F2 not working Fix an issue that Linux Bullet Fn+F2 not working

Issue Number Description Fix Comment
TP-45281 Click action is not consistent Fixed the issue which checked wrong registry control for enabling/disabling 1Palm+MF clicking.
TP-45755 resting palm + 1F click or 2F click support Removed TL2s.
TP-45976 Skip force calculation for Palm Skipped force calculation if there is only palm without any finger.
TP-45965 Linux Bullet Fn+F2 not working Fix an issue that Linux Bullet Fn+F2 not working
TP-46003 Add new help strings for ForcePad on UXUI Updated help strings for ForcePad UX UI.

Issue Number Description Fix Comment
TP-45934 Add different force release threshold for 2F drag there is one finger in the button Added another force release threshold for 1F resting + another finger drag.
TP-45976 Skip force calculation for Palm Skipped force calculation for palm object.; Skipped force calculation if there is only palm without any finger.
TP-45977 Add "Enable Force" in the tray icon to disable/enable force continuation. Added control option "Enable Force" in tray icon that allows end user to enable/disable force conitnuation pinch and scrolling, and 2F clicking.
TP-45965 Linux Bullet Fn+F2 not working Fix an issue that Linux Bullet Fn+F2 not working

Issue Number Description Fix Comment
TP-45281 Click action is not consistent Added registry control to enable/disable 1Palm+MF clicking.
TP-45755 resting palm + 1F click or 2F click support 1, Used ClickSmart for 2F click in ForcePad, we don't need to consider the force. 2, Made 1Palm+1F and 2F click work.
TP-45756 resting palm + 2F tap Fixed bit mask. Reimplemented MF tap with resting fingers in button zone.
TP-45918 Add FW RawPacket Position filter to the driver Add FW RawPacket Position filter to the driver

Issue Number Description Fix Comment
TP-44750
(20130628 meeting with Kirk)
After log file capture Kirk would like the default folder opened so that the log file can be copied or viewed instead of just closing Add option for user to open log file folder after collecting diagnostic info
TP-45827 Add option to show progress either in current command prompt window or show it in another command prompt window title Added an option to show progress either in current command prompt window or show it in another command prompt window title

Issue Number Description Fix Comment
Added HID mouse filter callback functions.
TP-45582 BSoD on WHCK test Keyboard filter driver should pass specific IOCTL to function driver.
TP-45786 BSOD 0x1E occur when customer uninstall driver For uninstall case, we still need to unregister notification handler.
TP-45792 988033 Touchpad cannot be disabled/Enabled by hotkey(Fn+f2)on bullet unit Fix Mux KBC if touchpad is connected to port 1, 2 or 3.
TP-45801 Keep motion/tap/gesture suppression after palm before timeout Last palm time stamp variables were reset. Fix "keep motion/tap/gesture suppressed after palm before timeout" feature.
TP-45803 Show right asic type from Diag. page Show right ASIC type for 1320 and 1321 on Diag. page.

Issue Number Description Fix Comment
TP-45582 BSoD on WHCK test Fix BSOD when doing system WHCK test
TP-45663 BSOD for WHCK "Fault Injection Test" Fix WHCK Fault Injection Test

Issue Number Description Fix Comment
TP-44637 Testarossa - BITS087995: [PT_TSA]Sometimes mouse cursor don't change icon as scrolling Added fix to show custom cursor correctly.
TP-45194 English description on Simplified Chinese OS Update translations
TP-45590 BSOD 0x10D occur when doing Restart,S3 and S4 +LAN (Right usb port) 14 hours Unregister RMI callback func before register it.

Issue Number Description Fix Comment
TP-45504 Spyder ULT - There is no function after install driver Pass the WdfRequest handle to the WDF function .
TP-44933 HP_UXUI: Unable to configure the configurable action items for Three-Finger Click Fixed Not able to configure the action items for Three-Finger Click.

Issue Number Description Fix Comment
TP-45258 OEM_project_ (SYN1E62) - BSOD after installing v17.0.9 driver Use InterlockedExchange() and add comments.

Issue Number Description Fix Comment
TP-45096 Device fails detection after reflashing fw using SynapticsReflash found in v17_0_7 Fixed Device fails detection after reflashing fw
TP-45258 OEM_project_ (SYN1E62) - BSOD after installing v17.0.9 driver Use atomic variable to avoid reentry and add timeout mechanism as well.

Issue Number Description Fix Comment
TP-45258 OEMEnvy (SYN1E62) - BSOD after installing v17.0.9 driver Rollback codes. It seems problem to call Mutex acquire function in DPC.

Issue Number Description Fix Comment
TP-45025 After use touchpad to reboot system, it would BSOD in OS Check IRQL before calling RtlQueryRegistryValues function.
TP-45111 Mode switch failed on Win8.1 Suppor OEM SMBus Host Controller.
TP-45147 Cusor jumps with OEM 5BFP Add mechanism to avoid reentry for SMBus driver. Port reentry avoidance mechanism to CRMIPort.
TP-45199
(933574)
933574 IPE-SLED11 SP2/30.10.1/Thriller 1.0/Touchpad light doesn't tune amber when Double tapping on Up-Left corner to Disable Touchpad. Fix an issue that touchpad LED does not get turned on/off when disable/enable the touchpad

Issue Number Description Fix Comment
TP-42303 Improve Driver build process and release note for customers Remove useless notification in middle of build; Fix file verification script; Fix UTF-8 failure to translate non-ASCII apostrophe in release notes
TP-44354 Horizontal two finger scrolling can't work on PDF file via win8 PFD APP Fix horizontal scrolling becomes vertical scrolling in Metro simple Chinese pdf reader
TP-44770 Bonsai - Can not use zoom in/out function after put a third or more fingers on the touchpad Avoid canceling pinch action when more finger down feature is set.
TP-44975 WHCK Failure (PS/2) - 17.0.5.3 | HPConsumer.inf (Next/Blue) Added Synaptics generic compatible ID *SYN0002 for all PS2 touchpad infs; Added a hack until Microsoft fixes its WHCK tool
TP-45042 Scrolling is not smoothly on metro app Photos and Camera while ZoomPerfect is enabled Fix injection error for 2 finger scrolling gesture under Metro-mode app. This error will cause scrolling not smooth.
TP-44907 Build - 17.0.5 Inf - HP_UXUI: some Controls are overlapping in Click tab Fixed controls overlapping issue in Control Panel Click tab.

Issue Number Description Fix Comment
TP-44571 Spyder ULT - Default setting is incorrect Duplicate of ClickpadViews, ClickpadViewModel for OEM Win7 UI for 2013.
TP-44879 OEMWPF TPPB - modified Win7 UI for 2013 Changed help text. Added new help text, all in English for now.

Issue Number Description Fix Comment
Display ACM 2.0 type in Diagnostic panel
TP-44941 Getting wrong register offset of ACM20 existence for old FW Parsing ACM2.0 existence information correctly.; Update the packrat number.; Provide ACM2.0 disabled setting.

Issue Number Description Fix Comment
Follow-up: add registry overrides for RMI4 caps; Add RMI4 capabilities query to API
TP-44188 Customer wants previous release notes combined with current release notes Add a "history" feature to ReleaseNotes.HTML; Build script now creates a history from previous release notes
TP-44828
(958966)
It will pop up the error "SynTPEnh.exe-Entry Point Not Found" at the end of insttalling Synaptics driver on Vista 32&64. Fixed SynTPEnh and SynTPHelper crash in Vista with driver built with Vs2012
TP-44186 HPuxui Left/Right handed option cannot set Fixed control panel Left/Right handed option not settable issue.
TP-44790 PNPID request: HPnewUI.inf and HP_uxui.inf Added new PnP ID.
TP-44830 BSOD(SynTP.sys) happened when resume from S3 on Velma Win8.1 Fixed a BSOD which was caused by NULL filter during device detection.

Issue Number Description Fix Comment
Do fixme and handle F11 data offsets properly. Still a wip since a large number of F11 data registers remain unchecked in the interrupt handler.
TP-44721 Geasture issue on Google Chromewith High DPI setting Fixed issue of two finger scrolling not working when cursor is near the right edge of the window with DPI=150%
TP-44750
(20130628 meeting with Kirk)
After log file capture Kirk would like the default folder opened so that the log file can be copied or viewed instead of just closing In Windows 8.1 Preview, the GetVersion(Ex) APIs have been deprecated.; In Windows 8.1 Preview, the GetVersion(Ex) APIs have been deprecated. Update Manifest
TP-44790 PNPID request: HPnewUI.inf and HP_uxui.inf Added new PnP ID.

Issue Number Description Fix Comment
TP-42303 Improve Driver build process and release note for customers For release notes, if "Contact" field is missing, print the Creator of the Jira issue; Create a default empty dictionary in case JSON load fails for invalid and missing Jira numbers; Use Python decode('utf-8-sig') to strip byte order mark out of text; Do not distribute Release.txt any more since it is not updated. Use ReleaseNotes.html.
TP-43964 ACM 2.0 change of algorithm strength driver meta-bug Make contact type interface consistent. Add HasACM2() query.
TP-44618
(TM-2768-001)
The systray icons will flicker when scrolling in a photos viewer with three finger flick Only turned on IME workaround for twist action instead of all gestures for Photo Viewer.
TP-44682 Use maximum force instead of total force for multiple fingers click Used maximum force instead of total force for MF click.
TP-44692
(ECR177029, ECR176429)
Copyright issue Update Coypyright to 1996-2013

Issue Number Description Fix Comment
TP-44299 Right side, down side "Return at edge of screen" in Momentum doesn't work Fixed the bounce off screen edge in momentum not working issue with high DPI.

Issue Number Description Fix Comment
TP-44440 Convert packet count to time Improve taps-Convert packet count to time.; Make gesture work properly for different report rates of devices; Make PalmOnPad gesture works normal for various report rate of devices.; code improve by rename a function.; Add a utility function to clear packet.
TP-44531 Silent Uninstallation fail in in toshiba.inf Silent Uninstallation fail with SynIsdll built with Vs2012; Silent Uninstallation fail in in Win8 x64
TP-44533 Application crashes when we double tap on the top left corner of the TP to disable the touchpad in HPNEWUI v17.0.0 Changed call convention from std to cdecl to fix syntpenh creash when it reads Png file.
TP-44564 ACM2.0 can't work on OEM machine FollowUp:Change uiQuery36Offset -- to uiQuery36Offset--.; Correct RMI query parsing.
Issue Number Description Fix Comment
TP-44045 _project_ (175) - Tap to click will invalid for few seconds after 2 or 3 finger slide on pad Improve conmunication between API and Kernel Driver.;
TP-44046 _project_ (176) - Continue tap the 2-finger on the touchpad surface will always trigger both of mouse right and left button events. Improve tap vs drag with 1F and multifingers, as well as communication between API and Kernel Driver..
TP-44244 Task tray Synaptics icon, "Pressure graph" and "MoodPad" items cannot be seen. Fixed the wrong location of popmenu by right clicking trayicon, when the size of all items is set to 150% in control panel.
TP-44299 Right side, down side "Return at edge of screen" in Momentum doesn't work Fixed the bounce off screen edge in momentum not working issue, when the size of all items is set to 150% in control panel.
TP-44300 Enable Tap zone, even touch right up corner, Maximum windows doesn't work Fixed the issue of maximizing windows not working, when the size of all items is set to 150% in control panel.
TP-44348 Switch from VS2005 to VS2012 by Default Save 2005 solution; Switch from VS2005 to VS2012 by Default Use include and lib files from T drive; Bump SynTPCo19.dll to SynTPCo20.dll; SynDell;share\Png; Solution files; KmdfLibraryVersion = 1.11, WdfCoInstaller01011.dll; SynOsLib dir.lst; Remove ...2012.sln files; Inf2Cat; forcetext2bin; Use Include and lib files from T drive
TP-44457 16.6.5 sony2006.inf Two-Finger horizontal scroll failed. Only read application specific settings when apps switch happens, otherwise some user specific settings will be overridden if CPL is opened and changes are not apllied.