forderud / IntelliMouseDriver

Filter drivers for Microsoft Pro IntelliMouse that implements safety checks and exposes a WMI interface
MIT License
1 stars 1 forks source link

Tail-light clearing doesn't work when rebooting #44

Open forderud opened 9 months ago

forderud commented 9 months ago

Steps to reproduce:

Observed WinDbg output:

TailLight: DriverEntry - WDF version built on Jan 26 2024 00:33:50
TailLight: PdoName: \Device\0000007c
Capacity:47139, FullChargedCapacity:47139, Voltage:12489, Rate:0
TailLight: EvtSetBlackTimer begin
TailLight: SetFeatureColor
TailLight: WdfIoTargetOpen failed 0xc000000e (STATUS_NO_SUCH_DEVICE)
TailLight: EvtSetBlackTimer failure NTSTATUS=0xc000000e

Reverting #43 does not seem to help.

ManOnTheMountainTech commented 9 months ago

Please try one of the branches that have IoRegiserPnPNotification in them and see if fixed or not.

forderud commented 8 months ago

Please try one of the branches that have IoRegiserPnPNotification in them and see if fixed or not.

Can you please submit a pull request on this, so that it becomes easier for me to understand exactly what you're proposing?