summaryrefslogtreecommitdiff
path: root/src/linux
AgeCommit message (Expand)AuthorFilesLines
2013-09-03hidpp: try harder not to report 0% batteryhidpp-reworkPeter Wu1-1/+6
2013-09-02hidpp: simplify setting model and serialPeter Wu1-9/+2
2013-09-02hidpp: drop read_msg, print correct bufferPeter Wu1-12/+9
2013-09-02hidpp: ignore remaining garbage for debug printPeter Wu1-2/+4
2013-09-02hidpp: fix K750 battery and luminosity propertiesPeter Wu3-4/+40
2013-09-02hidpp: move timeout checking before readingPeter Wu1-10/+10
2013-09-02hidpp: split request read/write functionsPeter Wu1-24/+58
2013-09-02hidpp: retry when read or g_poll is interruptedPeter Wu1-0/+6
2013-09-02hidpp: more useful error messagesPeter Wu1-8/+19
2013-09-02hidpp: fix memleak while coldpluggingPeter Wu1-11/+21
2013-08-22hidpp: fix fd leakPeter Wu1-0/+3
2013-08-22hidpp: retrieve serial number for devices (v2)Peter Wu3-1/+42
2013-08-22hidpp: remove unnecessary HID++ 2.0 codePeter Wu1-74/+5
2013-08-22hidpp: fix properties for unreachable devices (v2)Peter Wu3-12/+45
2013-08-22hidpp: improve HID++ version detection, fix uninit varPeter Wu2-11/+27
2013-08-22hidpp: pick up devices that just got pairedPeter Wu1-0/+3
2013-08-22hidpp: assume HID++ 1.0 for unreachable devicesPeter Wu1-1/+5
2013-08-22hidpp: test only once for d7 registerPeter Wu1-13/+18
2013-08-22hidpp: support battery register 0x07Peter Wu1-2/+54
2013-08-22hidpp: do not print warnings if device is offlinePeter Wu2-6/+17
2013-08-22hidpp: recognise HID++ 1.0 ping response againPeter Wu1-3/+28
2013-08-22hidpp: clear message queue before initiating new requests (v2)Peter Wu1-0/+25
2013-08-07hidpp: validate messages, retry if invalidPeter Wu1-32/+76
2013-08-06hidpp: refactor to introduce structure in protocolPeter Wu1-157/+154
2013-03-28Locate non-unifying receiver by looking for hidraw with hiddev exposed.Arkadiusz Miśkiewicz1-2/+23
2013-03-28hid++v1 detection for unreachable devices and features upgradeArkadiusz Miśkiewicz2-51/+39
2013-03-22Better method of figuring out v1 vs v2 protocol version.Arkadiusz Miśkiewicz2-10/+42
2013-03-22Add support for Logitech Wireless (NonUnifying) devicesArkadiusz Miśkiewicz1-10/+24
2013-03-22Repair vendor handling for Logitech Unifying devicesArkadiusz Miśkiewicz1-1/+6
2013-03-22Add support for HIDPP_REFRESH_FLAGS_MODEL in hid++ v1Arkadiusz Miśkiewicz1-19/+40
2013-03-21Invalid request/response for HIDPP_REFRESH_FLAGS_BATTERY in hid++1Arkadiusz Miśkiewicz1-8/+6
2013-03-21Buffer for HIDPP_REFRESH_FLAGS_KIND not big enoughArkadiusz Miśkiewicz1-1/+1
2013-03-21Detection of version 1 hid++ is not returned to the callerArkadiusz Miśkiewicz1-2/+2
2013-03-21Find hidraw devices correctly with systemd udev >= v196.Arkadiusz Miśkiewicz1-1/+1
2013-03-21Drop --enable-systemd and linking to libsystemd-daemonMartin Pitt1-1/+1
2013-03-21Fix test for logind availabilityMartin Pitt1-18/+9
2013-02-20integration-test: Always run on a fake system busMartin Pitt1-19/+14
2013-02-20integration-test: Move to using umockdevMartin Pitt1-130/+86
2013-02-12Also deprecate running the powersave scriptsRichard Hughes1-1/+3
2013-02-12Add a --enable-deprecated configure argumentRichard Hughes1-1/+16
2013-01-31linux: Bump maximum accepted "time to empty" to 10 daysMartin Pitt1-2/+2
2013-01-31Add test case for previous commitMartin Pitt1-0/+29
2013-01-31linux: Fix batteries which report current energy but full chargeAlex Hornung1-1/+1
2013-01-29Fix two memory leaksColin Watson1-1/+2
2013-01-14Don't use the deprecated INCLUDES in Makefile.amRichard Hughes1-1/+1
2013-01-10Factor out the Logitech Unifying support to support other devicesRichard Hughes8-790/+1303
2013-01-03lg-unifying: fix K750 features name, use 1 second intervalJulien Danjou1-19/+17
2012-12-29Fix device matching for recent kernelsPeter Hurley1-2/+2
2012-10-30Add support for Logitech Unifying devicesJulien Danjou4-11/+853
2012-09-03Send resume signal when built with systemd and using pm-utils suspendJan Alexander Steffens (heftig)1-3/+4