Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7707a2a
man/systemd.timer: Correct inaccuracy in man page
AdrianVovk Feb 18, 2025
1359ed5
network/link: ENODATA from reading IFLA_MASTER when an interface has …
yuwata May 27, 2025
1b537d5
network/link: update state file when master ifindex is changed
yuwata May 27, 2025
a6b2111
test-network: add test case for issue #37629
yuwata May 27, 2025
91d46d5
sysupdate: change status once operation has completed
bluca May 28, 2025
e107f86
test: wait for coredump to appear before parsing
bluca May 30, 2025
fd1ee71
bootctl: fix unclosed quote in debug log
MonterraByte May 31, 2025
5501938
network: fix a potential divide-by-zero (#37705)
mugitya03 Jun 2, 2025
459789a
compress: prevent divide-by-zero when no data is read (#37706)
mugitya03 Jun 3, 2025
cd3c9af
repart: if partition already exists, required size may not be multipl…
yuwata Apr 18, 2025
f7f20e2
resolved: honour SD_RESOLVED_NO_CNAME flag when processing cache
poettering Jun 4, 2025
998669f
io-util: protect against INT_MAX overflow in flush_fd()
poettering Jun 4, 2025
aa9f4f6
socket: downgrade not-supported logging for SO_PASSSEC
bluca Jun 9, 2025
e9e748e
resolve: exit from loop for transactions when transactions has been r…
yuwata May 14, 2025
06d4a04
fstab-generator: set mode=0755 with root=tmpfs
bluca Jun 16, 2025
7e6216d
resolved: Tweak link-local addresses relevancy
gtsiam Jun 17, 2025
6224c10
man: encourage the creation of empty machine-id instead of deleting it
lnykryn Jun 18, 2025
614d015
homed: do not log new password when debug logs are enabled
bluca Jun 22, 2025
b9d0cc5
console: when switching console modes and one doesn't work, always go…
poettering Jun 20, 2025
ecb0cac
test: escape '+' from uname -r before using in regex via '=~'
bluca Jun 24, 2025
5ae6aae
hwdb: update to v257-stable@{2025-06-25}
bluca Jun 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,173 changes: 4,068 additions & 105 deletions hwdb.d/20-OUI.hwdb

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions hwdb.d/20-acpi-vendor.hwdb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ acpi:APMC*:
acpi:APTA*:
ID_VENDOR_FROM_DATABASE=Aptina Imaging Corporation

acpi:AREU*:
ID_VENDOR_FROM_DATABASE=Areus GmbH

acpi:ARMH*:
ID_VENDOR_FROM_DATABASE=ARM Ltd.

Expand Down Expand Up @@ -84,6 +87,9 @@ acpi:CORE*:
acpi:CPLM*:
ID_VENDOR_FROM_DATABASE=Capella Microsystems Inc.

acpi:DBSI*:
ID_VENDOR_FROM_DATABASE=DreamBig Semiconductor Inc.

acpi:DELL*:
ID_VENDOR_FROM_DATABASE=Dell, Inc.

Expand Down Expand Up @@ -129,6 +135,9 @@ acpi:FRMW*:
acpi:FRSC*:
ID_VENDOR_FROM_DATABASE=Freescale, Inc

acpi:FSAS*:
ID_VENDOR_FROM_DATABASE=Fsas Technologies Inc.

acpi:FTSC*:
ID_VENDOR_FROM_DATABASE=FocalTech Systems Co., Ltd.

Expand Down Expand Up @@ -222,6 +231,9 @@ acpi:JMIC*:
acpi:JSYS*:
ID_VENDOR_FROM_DATABASE=Juniper Systems, Inc.

acpi:JUMP*:
ID_VENDOR_FROM_DATABASE=JUMPtec GmbH

acpi:KIOX*:
ID_VENDOR_FROM_DATABASE=Kionix, Inc.

Expand Down Expand Up @@ -312,6 +324,9 @@ acpi:RAYD*:
acpi:RKCP*:
ID_VENDOR_FROM_DATABASE=Fuzhou Rockchip Electronics Co., Ltd.

acpi:ROKL*:
ID_VENDOR_FROM_DATABASE=Rockwell Automation, Inc

acpi:RPIL*:
ID_VENDOR_FROM_DATABASE=Raspberry Pi

Expand Down Expand Up @@ -342,9 +357,18 @@ acpi:SNSL*:
acpi:SONY*:
ID_VENDOR_FROM_DATABASE=Sony Corporation

acpi:SOPH*:
ID_VENDOR_FROM_DATABASE=Sophgo Technologies Ltd.

acpi:SSLC*:
ID_VENDOR_FROM_DATABASE=SmartSens Technology (Shanghai) CO., Ltd.

acpi:ST86*:
ID_VENDOR_FROM_DATABASE=Shenzhen South-Top Computer Co., Ltd.

acpi:SUNW*:
ID_VENDOR_FROM_DATABASE=Wuxi Institute of Advanced Technology

acpi:SWEM*:
ID_VENDOR_FROM_DATABASE=Sierra Wireless

Expand Down Expand Up @@ -1185,6 +1209,9 @@ acpi:BEO*:
acpi:BFE*:
ID_VENDOR_FROM_DATABASE=B.F. Engineering Corporation

acpi:BFT*:
ID_VENDOR_FROM_DATABASE=Barnfind Technologies

acpi:BGB*:
ID_VENDOR_FROM_DATABASE=Barco Graphics N.V

Expand Down Expand Up @@ -7467,6 +7494,9 @@ acpi:UFG*:
acpi:UFO*:
ID_VENDOR_FROM_DATABASE=UFO Systems Inc

acpi:UGR*:
ID_VENDOR_FROM_DATABASE=Ugreen Group Ltd.

acpi:UHB*:
ID_VENDOR_FROM_DATABASE=XOCECO

Expand Down
Loading
Loading