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

input: Change uinput name and add AVRCP suffix When creating the uinput device, change the name to the peer device name and add a "(AVRCP)" suffix. 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}==""

Diffstat

M profiles/audio/avctp.c | 44 ++++++++++++++++++++++++++++++- - - - - - - - - - - - - -

1 files changed, 30 insertions(+), 14 deletions(-)

View Full Diff | Patch