You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With recent kernels most keys can be handled the same way as battery, processor, ac_adapter, button/power and button/sleep:
button/wlan - EEEPC_WIFI_TOGGLE
button/brightnessdown - EEEPC_BRIGHTNESS_DOWN
button/brightnessup - EEEPC_BRIGHTNESS_UP
button/prog1 - EEEPC_TASKMAN
video/displayoff - EEEPC_SCREEN_OFF
video/switchmode - EEEPC_RESOLUTION
button/volumedown - EEEPC_VOL_DOWN
button/volumeup - EEEPC_VOL_UP
button/mute - EEEPC_VOL_MUTE
Only EEEPC_SHE_TOGGLE, EEEPC_TOUCHPAD_TOGGLE and the silver touchpad toggle button with embedded LED are not covered by human-readable event names. All names correctly match the buttons on my 1005HA.
Can owners of other models confirm?
The text was updated successfully, but these errors were encountered:
With recent kernels most keys can be handled the same way as
battery
,processor
,ac_adapter
,button/power
andbutton/sleep
:button/wlan
-EEEPC_WIFI_TOGGLE
button/brightnessdown
-EEEPC_BRIGHTNESS_DOWN
button/brightnessup
-EEEPC_BRIGHTNESS_UP
button/prog1
-EEEPC_TASKMAN
video/displayoff
-EEEPC_SCREEN_OFF
video/switchmode
-EEEPC_RESOLUTION
button/volumedown
-EEEPC_VOL_DOWN
button/volumeup
-EEEPC_VOL_UP
button/mute
-EEEPC_VOL_MUTE
Only
EEEPC_SHE_TOGGLE
,EEEPC_TOUCHPAD_TOGGLE
and the silver touchpad toggle button with embedded LED are not covered by human-readable event names. All names correctly match the buttons on my 1005HA.Can owners of other models confirm?
The text was updated successfully, but these errors were encountered: