Use KEY_WLAN to fix issue with userspace recognition
This commit is contained in:
parent
4c070de0c8
commit
4d498a203a
2
input.c
2
input.c
|
|
@ -19,7 +19,7 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define AIRPLANE_KEY KEY_RFKILL
|
#define AIRPLANE_KEY KEY_WLAN
|
||||||
|
|
||||||
static struct input_dev *s76_input_device;
|
static struct input_dev *s76_input_device;
|
||||||
static DEFINE_MUTEX(s76_input_report_mutex);
|
static DEFINE_MUTEX(s76_input_report_mutex);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue