Use KEY_WLAN to fix issue with userspace recognition

This commit is contained in:
Jeremy Soller 2017-12-28 13:21:21 -07:00
parent 4c070de0c8
commit 4d498a203a
1 changed files with 1 additions and 1 deletions

View File

@ -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);