Commit Graph

135 Commits (b06ff1e55f6e0b2a2d0bcf08e8f67b4e3f93d5e7)

Author SHA1 Message Date
Austin English f91a7b2cfe fltmgr.sys: Add FltInitializePushLock stub.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-05 20:22:37 +09:00
Aric Stewart 0aca2d7dc9 hidclass.sys: Implement creating/destroying HID devices. 2015-09-04 18:08:26 +09:00
Gerald Pfeifer 4349b3c16d include: Define HIDP_STATUS constants via unsigned parameters. 2015-09-03 17:53:07 +09:00
Aric Stewart f9105eac34 include: Add IRP_MJ_POWER minor function codes. 2015-07-08 16:02:24 +09:00
Aric Stewart e485da13ce include: Add HID_XFER_PACKET and HID_REVISION to hidclass.h. 2015-07-08 16:02:24 +09:00
Aric Stewart b32aaab065 include: New ddk/hidtypes.h include file. 2015-07-08 16:02:24 +09:00
Alexandre Julliard 354688faba include: Add ddk/ prefix when including ddk headers. 2015-07-08 15:24:18 +09:00
Aric Stewart 71e5fdf478 include: Add ddk/hidport.h. 2015-07-07 21:47:30 +09:00
Aric Stewart 098efa1edc hid: Implement HidP_GetScaledUsageValue. 2015-07-01 19:18:20 +09:00
Aric Stewart 1174fc63ad hid: Implement HidP_MaxUsageListLength. 2015-07-01 19:18:20 +09:00
Aric Stewart 674080da91 hid: Implement HidD_GetAttributes. 2015-07-01 19:18:19 +09:00
Aric Stewart eac15cae71 hid: Implement HidD_GetInputReport. 2015-07-01 19:18:19 +09:00
Aric Stewart 5b790bde5e hid: Implement HidD_GetPreparsedData and HidD_FreePreparsedData. 2015-07-01 19:18:18 +09:00
Aric Stewart 30480a2369 hid: Implement HidP_InitializeReportForID. 2015-07-01 19:18:18 +09:00
Aric Stewart ecc6196508 hid: Implement HidP_GetUsageValue. 2015-07-01 19:18:18 +09:00
Aric Stewart 8bb231c4ae hid: Implement HidP_GetUsages. 2015-07-01 19:18:17 +09:00
Aric Stewart 0bb216ff35 hid: Implement HidP_GetValueCaps. 2015-07-01 19:18:17 +09:00
Aric Stewart b183dc3d6e hid: Implement HidP_GetButtonCaps. 2015-07-01 19:18:17 +09:00
Aric Stewart ab3300cdda include: Add ddk/hidpi.h. 2015-06-26 20:35:06 +09:00
Aric Stewart 4ba1d8d8ef include: Add ddk/hidclass.h. 2015-06-26 20:35:05 +09:00
Alexandre Julliard a78f8f298a ntoskrnl: Flesh out IoBuildSynchronousFsdRequest implementation. 2015-05-06 17:16:48 +09:00
Alexandre Julliard 1895a42509 ntoskrnl: Use the MDL allocation routines for standard ioctl processing. 2015-03-04 23:57:38 +09:00
Alexandre Julliard 5fc369ff21 ntoskrnl: Use the IRP allocation routines for standard ioctl processing. 2015-03-04 23:51:32 +09:00
Francois Gouget fa01fdc321 include/ddk: Make ntddk.h compatible with systems that don't support nameless unions. 2015-03-02 13:49:08 +09:00
Austin English 47e7f4fdf2 include: Add hidusage.h. 2015-02-04 21:32:50 +09:00
Austin English 59e3a851f2 include/ddk: Add KWAIT_BLOCK struct to ntddk.h. 2015-01-27 21:30:43 +01:00
Stefan Leichter f592eea591 ntoskrnl.exe: Add stub for KeSetSystemAffinityThread. 2015-01-05 20:09:02 +01:00
Austin English 0db8da7075 include/ddk: Add csq.h. 2014-12-23 22:14:32 +01:00
Austin English 825673210f ntoskrnl.exe: Add a stub for IoRegisterPlugPlayNotification. 2014-11-04 13:26:28 +09:00
Austin English 9c5f23121a ntoskrnl.exe: Add ObQueryNameString stub. 2014-10-30 12:33:54 +09:00
Austin English bb25986702 hid: Add HidD_GetProductString stub. 2014-08-04 16:20:15 +02:00
Alistair Leslie-Hughes d8c6a11971 ntoskrnl.exe: Add stub KeInsertQueue. 2014-03-19 11:33:24 +01:00
Grazvydas Ignotas 7e4fa63621 include: Remove unneeded semicolons and fix a typo. 2014-03-03 17:02:36 +01:00
Michael Stefaniuc 23b86eb44e include: Replace the remaining CONSTs. 2013-09-27 10:34:09 +02:00
André Hentschel 8bbbf7cd25 include/ddk: Add DEVICE_RELATIONS and DEVICE_INTERFACE_CHANGE_NOTIFICATION. 2013-08-16 11:55:23 +02:00
André Hentschel 545bbb1315 include/ddk: Add USB_HUB_DESCRIPTOR. 2013-08-16 11:55:23 +02:00
André Hentschel ca7ba7053f usbd.sys: Implement USBD_ParseConfigurationDescriptor using its Ex version. 2013-07-29 19:07:53 +02:00
Damjan Jovanovic f5f04e8a2f include/ddk: Add usbioctl.h. 2013-07-29 14:20:19 +02:00
Damjan Jovanovic f7daa3f596 include/ddk: Add usbiodef.h. 2013-07-29 14:20:04 +02:00
André Hentschel 4b98d78951 hid: Add HidD_GetManufacturerString stub. 2013-04-04 13:28:46 +02:00
Hans Leidekker c019083240 kernel32: Implement SetFileValidData. 2012-12-04 14:42:28 +01:00
Christian Costa 068ff64e0a ntoskrnl.exe: Add MDL flags definitions. 2012-10-09 18:32:25 +02:00
Christian Costa ea943293c6 ntoskrnl.exe: Add stub for ExCreateCallback. 2012-10-03 13:10:45 +02:00
Christian Costa 59eaf2003b ntoskrnl.exe: Add stub for MmMapLockedPagesSpecifyCache. 2012-10-01 12:03:55 +02:00
Christian Costa 0a7ab9841d ntoskrnl.exe: Add stub for MmProbeAndLockPages. 2012-10-01 12:03:31 +02:00
André Hentschel c540c98d55 usbd.sys: Add partial USBD_ValidateConfigurationDescriptor implementation. 2012-08-29 21:26:38 +02:00
Alexandre Goujon 9536e66d61 include/ddk: Add DVD_DESCRIPTOR_HEADER descriptor structure. 2012-07-12 16:10:43 -05:00
Francois Gouget d979d9cd64 ntoskrnl.exe: Fix the name of a POOL_TYPE value. 2012-05-15 16:26:39 +02:00
Dan Kegel b94fabfb5b include: ntddcdvd.h structure naming, packing fixes. 2012-01-24 18:10:32 +01:00
Stefan Leichter 34c49777a3 ntoskrnl.exe: Add stub for IoInitializeRemoveLockEx. 2011-12-29 17:56:45 +01:00