1.1 --- a/Hid/HidUsageTables.cs Sun Mar 15 21:26:51 2015 +0100
1.2 +++ b/Hid/HidUsageTables.cs Tue Mar 17 15:35:58 2015 +0100
1.3 @@ -22,7 +22,7 @@
1.4 /// <summary>
1.5 /// From USB HID usage tables.
1.6 /// http://www.usb.org/developers/hidpage#HID_Usage
1.7 - /// http://www.usb.org/developers/devclass_docs/Hut1_12v2.pdf
1.8 + /// http://www.usb.org/developers/hidpage/Hut1_12v2.pdf
1.9 /// </summary>
1.10 public enum UsagePage : ushort
1.11 {
1.12 @@ -322,6 +322,19 @@
1.13 Microphone = 0x04,
1.14 Headphone = 0x05,
1.15 GraphicEqualizer = 0x06,
1.16 + ThinkPadMicrophoneMute = 0x10, //Custom
1.17 + ThinkPadVantage = 0x11, //Custom
1.18 + ThinkPadSystemLock = 0x12, //Custom
1.19 + ThinkPadPowerManagement = 0x13, //Custom
1.20 + ThinkPadWirelessNetwork = 0x14, //Custom
1.21 + ThinkPadCamera = 0x15, //Custom
1.22 + ThinkPadDisplayScheme = 0x16, //Custom
1.23 + ThinkPadMouseProperties = 0x17, //Custom
1.24 + ThinkPadEject = 0x18, //Custom
1.25 + ThinkPadSystemHibernate = 0x19, //Custom
1.26 + ThinkPadBrightnessIncrement = 0x1A, //Custom
1.27 + ThinkPadBrightnessDecrement = 0x1B, //Custom
1.28 + ThinkPadFullscreenMagnifier = 0x1D, //Custom
1.29 Plus10 = 0x20,
1.30 Plus100 = 0x21,
1.31 AmPm = 0x22,