lp:~graag/powernap/InputMonitorFixes

Created by Konrad Klimaszewski and last modified
Get this branch:
bzr branch lp:~graag/powernap/InputMonitorFixes
Only Konrad Klimaszewski can upload to this branch. If you are Konrad Klimaszewski please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Konrad Klimaszewski
Project:
powernap
Status:
Development

Recent revisions

260. By Konrad Klimaszewski

InputMonitor fixes.

- Fixed some indentation inconsistency from previous commit.
- Changed the usb_input_available to try /dev/input/by-path not only if
  /dev/input/by-id does not exist but also if it does not contain requested
  device.

259. By Konrad Klimaszewski

Fixes to monitors initialization

- When loading of monitor confing throwed an exception all subsequent monitors
  were skipped. Now powernapd will die when an exception is thrown while
  loading a monitor config. The rationale is that if the monitor is watching
  over important service it is not acceptable for such monitor to be skipped
  causing interruption of the service by powernap.
- InputMonitor assumes that input devices are present in /dev/input/by-id. On
  my system /dev/input/by-id is not present. Instead my keyboard is registered
  in /dev/input/by-path. This caused the config loading throw "No such file or
  directory" exception. Added os.path.exists tests and added /dev/input/by-path
  as a fallback. Could be related to my keyboard being PS2 not USB.

258. By Andres Rodriguez

More minor fixes

257. By Andres Rodriguez

Minor fixes

256. By Andres Rodriguez

* Package powernap-server:
  - debian/control: Add powerwaked, powerwake-common, powernap-server
  - debian/{powerwaked,powerwake-common}.install: Add
  - debian/powerwaked.upstart: Add upstart job.

255. By Andres Rodriguez

Move files to correct directories in preparation for packaging

254. By Andres Rodriguez

Improvements to the newly added code

253. By Andres Rodriguez

powerwake-monitor: Add tool to add, delete, list, etc.

252. By Andres Rodriguez

* Add Initial PowerNap (powerwaked) Server Capabilities:
  - powerwake/*: Add module and Initial ARPMonitor (LP: #737479).
  - powerwaked.conf: Add config file.
  - powerwaked: Add daemon.

251. By Andres Rodriguez

opening 2.12

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.