Input: FIQ and sysrq default deauthorized

(cherry picked from commit c6389b11ae779d9f360d2c6555037e1d73c0fe1b)

Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Bug: 36101220
Change-Id: I9f0ae9a9e3828dedf4b933bf1d752c98777cfa91
This commit is contained in:
Mark Salyzyn 2017-03-27 14:17:00 -07:00 committed by LuK1337
parent f525b5edb1
commit 45c1758ef2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <linux/types.h>
/* Enable/disable SYSRQ support by default (0==no, 1==yes). */
#define SYSRQ_DEFAULT_ENABLE 1
#define SYSRQ_DEFAULT_ENABLE 0
/* Possible values of bitmask for enabling sysrq functions */
/* 0x0001 is reserved for enable everything */