Commit 50a88cb7eddb971077ae7dff76b116747c12c371

Authored by Jekyll Lai
Committed by Dmitry Torokhov
1 parent e1336bff92

Input: add SW_ROTATE_LOCK switch type

This switch is used to signal that user want to disable screen
transitions from portrait to landscape mode and back.

Signed-off-by: Jekyll Lai <jekyll_lai@wistron.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/linux/input.h
... ... @@ -775,6 +775,7 @@
775 775 #define SW_CAMERA_LENS_COVER 0x09 /* set = lens covered */
776 776 #define SW_KEYPAD_SLIDE 0x0a /* set = keypad slide out */
777 777 #define SW_FRONT_PROXIMITY 0x0b /* set = front proximity sensor active */
  778 +#define SW_ROTATE_LOCK 0x0c /* set = rotate locked/disabled */
778 779 #define SW_MAX 0x0f
779 780 #define SW_CNT (SW_MAX+1)
780 781