POWERSTATECHANGE was misspelled.

This commit is contained in:
Matthew N. Dodd 2005-03-24 01:26:40 +00:00
parent cae2d2c61f
commit 75b36243d1

View File

@ -72,7 +72,7 @@ struct event_config events[EVENT_MAX] = {
EVENT_CONFIG_INITIALIZER(NORMRESUME, 0)
EVENT_CONFIG_INITIALIZER(CRITRESUME, 0)
EVENT_CONFIG_INITIALIZER(BATTERYLOW, 0)
EVENT_CONFIG_INITIALIZER(POWERSTATECHANG, 0)
EVENT_CONFIG_INITIALIZER(POWERSTATECHANGE, 0)
EVENT_CONFIG_INITIALIZER(UPDATETIME, 0)
EVENT_CONFIG_INITIALIZER(CRITSUSPEND, 1)
EVENT_CONFIG_INITIALIZER(USERSTANDBYREQ, 1)