summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-04 15:53:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-04 15:53:03 -0400
commit3b4d77ca02ede266f808b06a0b2d503e7cfc85e8 (patch)
tree3f5eddbdad18acfa4d15ef39de5de51ef77fc11c
parent1b3c69c0e6d6d87c11805e1001045b1c7b4c6ad5 (diff)
comment
-rw-r--r--doc/bugs/__91__FR__93___No_consistency_check_while_on_battery-only/comment_1_b557db02c3719152d392fa454c9c5ce5._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/__91__FR__93___No_consistency_check_while_on_battery-only/comment_1_b557db02c3719152d392fa454c9c5ce5._comment b/doc/bugs/__91__FR__93___No_consistency_check_while_on_battery-only/comment_1_b557db02c3719152d392fa454c9c5ce5._comment
new file mode 100644
index 000000000..99de27120
--- /dev/null
+++ b/doc/bugs/__91__FR__93___No_consistency_check_while_on_battery-only/comment_1_b557db02c3719152d392fa454c9c5ce5._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-02-04T19:48:10Z"
+ content="""
+I agree this would be nice. However, how to detect if it's on battery?
+
+Debian has a `on_ac_power` command which is rather complicated; 88 lines of
+code that deal with APM, PMU (powerpc), and two different kernel interfaces
+for ACPI (new sysfs and old /proc/acpi).
+
+Then there's OSX, Windows, Android..
+
+I'm going to move this from bugs to todo.
+"""]]