summaryrefslogtreecommitdiff
path: root/Events/XDC2008
diff options
context:
space:
mode:
authorAdamJackson <ajax@nwnk.net>2008-04-16 23:05:23 +0000
committerAdamJackson <ajax@nwnk.net>2008-04-16 23:05:23 +0000
commit230e7b4659cfcb42736c778c2854a21a53eb4fe9 (patch)
treea24804bddd8ca2492edd3de7fa7e884301d5debe /Events/XDC2008
parentb5cdf22410e5e3e04fabd1b277c0a78d8ff024b4 (diff)
Diffstat (limited to 'Events/XDC2008')
-rw-r--r--Events/XDC2008/Notes.moin8
1 files changed, 7 insertions, 1 deletions
diff --git a/Events/XDC2008/Notes.moin b/Events/XDC2008/Notes.moin
index 10f0e68e..8184f8bd 100644
--- a/Events/XDC2008/Notes.moin
+++ b/Events/XDC2008/Notes.moin
@@ -225,4 +225,10 @@ ACPI doesn't require that the platform do anything, but it also doesn't require
Some machines will reenable text mode in BIOS. Sometimes that happens during ACPI methods. Sometimes that only happens if the platform thinks Linux is running. But you'd really rather not go back to text mode at all. Ideally, you'd restore state and go back to graphics directly.
-Swapping out all the state is kinda difficult, but doable. The really hard part is getting the device into a consistent state before doing the state restore.
+Swapping out all the state is kinda difficult, but doable. The really hard part is getting the device into a consistent state before doing the state restore. Then you need to block X until everything is back to a reasonable state.
+
+(Lots of implementation details)
+
+How do you survive video hotplug? Actually, you're not expected to be able to.
+
+Need to be cleaner about input hotplug, not doing it right right now. Just a bug.