[ros-diffs] [janderwald] 55379: [INF] - Add install section for hid compatible device - Reviewed by Cameron Gutman
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Thu Feb 2 18:26:33 UTC 2012
Author: janderwald
Date: Thu Feb 2 18:26:10 2012
New Revision: 55379
URL: http://svn.reactos.org/svn/reactos?rev=55379&view=rev
Log:
[INF]
- Add install section for hid compatible device
- Reviewed by Cameron Gutman
Modified:
branches/usb-bringup-trunk/media/inf/input.inf
Modified: branches/usb-bringup-trunk/media/inf/input.inf
URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup-trunk/media/inf/input.inf?rev=55379&r1=55378&r2=55379&view=diff
==============================================================================
--- branches/usb-bringup-trunk/media/inf/input.inf [iso-8859-1] (original)
+++ branches/usb-bringup-trunk/media/inf/input.inf [iso-8859-1] Thu Feb 2 18:26:10 2012
@@ -37,6 +37,20 @@
%HID.DeviceDesc% = HID_Inst,GENERIC_HID_DEVICE
%HID.DeviceDesc% = HID_Inst,USB\Class_03&SubClass_01
%HID.DeviceDesc% = HID_Inst,USB\Class_03
+%HID_DEVICE%=HID_Raw_Inst,, HID_DEVICE
+
+;=========================== HID Raw Device ====================
+
+[HID_Raw_Inst.NT]
+
+[HID_Raw_Inst.Services]
+AddService = , 0x00000002
+
+[HID_Raw_Inst.HW]
+
+
+;=========================== HID Device ====================
+
[HID_Inst.NT]
Copyfiles = HID_Inst.CopyFiles.NT, HID_Inst.CopyFilesDLL.NT
@@ -64,6 +78,7 @@
HID.ClassName = "Human Interface Devices"
HID.DeviceDesc = "USB Human Interface Device"
+HID_DEVICE = "HID-compatible Device"
StdMfg = "(Standard Human Interface Devices)"
MSMice = "Microsoft"
More information about the Ros-diffs
mailing list