-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
250099e
commit 3e36627
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
radxa-otgutils (0.3.0) stable; urgency=medium | ||
|
||
radxa-otgutils was never supposed to be enabled and started on boot by | ||
default. However, due to systemd enables all units according to the default | ||
preset policy [1], they were nevertheless enabled by default. | ||
|
||
Currently there is an issue where some services (like radxa-adbd) cannot be | ||
enabled on mutiple UDC controllers. As such, existing services are updated to | ||
take an UDC controller parameter to bind to that device. This has the side | ||
effect that now services won't be enabled on first boot (due to missing | ||
parameter). | ||
|
||
rsetup > 0.3.44 contains the support to manage radxa-otgutils' services. | ||
|
||
1: https://www.freedesktop.org/software/systemd/man/latest/systemd.preset.html | ||
|
||
-- "Radxa Computer Co., Ltd" <[email protected]> Tue, 30 Jan 2024 16:39:56 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
radxa-otgutils (0.3.0) stable; urgency=medium | ||
|
||
[ ZHANG Yuntian ] | ||
* Remove symlinks | ||
* feat; update CI | ||
* fix: fix issues found by pre-commit | ||
* fix: suppress lintian warning | ||
|
||
[ dependabot[bot] ] | ||
* Bump actions/checkout from 3 to 4 | ||
* Bump actions/upload-artifact from 3 to 4 | ||
* Bump actions/download-artifact from 3 to 4 | ||
|
||
[ CodeChenL ] | ||
* Add multi-UDC support (#7) | ||
* Extended sleep time to fix adbd startup failure | ||
|
||
-- "Radxa Computer Co., Ltd" <[email protected]> Tue, 30 Jan 2024 16:39:56 +0800 | ||
|
||
radxa-otgutils (0.2.2) stable; urgency=medium | ||
|
||
[ ZHANG Yuntian ] | ||
|