Files
linux/drivers/input
Dmitry Torokhov 592c352b95 Input: logips2pp - clean up code
- switch to using BIT() macros
- use u8 instead of unsigned char for byte data
- use input_set_capability() instead of manipulating capabilities bits
  directly
- use sign_extend32() when extracting wheel data.
- do not abuse -1 as error code, propagate errors from various calls.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2018-02-02 16:49:01 -08:00
..
2017-11-07 18:11:56 -08:00
2018-02-02 16:49:01 -08:00
2017-11-07 18:11:56 -08:00
2012-08-21 22:29:49 -07:00
2010-11-30 23:10:26 -08:00
2015-07-24 09:11:01 -07:00