git: 5a98d9d02868 - main - RELNOTES: document usbconfig(8) changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Feb 2024 12:06:11 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=5a98d9d028685624316208eaa192768b23b39acb commit 5a98d9d028685624316208eaa192768b23b39acb Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-02-29 12:06:08 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-02-29 12:06:08 +0000 RELNOTES: document usbconfig(8) changes --- RELNOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELNOTES b/RELNOTES index 258ac8090928..25cffbd84eae 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,10 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +fe86d923f83f: + usbconfig(8) now reads the descriptions of the usb vendor and products + from usb.ids when available similarly to what pciconf(8) do. + 4347ef60501f: The powerd(8) utility is now enabled in /etc/rc.conf by default on images for the arm64 Raspberry Pi's (arm64-aarch64-RPI img files).