Reenable kb toggle

This commit is contained in:
Jeremy Soller 2018-03-09 21:38:56 -07:00
parent 77a1599d38
commit 6cb6d59201
1 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ static void s76_debug_wmi(void) {
DEBUG_WMI(56, GetFANCount) DEBUG_WMI(56, GetFANCount)
DEBUG_WMI(57, GetBoardId) DEBUG_WMI(57, GetBoardId)
DEBUG_WMI(58, GetOem1) DEBUG_WMI(58, GetOem1)
DEBUG_WMI(59, GetLCDResolution) //DEBUG_WMI(59, GetLCDResolution)
DEBUG_WMI(60, GetHDMIport) DEBUG_WMI(60, GetHDMIport)
DEBUG_WMI(61, GetWhiteLedKB) DEBUG_WMI(61, GetWhiteLedKB)
DEBUG_WMI(62, GetGSensorMode) DEBUG_WMI(62, GetGSensorMode)
@ -186,13 +186,13 @@ static void s76_wmi_notify(u32 value, void *context) {
kb_wmi_color(); kb_wmi_color();
break; break;
case 0x7b: case 0x7b:
kb_led_suspend(); //TODO: Fn+Backspace
break; break;
case 0x95: case 0x95:
s76_debug_wmi(); s76_debug_wmi();
break; break;
case 0x9F: case 0x9F:
//TODO: Fn+Backspace kb_wmi_toggle();
break; break;
case 0xF4: case 0xF4:
s76_input_airplane_wmi(); s76_input_airplane_wmi();