~ubuntu-branches/debian/sid/libevdev/sid

« back to all changes in this revision

Viewing changes to include/linux/input.h

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2014-09-09 07:59:54 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140909075954-wuic1ooxes68u2er
Tags: 1.3+dfsg-1
* New upstream release.
* libevdev should really have priority optional rather than extra.
* Add upstream's signing key and use it in debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
#define INPUT_PROP_DIRECT               0x01    /* direct input devices */
163
163
#define INPUT_PROP_BUTTONPAD            0x02    /* has button(s) under pad */
164
164
#define INPUT_PROP_SEMI_MT              0x03    /* touch rectangle only */
 
165
#define INPUT_PROP_TOPBUTTONPAD         0x04    /* softbuttons at top of pad */
165
166
 
166
167
#define INPUT_PROP_MAX                  0x1f
167
168
#define INPUT_PROP_CNT                  (INPUT_PROP_MAX + 1)
459
460
#define KEY_VIDEO_NEXT          241     /* drive next video source */
460
461
#define KEY_VIDEO_PREV          242     /* drive previous video source */
461
462
#define KEY_BRIGHTNESS_CYCLE    243     /* brightness up, after max is min */
462
 
#define KEY_BRIGHTNESS_ZERO     244     /* brightness off, use ambient */
 
463
#define KEY_BRIGHTNESS_AUTO     244     /* Set Auto Brightness: manual
 
464
                                          brightness control is off,
 
465
                                          rely on ambient */
 
466
#define KEY_BRIGHTNESS_ZERO     KEY_BRIGHTNESS_AUTO
463
467
#define KEY_DISPLAY_OFF         245     /* display device to off state */
464
468
 
465
469
#define KEY_WWAN                246     /* Wireless WAN (LTE, UMTS, GSM, etc.) */
629
633
#define KEY_ADDRESSBOOK         0x1ad   /* AL Contacts/Address Book */
630
634
#define KEY_MESSENGER           0x1ae   /* AL Instant Messaging */
631
635
#define KEY_DISPLAYTOGGLE       0x1af   /* Turn display (LCD) on and off */
 
636
#define KEY_BRIGHTNESS_TOGGLE   KEY_DISPLAYTOGGLE
632
637
#define KEY_SPELLCHECK          0x1b0   /* AL Spell Check */
633
638
#define KEY_LOGOFF              0x1b1   /* AL Logoff */
634
639
 
720
725
 
721
726
#define KEY_ALS_TOGGLE          0x230   /* Ambient light sensor */
722
727
 
 
728
#define KEY_BUTTONCONFIG                0x240   /* AL Button Configuration */
 
729
#define KEY_TASKMANAGER         0x241   /* AL Task/Project Manager */
 
730
#define KEY_JOURNAL             0x242   /* AL Log/Journal/Timecard */
 
731
#define KEY_CONTROLPANEL                0x243   /* AL Control Panel */
 
732
#define KEY_APPSELECT           0x244   /* AL Select Task/Application */
 
733
#define KEY_SCREENSAVER         0x245   /* AL Screen Saver */
 
734
#define KEY_VOICECOMMAND                0x246   /* Listening Voice Command */
 
735
 
 
736
#define KEY_BRIGHTNESS_MIN              0x250   /* Set Brightness to Minimum */
 
737
#define KEY_BRIGHTNESS_MAX              0x251   /* Set Brightness to Maximum */
 
738
 
723
739
#define BTN_TRIGGER_HAPPY               0x2c0
724
740
#define BTN_TRIGGER_HAPPY1              0x2c0
725
741
#define BTN_TRIGGER_HAPPY2              0x2c1