Skip to content
Commit ba667650 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: psmouse - 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: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 1ef85805
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment