Commit: 66f4c241beb46e4eb3e0627650b3e984f01a7ff5
Parent: 29016d835abfc7a0b059d3d6517678dd16859572
Author: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2019-12-03 19:12:28
Tree: 819916cf7f10136f5376c6e72e707e3d86e643f5

input: Set uniq attribute Set the uniq attribute of /dev/uinput with the peer device address. The resulting uinput device will look like this: $ udevadm info -a -p /sys/devices/virtual/input/input17 ... looking at device '/devices/virtual/input/input17': KERNEL=="input17" SUBSYSTEM=="input" DRIVER=="" ATTR{inhibited}=="0" ATTR{name}=="BeatsStudio Wireless (AVRCP)" ATTR{phys}=="00:00:00:6e:d0:74" ATTR{properties}=="0" ATTR{uniq}=="00:00:00:1a:33:21"

Diffstat

M profiles/audio/avctp.c | 4 +++-
M src/uinput.h | 2 ++

2 files changed, 5 insertions(+), 1 deletions(-)

View Full Diff | Patch