]> err.no Git - linux-2.6/blobdiff - drivers/input/input.c
[POWERPC] 83xx: Add default config file for Wind River SBC8349 board
[linux-2.6] / drivers / input / input.c
index c0837d3920570141d6111576cfea2703bbd535d2..a0be978501ff1c1679374adcde4d13ad84102aa6 100644 (file)
@@ -235,6 +235,10 @@ static void input_handle_event(struct input_dev *dev,
                if (value >= 0)
                        disposition = INPUT_PASS_TO_ALL;
                break;
+
+       case EV_PWR:
+               disposition = INPUT_PASS_TO_ALL;
+               break;
        }
 
        if (type != EV_SYN)