File tree 1 file changed +4
-4
lines changed
drivers/input/touchscreen
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ struct test_header {
177
177
178
178
// Button key codes
179
179
#define KEY_BUTTON_LEFT KEY_BACK
180
- #define KEY_BUTTON_RIGHT KEY_APPSELECT
180
+ #define KEY_BUTTON_RIGHT KEY_BACK
181
181
182
182
/*********************for Debug LOG switch*******************/
183
183
#define TPD_ERR (a , arg ...) pr_err(TPD_DEVICE ": " a, ##arg)
@@ -1563,11 +1563,11 @@ void int_touch(void)
1563
1563
mutex_unlock (& ts -> mutexreport );
1564
1564
}
1565
1565
#ifdef SUPPORT_TP_TOUCHKEY
1566
- #define OEM_KEY_BACK (key_switch ? KEY_APPSELECT : KEY_BACK)
1567
- #define OEM_KEY_APPSELECT (key_switch ? KEY_BACK : KEY_APPSELECT)
1566
+ #define OEM_KEY_BACK KEY_BACK
1567
+ #define OEM_KEY_APPSELECT KEY_BACK
1568
1568
#else
1569
1569
#define OEM_KEY_BACK KEY_BACK
1570
- #define OEM_KEY_APPSELECT KEY_APPSELECT
1570
+ #define OEM_KEY_APPSELECT KEY_BACK
1571
1571
#endif
1572
1572
static void int_key_report_s3508 (struct synaptics_ts_data * ts )
1573
1573
{
You can’t perform that action at this time.
0 commit comments