Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-35328 ✗ | [DELL_PTPHID] Silent Uninstall can't remove files clearly | ||
HDR-36010 ✗ | Kyloren-KBL - TP no function after S3 LR. | The PTP inbox driver queue could stall during S3 LR stress test. If inbox driver is stalled, touch is not working and require restart device. | Changed PTP touchpad filter driver to configure and handle framework power management events. |
HDR-36017 ✓ | [Vegas][SKL][WIN7x64] TP should work when enable "Disable TP when USB mouse present" before USB mouse plug in | There are two virtual mouse device in Vegas device. Touchpad will be disabled when virtual mouse device is detected. | Add two virtual mouse device into Exclusion list. When virtual mouse device is detected, they will be filtered. |
HDR-36246 ✓ | [Italia] Touchpad no function at login screen when disabled in OS. | For MTP device, TP driver will be enabled by itself when the session is changed. However, there is no feature on PTP device. | For PTP filter driver, we will not show the popup notification when the session is change. |
HDR-36311 ✓ | Remove HWID for Italia (PTP filter driver) | Remove HWID "DELL07E6" for Italia. | |
HDR-36316 ✓ | Apply HWID for Loki13" and Armani 13"/14" (PTP filter driver) | Apply new HWID for Loki13" and Armani 13"/14". | |
HFW-2576 ✓ | Kylo Ren | Input Test Result from MSFT | Finger packet is delayed and "sampling rate" is reduced from 135/s to 121/s. | Call the notify callback function directly and pass context, the slave address, and the data. It can increase "sampling rate" from 121/s to 135/s. |
Issue Number | Description |
---|---|
HDR-36197 ✓ | Change TP enable\disable icon |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-36206 ✓ | Synaptic touchpad, slow scrolling Firefox and Chrome, try to slowly scroll with 2 fingers at the touchpad. | When scrolling with small amount, our "ScrollingSmoothnessFactor" adjustment has bug that will change scrolling directions form time to time, so to make scrolling not smooth. | For now, do not turn-on the flag so scrolling will response to finger's actual speed properly, until we fixed bug. |
HDR-36242 ✓ | Modify HWID for Starlord KBL R (PTP filter driver) | Change some HWID from HID\DELL0704, HID\DELL0708, HID\DELL0709 to HID\DELL0804, HID\DELL0808, HID\DELL0809. | |
HDR-36248 ✓ | Firestart 15"/Armani 15" Apply HWIDs | Add new HWID. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-36010 ✗ | Kyloren-KBL - TP no function after S3 LR. | ||
HDR-36033 ✓ | Apply HWID for Starlord KBL R (PTP filter driver) | Add new HWID. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-36033 ✓ | Apply HWID for Starlord KBL R (PTP filter driver) | Add new HWID. | |
HDR-36074 ✓ | Apply HWID for Vegas Win7 | Add new HWIF into v19.2.17 Dell main branch. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-35846 ✓ | [DellWPF_Win10_PTP Filter Driver] Can't successfully install v19.2.17.54 DellWPF.inf driver on Dell Loveland system (HIN-759) | Some paths in PTP filter driver are not correct, so they cause TP driver fail to launch. | Modify Progfiles location to Dell\Touchpad. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-35144 ✓ | Berlinetta P MLK - Apply HWID for ACPI\DLL07BF | Add new HWID. | |
HDR-35336 ✓ | [DELLWPF_PTPHID] Failed to uncheck the feature of "Disable navigation in the button zone" while performing one-finger click on left button zone | When navigation state is changed from "enabled" state to "disabled" state, we will modify tip state of PTP finger packet. Sometimes, we can report unnecessary finger packet. It causes wrong behavior. | We only check navigation state if device packet with finger down comes. |
HDR-35391 ✓ | [Dell_Win7] 2F scroll, rotate, pinch and 3F swipe up/down/left/right and 4F swipe left/right gesture not working after resuming from S4 | When 4F swipe gesture is triggered, we don't release SuppressProcess function. Multi-finger gestures will be blocked by SuppressProcess function. | We need to release "SuppressProcess" function after all finger are released. it can avoid that other gestures fails. |
HDR-35762 ✓ | Please add releasenote into Dell folder after driver installation | Release note doesn't exit in Dell folder. | Add release note into Dell folder. |
Issue Number | Description |
---|---|
HDR-35402 ✓ | Merge DellWPF_PTPHID.inf into DellWPF.inf |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-34173 ✓ | Change proper touchpad picture on mouse properies. | We will choose correct picture after detecting device type(TPPB or TPIB). Hence, we can change any picture dynamically. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-34173 ✓ | Change proper touchpad picture on mouse properies. | We will choose correct picture after detecting device type(TPPB or TPIB). Hence, we can change any picture dynamically. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
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-34560 ✓ | Vostro HSW 3558 - Check disk will be cancelled automatically after installing touchpad driver | After disable/enable keyboard, EC will send a scan code. Scan disk will be cancelled by this scan code. | For short term, remove 97 command and disable MUX of KBC. For long term, EC should check why it needs to sends a scan code. |
HDR-34879 ✓ | Pop up Windows Security message on 19.2.17.42 | Sometimes, temporary files(v18.1.44.0) are not removed after installing v18.1.44.0. Some files(SynRMIHID.inf or SynSmbDrv.inf) are not used in new TP driver. However, they still exit in temporary folder. OS will show warming message if we use wrong files to install TP driver. | Remove old temporary files before extracted new driver package. |
HDR-35144 ✗ | Berlinetta P MLK - Apply HWID for ACPI\DLL07BF | Add new HWID. | |
HDR-35187 ✓ | Change icon for touchpad enable/disable notification | Upload Dell's notification icon. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-35144 ✓ | Berlinetta P MLK - Apply HWID for ACPI\DLL07BF | Add new HWID. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-35144 ✓ | Berlinetta P MLK - Apply HWID for ACPI\DLL07BF | Add new HWID. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-34560 ✓ | Vostro HSW 3558 - Check disk will be cancelled automatically after installing touchpad driver | After disable/enable keyboard, EC will send a scan code. Scan disk will be cancelled by this scan code. | For short term, remove 97 command and disable MUX of KBC. For long term, EC should check why it needs to sends a scan code. |
Issue Number | Description |
---|---|
HDR-34112 ✓ | Driver location change to Windows apps Dell folder |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-34495 ✓ | Can move touchpad icon to pop up message? | Customized notification icon. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-34358 ✓ | [DELL] Silent Uninstall can't remove files clearly | Duplicate of HDR-33047 Missing start /wait rundll32.exe "c:\Program Files\Synaptics\SynTP\SynISDLL.dll",SilentUninstall_CallerWillReboot | Note if to run silent uninstall then reboot in a script # Need to run the script elevated as admin # Add *start /wait* for the call of rundll32 so the uninstall must finish before the script call to shutdown -r -t 0 start /wait rundll32.exe "c:\Program Files\Synaptics\SynTP\SynISDLL.dll",SilentUninstall_CallerWillReboot shutdown -r -t |
HDR-34552 ✓ | [DELL_Win10_Miniport] TouchPad not working after overwrite install v19.2.17.44 DELLWPF.inf | After overwrite install the same driver, we don't need to disable/enable HID mini driver again. Additional "disable/enable Touchpad" command causes HID mini driver fail. | Remove additional "disable/enable Touchpad" command. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-34485 ✓ | Vegas(miniport driver)-Cannot switch off thru MSFT PTP GUI | Root cause: Coinstall maybe fail to get install relative value only from HKR or HKLM because kernel driver will move these values from HKR to HKLM while loading at first time. | Solution: Get these values from both HKR and HKLM. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-34258 ✓ | Drax - There is no click function while left and right figner on TP | Clicking is filtered by "Origination filter" feature. | For ACM2.0, we don't enable "Origination filter" feature. For ACM2.1, we also will disable it. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-33656 ✓ | Loveland - Touchpad increasing the CPU utilization to 50%. | For that CPU utilization is too high, the root cause might be the system is stopping the process and processing the cmd timeout to cause the high CPU utilization when 97 cmd isn’t issued. | Dell requests to remove 97 command. |
HDR-34077 ✓ | Dell Cassini 15/17: TP backlight issue when activating TP by zigzag gesture | After reading EC's status, busy bit will be launched. We will be blocked by busy bit before sending FF command to clear busy bit. | After reading EC's status, busy bit will be launched. Compal suggests that we should ignore busy bit and check IBF bit. We will follow Compal's flow chart of 686C port. |
HDR-34183 ✓ | BSOD (0x9F) on RS1 | WDF request is not completed. | Complete the WDF request |
Issue Number | Description |
---|---|
HDR-32253 ✓ | Dell PTP filter driver: enalbe/disable navigation in button zone and improve cursor jumping and zig zag |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-32253 ✓ | Dell PTP filter driver: enalbe/disable navigation in button zone and improve cursor jumping and zig zag | Per customer request, added PTP filter driver feature to enable/disable navigation in button zones. | |
HDR-33609 ✓ | Please check hot key disable Ctrl+Win+F24 on MTP driver and Mini port driver | Support Hot Key Disable "Ctrl+Win+F24". | |
HDR-33877 ↻ | Could you also study 4finger swipe (Win logo key + Ctrl + Left/Right) for non-PTP and supports this gesture from Win 10 RS1 | ||
HDR-33885 ✓ | BSOD on Drax 19.2.17.33 | RtlIsNtDdiVersionAvailable is only used in PASSIVE_LEVEL. The IRQL at which a driver routine executes determines which kernel-mode driver support routines it can call. For example, some driver support routines require that the caller be running at IRQL = DISPATCH_LEVEL. Others cannot be called safely if the caller is running at any IRQL higher than PASSIVE_LEVEL. | Check OS version at PASSIVE_LEVEL. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-33609 ✓ | Please check hot key disable Ctrl+Win+F24 on MTP driver and Mini port driver | Support Hot Key Disable "Ctrl+Win+F24". | |
HDR-33726 ✓ | Dell Alienware 13 (Echo 13): cannot open GUI in Win10 BPOR language | Some setting is wrong in PT-BR language XML. It causes parsing function fail. | Correct wrong setting. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-33806 ✓ | Dell Turis: change driver from miniport to MTP (PnPID: HID\DELL078A, HID\DELL0789, HID\DELL078C, etc) | Dell requests to change driver from miniport to MTP. | Change driver from miniport to MTP. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-31630 ✓ | [Win10_Dell_RMIHID_HIDMINI] Miniport driver setting did not be cleaned after turned off TouchPad then uninstalled / installed driver. | The user disabled Precision TouchPad from MS settings GUI. Uninstall and reinstall driver, the HKCU Precision TouchPad registry is still disabled. | The driver will check and enable Precision TouchPad after clean install. |
HDR-33177 ✓ | Pop up message while driver install on PTP | - Update code for setup installation with MatchID based on OS supported - Added new message "No need to install Synaptics pointing device drivers." Only one OK button, when click will exit installation with success code as 0 | |
HDR-33476 ✓ | Dell Vegas: 2-finger scrolling failed sometimes on Chrome browser | For T1321 device with ACM2.1, we need to add ACM2.1 setting. If we don't add ACM2.1 setting, the cursor may be disabled by "hovering object". | Add ACM2.1 setting and avoid that PTP packet is disabled by "hovering object". |
HDR-33597 ✓ | Synaptics mup.xml registry setting is quite different from my understanding. | Some mup configuration is wrong and doesn't meet Dell mup team's request. | Correct mup configuration. |
HDR-33669 ✓ | TP No function at right hand side | 19.3.4.10 | Acer.Inf(MiniPort Driver) | We should use our service to disable/enable the device to re-enumerate the HID device to retrive PTP report descriptor so that the touchpad size information in report descriptor will be correct. | Add the setting in EnhCallerService to disable/enable our device once the touchpad size in registry is generated. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-33312 ✓ | [Dell_Win10] Tapping function will be triggered when user do 2F scrolling continuously in Store application | We modify the condition of "PS2" function that converts one by one PS/2 raw packets into a group of packets. When the finger count of PS2 RawPacket is less than 2F, we will lose some primary finger data. Wrong primary finger data causes 1F tap action. | Correct the condition of "PS2" function that converts one by one PS/2 raw packets into a group of packets. We will not get wrong primary finger data. |
HDR-33392 ✓ | [Dell_Win10] TouchPad did not pop up notification when user enable "Disable Touchpad when USB Mouse present" function then plug / unplug external USB mouse. | TP notification is disabled. | Enable TP notification. |
HDR-33422 ✓ | Dell Cassini15/17: TP buttons no function | "Omni mode" function is used for clickpad device(TPIB), not touchpad devce(TPPB). For TPPB device, Omni mode function should not be used. It will break "both button" feature if Omnni mode function is used on TPPB device. | If device type is TPPB, "Omni mode" function will not be used. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
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. | We simulate wheel-mouse scrolling for Windows Photo Viewer, so scrolling on touchpad just as same as using an USB mouse to move mouse-wheels, which is zooming. This behavior is not a bug but by Target window's response to mouse-wheels. | Since user asks for doing scrolling rather than zooming, and we do not have this feature before, we just added a new feature to handle scrolling with this application. (internal info: we do not have key scroll for continuous scrolling, i.e., when we use key scrolling, we generally only do once for plugin action; we also never did real vertical scrolling with key scroll; now we can use Alt + arrow keys to scroll in this window app, with some adjustment in speed so scroll will be quick and smooth). |
HDR-33176 ✓ | Provide test driver for clicksmart and behavior leverage PTP | Change "Click Action" to follow Microsoft's behavior. Customer needs to use specific registry to change clickpad mode from "Omni" to "ClickSmart". | |
HDR-33236 ✓ | [Dell_Win10] Button function will unworkable after enabled touchpad by zigzag gesture. | After using Dell GUI to disable touchpad state, button state has been disabled at the same time. Zigzag gesture only enables touchpad statue, not button state. | When we use Dell GUI to disable touchpad state, we don't disable button state at the same time. |
HDR-33334 ✓ | Berlinetta MLK - Remove HWIDs DLL07BE and DLL07BF | Remove DLL07BE and DLL07BF HWIDs. |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-33178 ✓ | Page will jump back and Sometime scrolling speed will become fast | Add timer method. Time difference between last touch-injection packet and current touch-injection packet must be more than 8 ms. | |
HDR-33176 ✓ | Provide test driver for clicksmart and behavior leverage PTP | Change "Click Action" to follow Microsoft's behavior. Customer needs to use specific registry to change clickpad mode from "Omni" to "ClickSmart". |
Issue Number | Description | Root Cause | Solution |
---|---|---|---|
HDR-32783 | [Dell_Win10] Primary button can be triggered by 24mm and 30mm slug. | ||
HDR-33146 | Remove Dino2 MLK HWIDs | (I have removed Dino2 MLK HWIDs in the trunk and v19.2.17 Dell test main branch.) |
|
HDR-33168 | [Dell_Win7] Scrolling bar will jump and not smooth when user do two finger (2F) scrolling by IE browser. | (Update root cause. In Windows 7, Scroll bar will jump when mouseData is more than 300. ) |
(Solution : Change scrolling method on Windows 7 IE from "SendInput" to "SendMessageTimeout".) |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32748 | Improve gesture performance while we remove touch injection on HDR-32317 | Move code from "setup" to "SynTPcol" because setup.exe will not be executed on Windows update. |
HDR-33120 | Iris_KBL - Apply HWIDs DELL07AE and DELL07AF | Apply HWIDs for Iris_KBL. |
HDR-33141 | Berlinetta MLK - Apply HWIDs DLL07BE and DLL07BF | Apply HWIDs for Berlinetta MLK |
HDR-33150 | [Dell_Win10] Two finger (2F) click can't trigger shortcut menu. | Two finger (2F) click can't trigger shortcut menu. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-33067 | [Dell_Win10] Cortana and Action center still can be triggered after unchecked 3F / 4F tap then saved. | Fix an issue that 3F/4F-tap action still triggered even if is disabled. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32978 | Build Request - 19.2.17 | DellWPF | According to Dell UX team's request, remove touch-injection feature on Degas, Iris device. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-33013 | disable button can`t keep state after tablet mode -> normal mode | Merge code : Remove button action process from disabling/enabling TP. |
HDR-32900 | [SUS_Iris BSW&BDW] Three finger Gestures of Swipe Left/Right have no function. | In Win 7 and Win8.1, 3F/4F finger Gestures of Swipe Left/Right have no function. |
HDR-32959 | Taos - Apply HWIDs | Apply HWIDs for Taos. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32943 | Degas AMD - Use one finger select another finger quickly move folder will be a shortmenu.(FR:100%) | Use one finger select another finger quickly move folder. The shortmenu will be trigered. Fix Omni mode bug. |
HDR-32979 | TP still work after go to tablet mode | Add PseudoSuspend enable/disable Key for tablet mode. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32952 | Degas AMD - Degas-AMD:The TP Palm Rejection function will auto check if uncheck after PM station.(FR:100%) | Palm Rejection function will be enabled automatically after S3/S4/restart/S5. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32748 | Improve gesture performance while we remove touch injection on HDR-32317 | Don't show "touchinjection" feature on system information.; Because touchinjection's information will not be showed on system info page and the layout of the time and date display is correct, enable touchinjection feature on Iris, Degas devices.; Don't show "touchinjection" feature on system information. The layout of the time and date display in taskbar shouldn't be changed even if we use touchinjection feature.; [ ] Remove unnecessary code and add comments. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32802 | [Dell_Win10] Three fingers (3F) flick up will trigger task view when user do 3F swipe up from windows minimize with Mouse properties window. | Fixed Win10 three finger gesture task view window display issue. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32317 | Degas AMD - The time and date display incomplete in taskbar | Don't show "Windows touch support with 2 touch points" on system information before we use touch-injection. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32597 | 3F Flick fail rate issue and did not match to Demo video | [branch] v19_2_17_main_branch: 3F flick down fail at first bootup without any Win+D appear. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32548 | Dell unified driver: combine DELLWPF and DELLWPF_RMIHID and DELLWPF_RMIHID_HIDMINI into one package | Rollback code. |
HDR-32702 | Iris - Remove touch screen support (same as HDR-32317) | Remove touchinjection feature on these HWIDs (Dll0731, Dll0732, DLL06AB,DLL06AC, DLL06B0, DLL06B1 ). |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32548 | Dell unified driver: combine DELLWPF and DELLWPF_RMIHID and DELLWPF_RMIHID_HIDMINI into one package | Separate Win7/8.1/10 HWID in unified driver.; Remove DellWPF UI on mini port driver. |
HDR-32685 | Dell Turis (Win10 miniport PTP): add PnPID HID\DELL078A, HID\DELL0789, HID\DELL078C, etc | Add PnPID for Dell Turis. |
HDR-32687 | [Win10_Dell_RMIHID_HIDMINI] The frame of switching apps will keep flicker when user do 3F horizontal swipe. | Disable all zone for HIDMINI and PTP device. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32548 | Dell unified driver: combine DELLWPF and DELLWPF_RMIHID and DELLWPF_RMIHID_HIDMINI into one package | Remove DellWPF UI on mini port driver. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32548 | Dell unified driver: combine DELLWPF and DELLWPF_RMIHID and DELLWPF_RMIHID_HIDMINI into one package | Remove DellWPF UI on mini port driver. |
HDR-32641 | Fireload - Apply HWIDs | Apply HWIDs for Fireload. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32203 | Dell miniport driver - drag and drop file | Disable palm spliting feature on HIDMINI driver temporarily. Dell UX reports that it is hard to drag and drop file after enabling palm spliting feature. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32477 | [Dell_Win10] Clicking function can be triggered by 24mm and 30mm slug. | Clicking function shouldn't be triggered by 24mm and 30mm slug. |
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-32085 | Dell Gamora 15/17: apply two more HWIDs DELL077D, DELL077E | Remove Gamora PNPID by Dell's request. Dell changed decision about no win8.1/win7 support so we don't have to build driver for Gamora. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-32234 | [Win10_Dell_RMIHID_HIDMINI] Clicking function can be triggered by 24mm & 30mm slugs. | Rename ContinuouslyPalmCountAsValidPalm to ContinuouslyPalmCountAsValidPalmAfterFinger; Improve palm filter to convert palm to finger more flexible |
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-32263 | Dino2 MLK Apply HWIDs | Apply HWIDs for Dino2 MLK "DLL075B". |
Issue Number | Description | Fix Comment |
---|---|---|
Move Echo HWIDs (without DLL068B) from DellWPF_ECHO to DellWPF. DLL068B is duplicated for ECHO13(PS2/I2C) and ECHO15/17(PS2/SMB). Because ACPI\DLL068B is used for Synaptics HID device, DellWPF driver should be installed wrong. It causes driver fail and yellow bang. We can't use duplicated HWID in unified driver(DellWPF). Hence, keep DLL068B in DellWPF_ECHO. | ||
HDR-28619 | DELLWPF_RMIHID: TP button no function after resuming from CB without external mouse connected | We shouldn't save/change "EnableButtonAction" registry when button state is disabled by external mouse.; [ ] Rollback code |
HDR-32146 | Astro/Dali - Apply HWIDs | Apply HWIDs for Astro/Dali. |
HDR-32169 | Degas 15" AMD - wrong click behavior | Left/right button zone use driver default for ClickZone mode: 50% width of pad for L/R button width |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-31800 | Iris non PTP -3F swipe up and down have wrong behavior (there is no test mode show up). It is different with PTP | Sometimes we detected wrong Windows hide/show stae. TP driver still detected "all apps windows are hided" even if one or more apps are open.; If DesktopZ value is not zero, we can check ZOrder directly. For some Windows app, there is no minimized box. If we check WS_MINIMIZEBOX style, we will detect wrong Windows state. |
HDR-32072 | [Win10_Dell_RMIHID_HIDMINI] TouchPad will be enabled after turned off TouchPad then resumed from S3 (Sleep) lid action. | When ScheduleThread fails, PTP device will not be enabled/disabled. |
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-32032 (111825) |
Vertical & Horizontal scrolling is hard to use after zoom in photo | TouchInjection still works in win10 but we have to inject 1 Finger instead of 2 Fingers. We apply touchinjection because after zoom-in in Photos App, horizontal scrolling should move the picture left or right continuously. |
HDR-32058 | Dell Cassini15/17: no Dell logo in driver installation page and GUI | Remove Dell logo in driver installation page and GUI.; Remove Dell logo in driver installation page and GUI; [Followup] Check name rule. |
HDR-32064 | Dell Gamora 15/17: apply HWIDs | Apply HWIDs for Dell Gamora 15/17. |
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 |
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-30529 | [Dell_Marble Falls] TouchPad status icon show incorrect status when user connect with external monitor then close lid. | TouchPad status icon show "disable" state when user connect with external monitor then close lid. |
HDR-30893 | DellWPF_RMIHID - 2. 3finger up and down is not stable. While use three finger up to call out app will also call out the all apps list at same time. | Improve "3F flick up/down" performance. |
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-30893 | DellWPF_RMIHID - 2. 3finger up and down is not stable. While use three finger up to call out app will also call out the all apps list at same time. | Improve "3F flick up/down" performance. |
HDR-31313 | [Dell] Two finger (2F) horizontal scroll can't be triggered by MS Office PowerPoint. | Change touchinjection setting on MS Office PowerPoint. |
HDR-31396 | 2F horizontal scroll is too sensitive in Windows Photo Apps | Update settings for 2F scrolling in MS Photos for win10 Th2 (or v10586).; Set key scroll for Horizontal scroll in Microsoft Photos for win10.; Update 2F scrolling for Microsoft Photos in latest version of win10 (TH2 or v10586) |
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. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-31576 | [Dell_Win10] Inertial scrolling can be triggered by Microsoft Edge after disabled setting from DELL Pointing Devices. | When user disables intertial scrolling, disable the momentum feature on touch-injection. |
Issue Number | Description | Fix Comment |
---|---|---|
PRJ-35733 | Inertia, coasting and edge motion support for TouchInjection | Make scroll speed adjustment supported in touch injection |
HDR-31363 | TouchPad still be function by external monitor when simulate LCD close | Add lid open/close setting by default. TP driver will check system lid event by default.; 1. Add lid open/close setting by default. TP driver will check system lid event by default. 2. When metro app is minimized, metro app should be counted. 3F swipe left and rigth can switch apps while the apps are over two rows 3 . Enable touch-injection on Win10 all apps page. 4. Change sliderScale from 115 to 110 by Dell request. |
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-30885 | [Dell_Redwood Braswell] Palm function can't be triggered and mouse cursor can be moved by 24mm slug. | Use the default "W" threshold. |
HDR-31545 | New PnPID request : Drax | 1. Add new HWID. 2 Consolidate code. |
HDR-31578 | [Dell_Rocket] v19.2.1_DellWPF unified driver can't be installed successfully on Dell Rocket. | Change Rocket HWID. |
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. |
Enable touch-injection feature on Edge. | ||
HDR-30631 | One driver to fix same issue across two different platforms. | DLL068B is duplicated for ECHO13(PS2/I2C) and ECHO15/17(PS2/SMB). Because ACPI\DLL068B is used for Synaptics HID device, DellWPF driver should be installed wrong. It causes driver fail and yellow bang. We can't use duplicated HWID in unfied driver(DellWPF). Hence, separate all ECHO15/17 HWID to another driver "DellWPF_ECHO".; Correct the typo. |
HDR-31313 | [Dell] Two finger (2F) horizontal scroll can't be triggered by MS Office PowerPoint. | Enable touchinjection feature on MS Office PowerPoint. |
HDR-31330 | Iris Braswell - 3F swipe left and rigth cannot switch apps while the apps are over two rows | When metro app is minimized, metro app should be counted. 3F swipe left and rigth can switch apps while the apps are over two rows |
HDR-31456 | PNP ID change Rocket | PNP ID change for Rocket.; PNP ID change for Rocket. |
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-30631 | One driver to fix same issue across two different platforms. | 1. Implement unfied driver for Dell. |
HDR-31330 | Iris Braswell - 3F swipe left and rigth cannot switch apps while the apps are over two rows | When metro app is minimized, metro app should be counted. 3F swipe left and right can switch apps while the apps are over two rows |
HDR-31345 | 2F scroll speed slow one level by default | 1. Enable touch-injection on Win10 all apps page. 2. Change sliderScale from 115 to 110 by Dell request. |
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. |
Issue Number | Description | Fix Comment |
---|---|---|
Fix the error message on Dell Mup verification tool. | ||
HDR-31278 | WHLK issue - 19.0.15.14 Fault injection fail as BSOD issue. | Added kernel protection to fix the WHLK surprise WDF API failure. |
Issue Number | Description | Fix Comment |
---|---|---|
Add new HWIDs for Iris AMD Beema and Degas AMD Beema. | ||
HDR-30911 | [Dell Win10] Two finger (2F) horizontal scrolling can't be triggered with Weather app. | Enable touchinjection feature on Weather app. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-31137 | DELLWPF_RMIHID: MUP error when driver installed successfully on Echo13/15/17 | MUP error when driver installed successfully |
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-30893 | DellWPF_RMIHID - 2. 3finger up and down is not stable. While use three finger up to call out app will also call out the all apps list at same time. | "3finger up once" gesture only calls out the previous app when all app are minimized. |
HDR-30958 | Use disablekey(without GlobalDisable) to replace PseudoSuspendDisableKey. When logging other account, driver setting will not be affected by previous user. |
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-30121 | [Dell_Marble Falls] Click and tap functions will abnormal and trigger "Alt + Double click (tap)" or "Shift + click (tap)" after executed diagnostic page. | Added code to workaround PS2 key up missing issue. For a few Dell systems, when we are opening the diagnostic page, the system could not send Shift+Alt+I key up and that caused gesture actions not working. Implemented a workaround to relase Shift+Alt+I keys. |
HDR-30768 | DELLWPF_RMIHID: something wrong when cancelling MUP driver installation on Echo13/15/17 | When installing process is canceled by end user, we need to return "Error" state, not "Success" state. |
Issue Number | Description | Fix Comment |
---|---|---|
PRJ-35570 | Change coinstaller and setup program to install HID/SMB miniport driver | Added Dpinst exit code |
Fix gibberish in some language. | ||
HDR-30684 | DELLWPF_RMIHID: TP driver cannot be installed in Chinese win10 on Pandora Refresh | Fix "TP driver can't be installed in Chinese Win10" issue. |
HDR-30773 | [Dell 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. | Do not trigger 3 finger flick when 2 finger pinch/scrolling with resting fingers is triggered. |
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. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-30565 | Iris V19.0.15.2 UX issues | Two Fingers Click for Shortcut Menu Check on GUI is enabled by default in WIn10. |
HDR-30618 | Cannot do the 2finger horizontal scrolling on Store app | Use touch-injection to fix two issues. 1. Cannot do the 2finger horizontal scrolling on Store app. 2. 2finger scrolling on Photo is too fast and hard to control the speed. |
HDR-30632 | Same version of the driver does not have the same GUI on different platforms. | Enable zigzag, navigation GUI by default. |
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. |
HDR-30121 | [Dell_Marble Falls] Click and tap functions will abnormal and trigger "Alt + Double click (tap)" or "Shift + click (tap)" after executed diagnostic page. | Do not disable KB port. |
HDR-30463 | Remove DLL052E cuz it impact WU and it is for Spyder not our touchpad | Remove DLL052E cuz it impact WU and it is for Spyder not our touchpad? |
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. |
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-30281 | Cedar: Disable navigation in the button zone does not work under certain conditions | Disable navigation in the button zone should work when multi-finger gestures is disabled. |
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-30033 | OAK-Rotate setting can't be saved first time when check it. | Ignore "0x7E" scan code. For some devices witout LED feature, driver gets "0x007E" scan code after sending "97 04/05" command to EC. Touchpad will be suppressed by "0x007E" scan code. However, we can't remove LED feature on the device witout LED feature because the same HWID is used on the device with LED feature. |
HDR-30186 | Dell ADC Latitude E5450 retrofit (TP only, no stick) issues | Enable feature that keep suppressing cursor if finger down during inertia scrolling. |
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-29709 | [Dell_Win10] Four fingers (4F) tap sometimes will triggered Cortana. | Set palmdetect flag to ignore palm violation for Multifinger taps; rename a PalmDetect flag.; Improve Multifinger taps; Improve MF taps by adjusting some tap related conditions.; lower touch threshold for 3Finger and 4Finger gestures; Improve Multifinger taps: ignore Edge Palm violation; Make MF taps to be decoded easier.; [linux] fix break.; Set Ignore PalmViolation for MF taps as default.; Improve MF-taps and clicking for ForcePad by not calculate force for Multifinger on pad.; Do not set double-tap or drag for MF taps |
HDR-30123 | [Dell_Win10] Dell Pointing Devices can't keep custom setting values after upgraded driver. | Keep user setting values when upgrading driver |
HDR-30192 | DELLWPF_RMIHID: TP no function after lid-open in 19.0.9.4 | Remove DetectForceCompatibilityMode setting. |
HDR-30200 | PS2 WheelMouse pointing is not working | Fixed Mouse relative packet mode issue. |
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-28478 | Dell RedWood B & MLK "Pinch Zoom" function is not sensitivity and lag while doing two finger pinch zoom gesture by Firefox web browser. | Enable touch-injection on firefox web browser. |
HDR-28619 | DELLWPF_RMIHID: TP button no function after resuming from CB without external mouse connected | TP button should be enabled after removing a USB mouse. |
HDR-29772 | DELLWPF: reverse scrolling direction not working with Inertial scrolling disabled in W8.1 Reader APP on Echo15/17 | The direction of 2 finger scrolling can't be changed when apply the touch-injection. Fix it. |
HDR-29884 | [Dell_Win10] Two Finger (2F) tap can't triggered shortcut menu after enabled "Two Finger Click for Shortcut Menu" option. | In Win10, disable "2F tap/2F click" setting by default and disable .; In Win10, enable 2F tap setting by default. |
HDR-30022 | [Dell_Win10] BSOD and error: DPC_WATCHDOG_VIOLATION occurred after resumed from S3 / Sleep. (Failure rate 2/10) | Fixed DPC_WATCHDOG_VIOLATION error after sleep/resume on Win10. |
HDR-30030 | Latitude OAK 15 that the touchpad cannot be disabled by hot key Fn+F3 | Adjust hot key setting for Latitude OAK 15. |
HDR-30099 | [Dell_Win10] "Pinch Zoom" function is not sensitivity and lag while doing two finger pinch zoom gesture. | 1. Enable touch-injection feature on some projects. 2. Fix wrong setting. |
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. |
Add "Windows 10" setting into Dell MUP. | ||
HDR-29876 | DELLWPF: 3F swipe not sensitive on AW15/17 | Improve 3F swipe performance in on AW15/17.; [ ] Improve 3F swipe performance in on AW15/17. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28998 | Video for Windows 10 3F flick. | Added videos for Windows 10 3F gestures |
HDR-29312 | Redwood Braswell - Unsmooth scrolling/Pitch zoom gesture performance on Spartan | Improve scrolling/Pitch zoom gesture performance on Spartan |
HDR-29771 | DELLWPF_RMIHID: GUI tranlation not complete on Echo13 | Fix spelling of "Swipe" |
HDR-29772 | DELLWPF: reverse scrolling direction not working with Inertial scrolling disabled in W8.1 Reader APP | The direction of 2 finger scrolling can't be changed when apply the touch-injection. Fix it.; Apply touchinjection and enable "zoom in/out" and "2F scrolling" gesture in Microsoft Metro Window Reader. |
HDR-29876 | DELLWPF: 3F swipe not sensitive on AW15/17 | Improve 3F swipe performance in on AW15/17. |
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 |
Rename reflash packager. | ||
HDR-28843 | DELLWPF_RMIHID: GUI edge not symmetric in Win10 | Fix "GUI edge not symmetric" issue in Win10. |
HDR-29396 | Iris Braswell - Touchpad no function when idle after S4 long run | After we force to RMI mode, we have to enable RMI interrupt because FW disables the RMI interrupt every time if the driver swithces mode from 0 to 1 (RMI mode). |
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-29397 | DELLWPF_RMIHID: double click not working on Pandora HSW | 1. Reduce click debounce time to 8ms. |
HDR-29554 | DELLWPF: 4F tap not sensitive on AW15/17 | Change "Palm Detect" Config. |
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 |
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 |
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. | ||
Correct the typo. | ||
Delete current user setting after windows upgrate. | ||
HDR-29332 | [Dell_Win10] "Double click" and "Run" of Right / Left button actions can't be triggered. | Modify Win10 setting. |
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 |
Consolidate DellWPF Win10 setting. | ||
HDR-29176 | PnPID request: Pandora refresh | Add PnPID for Pandora refresh. |
Porting from branch to 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-28962 | Dell Win 10 non PTP driver Request | Enable Win10 PTP multi-fingers features on MTP device. Re-layout DellWPF UI for Win10 and wait for Dell's Win10 UI spec.; Enable Win10 PTP multi-fingers features on MTP device. |
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-28962 | Dell Win 10 non PTP driver Request | Enable Win10 PTP multi-fingers features on MTP device. Re-layout DellWPF UI for Win10 and wait for Dell's Win10 UI spec.; Rollback the Win10 PTP multi-fingers feature.; We should be able to trigger 3 finger flick gesture no metter how long the fingers rest on the touchpad. |
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-28295 | Please remove Left/Right Edge Swipe from UI since Win 10 doesn't support this gesture | Remove Left/Right Edge Swipe from UI since Win 10 doesn't support this gesture. |
HDR-28853 | Dell Spyder: in Win10, GUI should show "activate touchpad by zigzag" | Only add Dell five star feature into group 2 and group 4. Add Dell five star feature into Dell common setting. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28731 | Add FeatureScore for all OEM INFs. | Fixed build errors.; Added FeatureScore in INF so OEM driver is always picked by WU first so the generic driver can be overridden in WU. |
HDR-28736 | Change SMBus mode switch retry to zero | Removed SMBus mode switch retry from SwitchMode because there is a retry logic in the low level driver (retry 16 times). |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28581 | Dell Plano-M - v18.2.3 - DellWPF.inf - Scrolling some time does not control in Chrome browser | Touch-inject feature doesn't work on specific page of Chrome browser. Disable touch-inject feature in Chrome browser. |
HDR-28581 | Dell Plano-M - v18.2.3 - DellWPF.inf - Scrolling some time does not control in Chrome browser | Touch-inject feature doesn't work on specific page of Chrome browser. Disable touch-inject feature in Chrome browser. |
HDR-28619 | DELLWPF_RMIHID: TP button no function after resuming from CB without external mouse connected | Oringial logic, SynTPCpl will check device state before configure "TP_EnableButtonAction". However, the referred member variable will also be update in other place. Sometimes, SynTPCpl will not update "TP_EnableButtonAction" with right situation. Change the referrence info to make it right. |
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.. |
HDR-937 | Dell FW update tool follow MUP | Customize SynReflash tool for Dell mup. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28484 | Create miniport driver INF for major customers. | Created miniport driver installation paclage for major ciustomers. |
Modify component ID by Dell's request. | ||
HDR-937 | Dell FW update tool follow MUP | Customize SynReflash tool for Dell mup. |
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-28289 | Plano M & B | Changed default double tap speed to match MS default value so the double tap speed control slider can be at the center for Dell UI. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28295 | Please remove Left/Right Edge Swipe from UI since Win 10 doesn't support this gesture | Removed edge swipe UI from Dell driver. |
PRJ-35549 | Find a solution to enable SMB driver update for specific PnP in WU | Enable SMB driver update for specific PnP in WU |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28175 | Hide all edge swipe controls for Win10 | Hidden edge swipe controls from CPL for Win10. |
HDR-28189 | Add Intel SkyLake chipset support in SMB INF | Added Intel Skylake chipset support for SMBus. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-28039 | TouchPad should be enabled after checked "Disable internal pointing device when external USB pointing device is attached" then unplugged external USB mouse. | Fixed the USB mouse plugin/unplugin disable/enable issue, the notification reason is changed, it does not match with user mode driver, so the event is not processed by the user mode driver., |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-27915 | Cedar 15" - Scroll speed change setting while open IE and don't minimize the windows then set system go to S3/S4 | Don't add scroll speed in the specific applcation. It may cause different scroll speed value in some application. We should use speed delta to adjust scroll speed. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-27930 | Disable audio feedback for button clicking | Read ForcePad click sound mute status from registry.. |
HDR-27844 | DELLWPF: driver setting is default but affected by previous user | Use disablekey to replace PseudoSuspendDisableKey. When logging other account, driver setting will not be affected by previous user. |
HDR-27854 | Plano - Sometimes, touchpad is no function to do double click | When double clicking too fast on left/right button, clicking feature will be suspended by debounce time. Reduce debounce time to improve it. |
: [ADC] Fix in synarp instead of hardcoded here. |
Issue Number | Description | Fix Comment |
---|---|---|
Fine tune the width of edge swipe according to Plano device "HIN-61". Measure 2.5mm and modify the width of edge swipe to meet Dell five star. |
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-2392 | DELLWPF_RMIHID: cursor freezes sometimes in win7 | In PS2, there is a case that FW will big diff position packet within primary packet format during the whole stroke. It might due to some FW issue to generate this kind of packets. With this kind of scenario, driver will treat it as finger swap and process it with another filter. Originally, driver will send dribble packet to emulate finger up by FW report finger count(2->1). But this case, FW will only report 1 Finger during whole stroke. Add another checking to emulate finger up. |
HDR-909 | Dell Tulip AMD: Change PnPID (DELLWPF.inf) | Move DLL06BF, DLLB6BF, DLL06BD, DLLB6BD from DellWPF to DELLWPF_RMIHID. Dell hopes to use the same driver in Tulip series. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-27746 | Add more log information in the driver | Logged ForceModel reset event. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-604 | Iris - A little hard to trigger edge swipe | A little hard to trigger edge swipe |
HDR-842 | DELLWPF 18.1.34.36: high failure rate on edge swipes feature | A little hard to trigger edge swipe |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-399 | Dell MUP update to v2.4.3 | Add two mup settings for "PS2+I2C" and "PS2+SMB". Modify the format for MUP 2.4.3. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-399 | Dell MUP update to v2.4.3 | Update DellMUP to v2.4.3 |
MUPv2.4.3 |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-621 | Iris - BITS175682 Iris_BTM - After turn off TP in TP settings, "Gestures" button on GUI is still on | Keep old Dell UI design. After turn off TP in TP settings, don't change "Gestures" button on GUI. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-626 (ECR232511) |
Unqouted Service Path in Registry with SynTPEnhServic | add quotes to Service's ImagePath in Registry |
HDR-633 | Murcielago ULT - UI cannot be updated after enabling touchpad | UI cannot be updated after enabling touchpad. |
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 |
Show "disable" icon or "enable" icon on the screen after receiving PseudoSuspendEnableKey or PseudoSuspendIisableKey. | ||
HDR-534 | DellWPF_RMIHID - Add "Enable touchpad by zigzag gesture" and "one finger top edge swipe" | Enable zigzag check box and disable the "zigzag" gesture by default. |
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-246 | DELL Echo15/17: left/right edge swipe no function in win8.1 | In DELL Echo15/17, set 7mm for edge swipe criteria after discussing with DELL UX Ping. |
HDR-497 | DELLWPF: Palm sliding on TP with zig-zag motion should not enable TP | Palm sliding on TP with zig-zag motion should not enable TP. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-48060 | Please help to check whether 1F vertical scrolling is enabled by default | Fixed "Rotate" in Danish |
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-381 | DellWPF_RMIHID.inf - 18.1.33 build - Uninstall drivers does not close the control panel UI | When DelWPF UI is closed send message to SynTPEnh |
HDR-381 | DellWPF_RMIHID.inf - 18.1.33 build - Uninstall drivers does not close the control panel UI | Close DelWPF UI when SynTPEnh is detached (also in uninstallation) |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-246 | DELL Echo15/17: left/right edge swipe no function in win8.1 | In DELL Echo15/17, set 7mm for edge swipe criteria after discussing with DELL UX Ping. |
TP-47986 | The touchpad image on Dell Touchpad tab is not aligned | The touchpad image on Dell Touchpad tab is not aligned; The touchpad image on Dell Touchpad tab is not aligned |
Issue Number | Description | Fix Comment |
---|---|---|
In High DPI display setting, Touchinjection(Pinch) somestimes causes touch no function after we call the SetProcessDPIAware. Use the registry to disable this feature. Remove this registry after finding root cause. | ||
HDR-166 | DELLWPF: UI change in 18.1.28 | Enable zigzag UI for some Dell projects. |
HDR-170 | DELLWPF: 2-F scrolling not smooth in some APP | Improve 2F scrolling performance in Win7/8. |
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-169 | DELLWPF: Three finger swiping up/down is not working | Fix "Three finger swiping up/down" gesture issue. |
TP-47986 | The touchpad image on Dell Touchpad tab is not aligned | Fixed in "Mouse Properties" panel, on Dell Touchpad tab touchpad image is not aligned in Japanese MUI |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-208 | Remove allowing edge swipe if first three packets are palm | Removed old implementation for relaxing palm rejection in the edge fro edge swipe gestures. |
HDR-209 | Add API to disable/enable suppression motion while typing. | Exposed API to allow an application to disable/enable motion suppression while typing. |
HDR-210 | Force drag is triggered unexpected | Fix an wrong ForceReleased drag generated by Force-Clciking-releasing without motion before release force. |
HDR-227 | Relax edge swipe condition in edge if first three packets are palm | Ignored palm check for first three packets if it is edge swipe, this will fix edge swipe missing with large flat finger or very fast edge swipe. |
Issue Number | Description | Fix Comment |
---|---|---|
"Enable" button is not greyed out if the TP is disabled, then plug in USB mouse with "Disable internal pointing device when external USB pointing device is attached" checked. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-73 | Customer ask to reduce the trigger edge for 1F edge swipe on Left/Right side | Set L/R edge pulls to 2.5mm =2500 |
TP-47703 | Implement 5 Star features on Dell projects | Set L/R edge pulls to 2.5mm =2500 |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-6 | Dell Testarossa-P - Win7 4F swipe L/R function should be "change tabs in browser" | Use DellWPF 2013 UI and adjust Mult-iFinger Gesture in Win7. |
HDR-6 | Dell Testarossa-P - Win7 4F swipe L/R function should be "change tabs in browser" | Use DellWPF 2013 UI and adjust Mult-iFinger Gesture in Win7. |
TP-48536 | DellWPF: cannot disable TP by function key F11 | Change "disable/enable" key from E059 to "E001" for Dell Echo 15/17. |
Issue Number | Description | Fix Comment |
---|---|---|
HDR-4 | DELLWPF_RMIHID: The square appears on the central of display with non-Aero theme. | Modify OSD setting. Disable OSDTPOnOffNotification and enable OSDTPOnOffNotificationSupported. |
HDR-8 | DELLWPF_RMIHID: Left button of TP is triggered if user pushes palm rest strongly | If no finger bit, don't do a left button click. |
TP-47889 | Dell Plano - Apply HWID | Add PnPIDs in DellWPF and remove some PnPIDs from DellWPF_RMIHID. |
TP-48553 | Dell Testarossa-P - Win7: remove "Edge Scroll & Zoom" tab in UI | Use DellWPF Win7 UI 2013 for DLL05FD and DLL05FE. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47891 | Quick Launch default setting at the Gestures is different between Chinese Language and English Language | Change the default setting on 3F Quick Launch. |
TP-48536 | DellWPF: cannot disable TP by function key F11 | Change "disable/enable" key from E059 to "E001" for Dell Echo 15/17. |
TP-48553 | Dell Testarossa-P - Win7: remove "Edge Scroll & Zoom" tab in UI | Use DellWPF Win7 UI 2013. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47650 (ECR209588 -> Win7, ECR209586 -> Win8) |
UI translation on Chinese Simplified | New translations for the word "Charms" for Windows 8 |
TP-48348 | SynTPEnh crashes when the driver is uninstalled. | Fixed syntpenh crash when the dirver is uninstalled. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-48242 | Remove all short cuts all user when the driver is uninstalled/upgraded. | Remove All users short cuts in uninstallation or before driver update |
TP-48088 | DellWPF - Win8 charms bar power shutdown options: moving pointer to select option will close the menu | In Carrera/Panamera (DLL052E, DLL054C, DLL054D, DLL054E, DLL054F) projects, use 686C port to send 97 command. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-48053 | The graphic for touchpad disable and enable should be changed | Remove the graphic for touchpad disable and enable. |
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-48031 | Marble Falls - Touchpad Will be triggered if not using finger | "Left button" should not be triggered if not using finger. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47656 | DellWPF and DellWPF_RMIHID - " Tap to click " translation in Chinese is not correct | Fix translation of "Tap to Click" in Chinese |
TP-47759 | DellWPF - 3F Quick Launch function is not sensitive sometimes | Fixed three finger press is not sensitive sometimes. |
TP-47822 | Dell - Display will auto turn on when wake from S3 via wake on LAN, but remove Touchpad driver is normal | Disable KBC Notification for PNPID DLL0631, DLL0632 |
TP-47886 | Redwood HSW - TP has no function when running Quake3/Quake4 without a mouse inserted | Added port type RMIHID in mouse query attributes. |
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-47703 | DellWPF and DellWPF_RMIHID - implement 5 Star features on Dell projects | Added Dell 5 star features. |
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-46976 | Dell - add a checkbox to enable Zigzag gesture to activate touchpad | Add new Dell string for zigzag gesture |
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-47657 | DellWPF and DellWPF_RMIHID - translation of license agreement text when installing driver in Chinese is not correct | Restore simplified Chinese wording in EULA; Fix Simplified Chinese EULA |
TP-47759 | DellWPF - 3F Quick Launch function is not sensitive sometimes | Fixed 3 finger quick lanch fail issue. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47599 | DellWPF: Inertial Scrolling function is unstable in Office and Internal Reader APP | use touch injection for scrolling in Reader and Word. |
TP-47703 | DellWPF and DellWPF_RMIHID - implement 5 Star features on Dell projects | Added Dell 5 star features in main branch.; 5 star features. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46983 | Alienware 13/15/17- apply PnPID | Alienware 15/17- apply PnPID |
TP-47575 | Alienware 13/15/17: change UI from SYNA to DELL | Alienware 15/17- apply PnPID; Alienware 13: change UI from SYNA to DELL |
TP-47628 | Redwood - There is fail rate that sometimes cannot do 2F scrolling while one finger lift | 2 finger scrolling delta calculation should consider 2nd finger |
TP-47645 | DellWPF and DellWPF_RMIHID - UI should say "Zoom" and not "Pinch Zoom" | Change UI setting from "Pinch Zoom" to "Zoom". |
TP-47654 | DellWPF_RMIHID: V18.0.5.9-Two finger tap has function when two finger click for shortcut menu disabled | The "2 finger click for shortcut menu" checkbox will control both 2 finger click and 2 finger tap, so we shouldn't set one action enabled and one aciton disabled if the control is disabled(unchecked). |
Issue Number | Description | Fix Comment |
---|---|---|
Fixed TP lost function after this power sequence s3->s4->resume.resume from s4, then resume | ||
TP-47469 | DellWPF V18.1.6: a notification of TP enable shown when lid open | Don't show enable/disable TP icon when lid open/close. |
TP-47561 | DellWPF_RMIHID: Put two finger on TP but no function is working in Win7. | Change the "2F tap" setting from "One finger tap" to "shortcut menu". |
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. |
TP-47335 | DellWPF & DellWPF_RMIHID - Win8.1 Disable Top Edge Swipe and hide checkbox in UI | Disable Top Edge Swipe and hide checkbox in UI |
TP-47497 | DellWPF and DellWPF_RMIHID - Set left/right edge swipe zone defaults to 2500 (2.5mm) | Set right / left edge swipe zone size to 2500 mm.; Set right / left edge swipe zone size to 2500 mm. |
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-47351 | Dell Marble Falls - 2F scroll speed slider is set at default to maximum - should be in the middle | Remove Adjust2FScrollSliderScale_AddReg setting. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46976 | Dell - add a checkbox to enable Zigzag gesture to activate touchpad | Merge in trunk. Add a checkbox to enable Zigzag gesture feature for DLL0631, DLL0632, DLL0641 and DLL0642. |
TP-47279 | Dell Marble Falls - Win 7 should not show "Edge Scroll & Zoom" tab in UI | Hid "Edge Scroll & Zoom" tab in Win7 UI for DLL0631 and DLL0632 |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46388 | DellWPF (Marble Falls) - Touchpad on/off" icon display in Touchpad UI can't synchronous with display on task bar | Remove DellWPFUI_Win7_UI_2013_AddRegWithoutUIStyle and use DellWPFUI_Win7_UI_2013_AddRegWithoutUIStyle_AddReg. |
TP-47013 | Marble Falls - Cursor cannot move while finger moved quickly | Modify "KBCNotifyConfig" setting for Marble Falls. |
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-47045 | Dell Maple AMD: right button no function after installed TP driver | Modify registry setting for Maple AMD(HWID:DLL067F). |
Issue Number | Description | Fix Comment |
---|---|---|
TP-47089 | DellWPF V18.1.2: no function with "lock computer” of Quick Launch option. | Changed DLL0667's setting as DLL05E9's. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46939 | Dell Marble Falls - L/R buttons not sensitive | Modify the registry setting for Marble Falls. |
TP-46984 | OAK MLK- Apply PnPID DLL0667 | Apply PnPID DLL0667 for OAK MLK. |
TP-46989 | Cedar/Janus AMD - Default settting is wrong on 3F quick launch | Change default value to 3F gesture quick launch to 'default web' |
TP-47013 | Marble Falls - Cursor cannot move while finger moved quickly | Modify the registry setting for Marble Falls. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46388 | DellWPF (Marble Falls) - Touchpad on/off" icon display in Touchpad UI can't synchronous with display on task bar | fix a TYPO; Remove UIStyle and 4FLRAlterTip registry for Marble Falls. |
TP-46972 | Request for PNPID - Dell Pandora | Add PNPid for DLL0680 and DLL0681 |
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-46387 | DellWPF (Marble Falls) - After launch touchpad UI, it will show blank before opened . | Fixed a 'white' background would be shown when lauching touchpad UI at the first time. |
TP-46784 | Dell Marble Falls - 3F Swipe up/down no function | Modify the registry for Windows 8. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46785 | Cedar/Janus AMD - Synaptic TP driver cannot be install | Add HWID for Cedar/Janus AMD |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46388 | DellWPF (Marble Falls) - Touchpad on/off" icon display in Touchpad UI can't synchronous with display on task bar | Touchpad on/off" iconin Touchpad UI can synchronous with display on task bar.; Add HWIDs DLL0631 and DLL0632 in Windows 8 or 8.1. |
TP-46659 | DellWPF - add back "Edge Scroll & Zoom" page in UI | Fixed typo |
TP-46771 | Maple - apply HWIDs | Apply HWIDs for Dell Maple. |
TP-46781 | Mulberry - 2-finger horizontal slide always send the left/right arrow keys on Metro UI | Fixed 2F horizontal scrolling sends left/right arrow keys on Metro Start Menu. |
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-44710 | SPyder ULT - TP is disable when check "Disable Touchpad when USB mouse present" w/ touch panel | 1.Add SYN0608 and SYN0609 into exclusion list for DELL. 2.Rollback "DisableIntPDFeature_DefaultOff_AddReg" setting.; The Disable the internal PD if an ext USB mouse arrives feature is enabled and defaulted to on. |
TP-46659 | DellWPF - add back "Edge Scroll & Zoom" page in UI | Added "Edge Scroll & Zoom" page on Win8 for clickpad. |
TP-46689 | Redwood - Change HWID from DellWPF.inf to DellWPF_RMIHID.inf | Moved DLL064D to DellWPF_RMIHID. |
Issue Number | Description | Fix Comment |
---|---|---|
Moved DLL0631, DLL0632 from DellWPF_RMIHID to DellWPF. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46624 | Suppress Palm Clicking for ForcePad | Suppressed palm clicking for ForcePad. |
TP-46039 | DellWPF and DellWPF_RMIHID - add a checkbox to disable navigation in the button zone | Removed checkbox for "disable navigation in the button zone" from main trunk.; Modified UI. |
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-46486 | Hadley: One-finger edge swipe function is mis-triggered by swiping at the middle of TP | Fixed right edge swip is triggered on the center of touchpad. |
TP-46520 | DellWPF - add back "Edge Scroll & Zoom" page in UI | Added back "Edge Scroll & Zoom" page in UI. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46388 | DellWPF (Marble Falls) - Touchpad on/off" icon display in Touchpad UI can't synchronous with display on task bar | : Removed two extra "s.; Touchpad on/off" iconin Touchpad UI can synchronous with display on task bar. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46039 | DellWPF and DellWPF_RMIHID - add a checkbox to disable navigation in the button zone | Rollback due to committing by accident. |
TP-46285 | DellWPF - add back "Edge Scroll & Zoom" page in UI | Added back "Edge Scroll & Zoom" page in UI. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-46243 | Difference performance of 2 Finger Tap | Wait 20ms delay and retry ModeSwitch until it is sucessful or timeout. |
TP-46284 | Dell MUP update to v2.4.2 | Updated Dell MUP to 2.4.2. |
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. |
TP-46039 | DellWPF and DellWPF_RMIHID - add a checkbox to disable navigation in the button zone | Rollback and change registry key path.; Added a checkbox to disable navigation in the button zone. |
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. |
TP-46015 | Redwood - Apply HWID | Added pnpid |
TP-46039 | DellWPF and DellWPF_RMIHID - add a checkbox to disable navigation in the button zone | Added a checkbox to disable navigation in the button zone. |
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. |
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-45971 | DellWPF and DellWPF_RMIHID - Picture can't be locked when scrolling with two fingers | Merge branch fix to trunk |
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-45922 | Hadley 14"/15"/17" - One finger edge swipe tuning | Adjusted edge swipe area size of Hadley. |
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 |
TP-45815 | DellWPF and DellWPF_RMIHID: Shortcut menu cannot be activated when 2F click on the left or right button area | Add clickpad omni-mode related settings. |
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 |
TP-45799 | DellWPF and DellWPF_RMIHID: mouse cursor should not change icon when doing gestures | Disable cursor tracking for all gestures. |
TP-45836 | Jarama - TP no function when "Disable Touchpad when USB Mouse present" without USB mouse attached. | Add more case into exclusion list. |
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 |
TP-44670 | Dell Testarossa - Left/right Edge swipes need fine tuning | Add two more platforms for adjusted Edge Swipe zone size. |
TP-45618 | DellWPF and DellWPF_RMIHID - Undesired cursor movement when do vertical scrolling via TouchPad buttons area | Adjust ButtonZoneActivationRetry count to decrease the failed chance of 2finger vertical scroll from button zone |
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. |
add string for group14 | ||
change Group9_Win8->Group14_Win8 for Dell_GROUP14_InterTouch_Win8_Inst | ||
TP-44657 | Murcielago_ULT - BITS087435[CS_Comp]Win8.1_9405, Touchpad UI will not minimize when resume from CS mode. | Close the DellWPF GUI when entering connected standby. |
TP-44670 | Dell Testarossa - Left/right Edge swipes need fine tuning | adjust edge-swipe zone size |
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-45335 | Testarossa - BITS101617 TP no function when "Disable Touchpad when USB Mouse present" even W/O USB mouse. | Add more cases to PNPDisableExclusionList. |
Issue Number | Description | Fix Comment |
---|---|---|
TP-45258 | OEM_project_ (SYN1E62) - BSOD after installing v17.0.9 driver | Use InterlockedExchange() and add comments. |
TP-45335 | Testarossa - BITS101617 TP no function when "Disable Touchpad when USB Mouse present" even W/O USB mouse. | Add more cases to PNPDisableExclusionList. |
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. |
TP-45171 | DellWPF and DellWPF_RMIHID - Dell TP GUI gesture "Zoom" and "Rotation" items were not translated in French/German | Fix some translation problems |
TP-45232 | DellWPF and DellWPF_RMIHID - Dell Touchpad UI can't be normally opened at Control Panel by Tab. | Fixed run time error of control panel. |
TP-45270 | Testarossa - Chnage port from 60/64 to 68/6C | Add KBCNotifyConfig bit of ekbcdcfNotifyKBCViaOEMPort686C to send notification state of touchpad via 68 6C port for PNPID: DLL05FD, DLL05FE and DLL060D |
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. |
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-44653 | DellWPF and DellWPF_RMIHID - zig zag to enable touchpad could be triggered with circular motion | Fixed ZigZag motion to enable touchpad feature. |
TP-44879 | DellWPF TPPB - modified Win7 UI for 2013 | New translations for tooltips |
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-43984 | Dell Latitude 3540 - palm rejection not working correctly | As we changed PalmCheck logic from >= w-Threshold to > w-Threshold, so we need to change threshold settings accordingly. |
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-44653 | DellWPF and DellWPF_RMIHID - zig zag to enable touchpad could be triggered with circular motion | Fixed ZigZag motion to enable touchpad feature. |
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 |
TP-44670 | Dell Testarossa - Left/right Edge swipes need fine tuning | Changed edge swipe settings for DLL05FD |
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. |
TP-44402 | Dell Oak (Haswell) - 3F swipe up/down will not trigger search/setting functions in IE | Removed 3F swipe up/down to switch tab for IE. |