summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-14daemon: Remove obsolete featuresBastien Nocera12-1465/+1
2013-10-14daemon: Simplify _new() functionsBastien Nocera10-30/+10
2013-10-14freebsd: Remove useless finalizeBastien Nocera1-17/+0
2013-10-14linux: Don't print a warning if the status sysfs attr is missingBastien Nocera1-1/+2
2013-10-14daemon: Remove unused _set_propertyBastien Nocera1-14/+0
2013-10-14daemon: Avoid trying to close fd that wasn't openedBastien Nocera1-1/+2
2013-10-14daemon: Fix options parsingBastien Nocera1-1/+5
2013-10-14linux: Opt-out of checking Watts Up devices earlierBastien Nocera1-12/+12
2013-10-14daemon: Include config.h in up-backend.hLandry Breuil1-0/+2
2013-10-14openbsd: Use g_thread_try_new()Landry Breuil1-1/+1
2013-10-14openbsd: recognize when battery is absent or fully chargedJasper Lievisse Adriaanse1-2/+36
2013-10-14linux: Don't guess discharging state for devicesBastien Nocera1-1/+1
2013-10-08Linux integration tests: Fix PEP8 errorsMartin Pitt1-103/+100
2013-10-08Linux integration tests: Fix pyflakes errorsMartin Pitt1-22/+17
2013-10-08Linux integration tests: First test case for libraryMartin Pitt2-1/+22
2013-09-27linux: Track power_supply devices by name only instead of full sysfs pathMartin Pitt2-8/+14
2013-09-20Linux integration tests: Test reconnect of bluetooth mouseMartin Pitt1-3/+67
2013-09-20Linux integration tests: Run tests under umockdev-wrapperMartin Pitt1-1/+5
2013-09-18openbsd: Do not call g_thread_init()Richard Hughes1-1/+0
2013-09-06linux: Detect the battery of bluetooth input devicesShih-Yuan Lee (FourDollars)1-1/+50
2013-09-06Linux integration tests: Add bluetooth mouse and keyboardMartin Pitt1-0/+84
2013-09-04Set locale in daemon and toolShih-Yuan Lee (FourDollars)1-0/+2
2013-09-04hidpp: try harder not to report 0% batteryPeter Wu1-1/+6
2013-09-03Linux integration tests: Verify device typesMartin Pitt1-0/+4
2013-09-03Linux integration tests: Verify that UPSes and batteries are power suppliesMartin Pitt1-0/+3
2013-09-03linux: Allow valid UTF-8 encoded stringShih-Yuan Lee (FourDollars)2-1/+4
2013-09-03Linux integration tests: add test for vendor/product/serial stringsMartin Pitt1-0/+31
2013-09-03hidpp: simplify setting model and serialPeter Wu1-9/+2
2013-09-03hidpp: drop read_msg, print correct bufferPeter Wu1-12/+9
2013-09-03hidpp: ignore remaining garbage for debug printPeter Wu1-2/+4
2013-09-03hidpp: fix K750 battery and luminosity propertiesPeter Wu3-4/+40
2013-09-03hidpp: move timeout checking before readingPeter Wu1-10/+10
2013-09-03hidpp: split request read/write functionsPeter Wu1-24/+58
2013-09-03hidpp: retry when read or g_poll is interruptedPeter Wu1-0/+6
2013-09-03hidpp: more useful error messagesPeter Wu1-8/+19
2013-09-03hidpp: fix memleak while coldpluggingPeter Wu1-11/+21
2013-09-03hidpp: fix fd leakPeter Wu1-0/+3
2013-09-03hidpp: retrieve serial number for devices (v2)Peter Wu3-1/+42
2013-09-03hidpp: remove unnecessary HID++ 2.0 codePeter Wu1-74/+5
2013-09-03hidpp: fix properties for unreachable devices (v2)Peter Wu3-12/+45
2013-09-03hidpp: improve HID++ version detection, fix uninit varPeter Wu2-11/+27
2013-09-03hidpp: pick up devices that just got pairedPeter Wu1-0/+3
2013-09-03hidpp: assume HID++ 1.0 for unreachable devicesPeter Wu1-1/+5
2013-09-03hidpp: test only once for d7 registerPeter Wu1-13/+18
2013-09-03hidpp: support battery register 0x07Peter Wu1-2/+54
2013-09-03hidpp: do not print warnings if device is offlinePeter Wu2-6/+17
2013-09-03hidpp: recognise HID++ 1.0 ping response againPeter Wu1-3/+28
2013-09-03hidpp: clear message queue before initiating new requests (v2)Peter Wu1-0/+25
2013-09-03hidpp: validate messages, retry if invalidPeter Wu1-32/+76
2013-09-03hidpp: refactor to introduce structure in protocolPeter Wu1-157/+154