mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #8518 from chewitt/bluez-patch
bluez: support input.conf to handle PS3 controllers
This commit is contained in:
@@ -62,6 +62,8 @@ post_makeinstall_target() {
|
||||
-e "s|^#\[Policy\]|\[Policy\]|g" \
|
||||
-e "s|^#AutoEnable.*|AutoEnable=true|g" \
|
||||
-e "s|^#JustWorksRepairing.*|JustWorksRepairing=always|g"
|
||||
echo "[General]" > ${INSTALL}/etc/bluetooth/input.conf
|
||||
echo "ClassicBondedOnly=false" >> ${INSTALL}/etc/bluetooth/input.conf
|
||||
|
||||
mkdir -p ${INSTALL}/usr/share/services
|
||||
cp -P ${PKG_DIR}/default.d/*.conf ${INSTALL}/usr/share/services
|
||||
|
||||
Reference in New Issue
Block a user