commit | ffd0db97196c1057f09c2ab42dd5b30e94e511d9 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Sep 16 01:06:43 2009 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Sep 17 23:23:58 2009 -0700 |
tree | 5ac8654257d52612227c6eab1b32e13a71b9c54d | |
parent | 181d683d752c432635eda0f182ee71548c1f1820 [diff] [blame] |
Input: add generic suspend and resume for input devices Automatically turn off leds and sound effects as part of suspend process and restore led state, sounds and repeat rate at resume. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
diff --git a/include/linux/input.h b/include/linux/input.h index 8b3bc3e..0ccfc30 100644 --- a/include/linux/input.h +++ b/include/linux/input.h
@@ -1123,7 +1123,7 @@ struct mutex mutex; unsigned int users; - int going_away; + bool going_away; struct device dev;