mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #4137 from chewitt/hwdb_o2
add hwdb.d installations from packages, make o2.cz BT remote config globally available
This commit is contained in:
commit
175b7ed46e
3
packages/sysutils/systemd/hwdb.d/70-local-keyboard.hwdb
Normal file
3
packages/sysutils/systemd/hwdb.d/70-local-keyboard.hwdb
Normal file
@ -0,0 +1,3 @@
|
||||
# o2.cz bluetooth remote
|
||||
evdev:input:b0005v0217p0000e0110*
|
||||
KEYBOARD_KEY_c0041=enter # OK button
|
@ -90,6 +90,11 @@ if [ "${TARGET}" = "target" ] ; then
|
||||
cp ${PKG_TMP_DIR}/udev.d/*.rules ${INSTALL}/usr/lib/udev/rules.d
|
||||
fi
|
||||
|
||||
if [ -d ${PKG_TMP_DIR}/hwdb.d ]; then
|
||||
mkdir -p ${INSTALL}/usr/lib/udev/hwdb.d
|
||||
cp ${PKG_TMP_DIR}/hwdb.d/*.hwdb ${INSTALL}/usr/lib/udev/hwdb.d
|
||||
fi
|
||||
|
||||
if [ -d ${PKG_TMP_DIR}/sleep.d ]; then
|
||||
mkdir -p ${INSTALL}/usr/lib/systemd/system-sleep
|
||||
cp ${PKG_TMP_DIR}/sleep.d/* ${INSTALL}/usr/lib/systemd/system-sleep
|
||||
|
Loading…
x
Reference in New Issue
Block a user