data/hwdb: Add generic AVRCP bluetooth hardware
This ensures external BT devies using this profile don't trigger unblank by default.
This is draft as the rule currently doesn't match when it contains ()
. Thanks to the testing of Phil Hands we know this works:
# systemd-hwdb query 'gmobile:name:OpenComm by AfterShokz (AVRCP):dt:doesnotmatter'
> GM_WAKEUP_KEY_DEFAULT=0
but somehow the ()
end up getting mangled in the udev rule. A pattern avoiding the ()
would work:
+gmobile:name:* ?AVRCP?:*
Edited by Guido Günther