mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
Merge branch 'next' into for-linus
Prepare input updates for 6.1 merge window.
This commit is contained in:
@@ -235,6 +235,12 @@ A few EV_ABS codes have special meanings:
|
||||
BTN_TOOL_<name> signals the type of tool that is currently detected by the
|
||||
hardware and is otherwise independent of ABS_DISTANCE and/or BTN_TOUCH.
|
||||
|
||||
* ABS_PROFILE:
|
||||
|
||||
- Used to describe the state of a multi-value profile switch. An event is
|
||||
emitted only when the selected profile changes, indicating the newly
|
||||
selected profile value.
|
||||
|
||||
* ABS_MT_<name>:
|
||||
|
||||
- Used to describe multitouch input events. Please see
|
||||
|
@@ -189,3 +189,9 @@ Gamepads report the following events:
|
||||
- Rumble:
|
||||
|
||||
Rumble is advertised as FF_RUMBLE.
|
||||
|
||||
- Profile:
|
||||
|
||||
Some pads provide a multi-value profile selection switch. An example is the
|
||||
XBox Adaptive and the XBox Elite 2 controllers. When the active profile is
|
||||
switched, its newly selected value is emitted as an ABS_PROFILE event.
|
||||
|
Reference in New Issue
Block a user