mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[HIDPARSE]
- Fix some whitespace svn path=/trunk/; revision=58995
This commit is contained in:
parent
88b692d160
commit
22eb29b7fb
1 changed files with 156 additions and 159 deletions
|
@ -85,7 +85,7 @@ DebugFunction(
|
|||
|
||||
VOID
|
||||
NTAPI
|
||||
HidP_FreeCollectionDescription (
|
||||
HidP_FreeCollectionDescription(
|
||||
IN PHIDP_DEVICE_DESC DeviceDescription)
|
||||
{
|
||||
HID_PARSER Parser;
|
||||
|
@ -362,8 +362,6 @@ HidP_TranslateUsageAndPagesToI8042ScanCodes(
|
|||
return HidParser_TranslateUsageAndPagesToI8042ScanCodes(&Parser, ChangedUsageList, UsageListLength, KeyAction, ModifierState, InsertCodesProcedure, InsertCodesContext);
|
||||
}
|
||||
|
||||
|
||||
|
||||
HIDAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
@ -439,7 +437,7 @@ HidP_GetLinkCollectionNodes(
|
|||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
HidP_SysPowerEvent (
|
||||
HidP_SysPowerEvent(
|
||||
IN PCHAR HidPacket,
|
||||
IN USHORT HidPacketLength,
|
||||
IN PHIDP_PREPARSED_DATA Ppd,
|
||||
|
@ -452,7 +450,7 @@ HidP_SysPowerEvent (
|
|||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
HidP_SysPowerCaps (
|
||||
HidP_SysPowerCaps(
|
||||
IN PHIDP_PREPARSED_DATA Ppd,
|
||||
OUT PULONG OutputBuffer)
|
||||
{
|
||||
|
@ -653,7 +651,6 @@ DriverEntry(
|
|||
IN PDRIVER_OBJECT DriverObject,
|
||||
IN PUNICODE_STRING RegPath)
|
||||
{
|
||||
|
||||
DPRINT("********* HID PARSE *********\n");
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue