Recent content by bharathsm

  1. B

    Input sub system button codes

    Hi JasKinasis, Thanks. The input-event-codes.h belongs to Linux kernel input subsystem. File present in include/*/linux/input-event-codes.h. These codes are used by input device drivers and user interface applications. Input device drivers uses codes to pass information received from user...
  2. B

    Input sub system button codes

    The input-event-codes.h contains multiple entries for FORWARD key, 1.#define KEY_FORWARD 159 /* AC Forward */ 2. #define KEY_FASTFORWARD 208 3. #define BTN_FORWARD 0x115 Does these codes are intended for different purpose? If yes, What are those?
Top