summaryrefslogtreecommitdiff
path: root/hidpp20.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-28hidpp20: update feature list from SetPoint 6.61.15Peter Wu1-13/+14
cases are now sorted by feature ID, some names have been adjusted for consistency with the documented names. New feature: - 0x0002 FeatureInfo - 0x6120 Touchmouse6120 Renamed fetures: - IRoot -> Root - IFeatureSet -> FeatureSet - IFirmwareInfo -> DeviceFwVersion - GetDeviceNameType -> DeviceName - DFUControl -> Dfucontrol - batteryLevelStatus -> BatteryStatus - SpecialKeysMSEButtons -> ReprogControls
2013-08-20hidpp20: add flag 0x20 for feature typePeter Wu1-3/+6
featureType flag 0x20 is "Reserved for Logitech internal use" according to hidpp20 spec.
2013-07-23Fix compile error due to u8Peter Wu1-2/+0
Reported by Harry Weston, a compilation error occurs with GCC 4.4.4 because the u8 type is already defined in ltunify.c
2013-05-26ltunify: document more advertised HID++2 featuresPeter Wu1-0/+20
2013-04-30ltunify: preliminary HID++ 2.0 support, add TODOPeter Wu1-0/+156