-
ff1b373a
by Vibhav Pant at 2024-10-03T19:28:41+02:00
ntoskrnl: Add stub for IoReportTargetDeviceChange.
-
648b57f6
by Rémi Bernon at 2024-10-03T19:28:45+02:00
dinput/tests: Add tests for IoReportTargetDeviceChange(Asynchronous).
Based on a patch from Vibhav Pant.
-
356b1a1c
by Rémi Bernon at 2024-10-03T19:28:46+02:00
sechost: Pass individual parameters to I_ScRegisterDeviceNotification.
-
dfbe639d
by Rémi Bernon at 2024-10-03T19:28:47+02:00
sechost: Filter the device notifications before copying them.
-
925b5001
by Rémi Bernon at 2024-10-03T19:28:47+02:00
sechost: Keep device notification temporary copies in a list.
-
c6fd149d
by Rémi Bernon at 2024-10-03T19:28:47+02:00
sechost: Get rid of the device_notification_details internal struct.
-
2c4aed9a
by Rémi Bernon at 2024-10-03T19:28:47+02:00
plugplay: Pass a device path to plugplay notifications.
-
286d9ff2
by Vibhav Pant at 2024-10-03T19:28:47+02:00
plugplay: Only broadcast WM_DEVICECHANGE for DBT_DEVTYP_DEVICEINTERFACE.
-
dfc93e27
by Vibhav Pant at 2024-10-03T19:28:47+02:00
sechost: Add support for DBT_DEVTYP_HANDLE notifications.
-
cc11f265
by Vibhav Pant at 2024-10-03T19:28:47+02:00
user32: Add support for DBT_DEVTYP_HANDLE notifications.
-
7fd01c01
by Vibhav Pant at 2024-10-03T19:28:47+02:00
ntoskrnl: Implement IoReportTargetDeviceChange.