* libCEC: Update to 6.0.2
* L4T: Switch-bsp: Fix typos
* Switch: Fix all permission issues with running kodi as a non-root user.
* L4T: Switch: Minor code cleanups
* Add upower and libgudev so kodi can get battery stats
Upower was removed from libreELEC in 2013 with this commit: 3a130cd500
This was a stupid choice as it is the only option in kodi for supplying any battery statitistics. Currently broken.
This patchset: https://github.com/xbmc/xbmc/pull/17327/commits for kodi seemingliy wants to fix the issue(Doesnt, is more of a new way to deal with dbus in general), but will still require that upower be available for battery.
* Switch: LibreELEC: Peripheral.Joystick: Fix Add Patches from PR's upstream to fix issues with udev devices
* Switch: LibreElec: Peripheral.Joystick: Add Nintendo Switch udev joystick mappings
* Switch: LibreELEC: Peripheral.Joystick: Force Udev controller driver as default.
* L4T: Fix/Enable NVV4l2 decoder in libreelec builds.
* L4T: LibreELEC: Allow Kodi to run as root
* L4T: Small Tree Cleanup
* Bluez: Switch: LibreELEC: Fix fast connect on all switch builds, not just lakka.
* L4T: Finish ffmpeg 6.0 patchset
* L4T: Fix building newer libcec for switch
* L4T: switch-bsp: Update dock hotplug to check distro stuff, before integrating CEC and bump version.
This adds support for board-specific firmware files to Broadcom
hciattach, like kernel does for WLAN firmware.
Signed-off-by: Matthias Reichl <hias@horus.com>
Release of BlueZ 5.64
- 19th March 2022, 06:18 am by Tedd Ho-Jeong An
This is another release mostly with the bug fixes on HOG, GATT, A2DP,
Media, AVDTP, AVRCP, and scanning failure. Also, this release includes a
fix for building with old glibc (< 2.25), and other minor issues found
with the static code analyzing tool. ISO packet support is added to the
emulator as a part of LE Audio development.
update 5.62 (2021-10-17) to 5.63 (2022-01-06)
Release of BlueZ 5.63
6th January 2022, 08:49 pm by Tedd Ho-Jeong An
This release is mostly a bug fix release, with fixes to features such as
GATT, SDP, Daemon, and emulator. It also adds a new MGMT Event for
Device Found and Device Lost of Advertisement Monitor.
New build options for sanitizers (lsan, asan, ubsan) are added and it
may require installing additional libraries depending on the distros.
This enables bluez/hciattach to use firmware files added by the
kernel overlay system.
Also move /etc/firmware symlink creation from linux to bluez,
the linux kernel package shouldn't need to care about quirks needed
by other packages.
Signed-off-by: Matthias Reichl <hias@horus.com>