File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ clean-deb:
6767#
6868.PHONY : dch
6969dch : debian/changelog
70- EDITOR=true gbp dch --commit --debian-branch=main --release --dch-opt=--upstream
70+ EDITOR=true gbp dch --commit --debian-branch=main --release --dch-opt=--upstream --multimaint-merge
7171
7272.PHONY : deb
7373deb : debian
Original file line number Diff line number Diff line change 1+ radxa-otgutils (0.3.0) stable; urgency=medium
2+
3+ radxa-otgutils was never supposed to be enabled and started on boot by
4+ default. However, due to systemd enables all units according to the default
5+ preset policy [1], they were nevertheless enabled by default.
6+
7+ Currently there is an issue where some services (like radxa-adbd) cannot be
8+ enabled on mutiple UDC controllers. As such, existing services are updated to
9+ take an UDC controller parameter to bind to that device. This has the side
10+ effect that now services won't be enabled on first boot (due to missing
11+ parameter).
12+
13+ rsetup > 0.3.44 contains the support to manage radxa-otgutils' services.
14+
15+ 1: https://www.freedesktop.org/software/systemd/man/latest/systemd.preset.html
16+
17+ -- "Radxa Computer Co., Ltd" <
[email protected] > Tue, 30 Jan 2024 16:39:56 +0800
Original file line number Diff line number Diff line change 1+ radxa-otgutils (0.3.0) stable; urgency=medium
2+
3+ [ ZHANG Yuntian ]
4+ * Remove symlinks
5+ * feat; update CI
6+ * fix: fix issues found by pre-commit
7+ * fix: suppress lintian warning
8+
9+ [ dependabot[bot] ]
10+ * Bump actions/checkout from 3 to 4
11+ * Bump actions/upload-artifact from 3 to 4
12+ * Bump actions/download-artifact from 3 to 4
13+
14+ [ CodeChenL ]
15+ * Add multi-UDC support (#7)
16+ * Extended sleep time to fix adbd startup failure
17+
18+ -- "Radxa Computer Co., Ltd" <
[email protected] > Tue, 30 Jan 2024 16:39:56 +0800
19+
120radxa-otgutils (0.2.2) stable; urgency=medium
221
322 [ ZHANG Yuntian ]
You can’t perform that action at this time.
0 commit comments