Re: [PATCH] Input: uinput - Add UI_SET_UNIQ ioctl handler
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2019-12-04 01:49:41
Also in:
linux-bluetooth, lkml
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2019-12-04 01:49:41
Also in:
linux-bluetooth, lkml
Hi Abhishek,
Support setting the uniq attribute of the input device. The uniq attribute is used as a unique identifier for the connected device. For example, uinput devices created by BlueZ will store the address of the connected device as the uniq property.
you might also then want to add HIDIOCGRAWUNIQ support to the hidraw driver. Regards Marcel