Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
393fa96
man/systemd.timer: Correct inaccuracy in man page
AdrianVovk Feb 18, 2025
d156b73
network/link: ENODATA from reading IFLA_MASTER when an interface has …
yuwata May 27, 2025
db29248
network/link: update state file when master ifindex is changed
yuwata May 27, 2025
f0b396a
test-network: add test case for issue #37629
yuwata May 27, 2025
1441ebc
sysupdate: change status once operation has completed
bluca May 28, 2025
4501795
test: wait for coredump to appear before parsing
bluca May 30, 2025
35d056a
network: fix a potential divide-by-zero (#37705)
mugitya03 Jun 2, 2025
08f77c2
compress: prevent divide-by-zero when no data is read (#37706)
mugitya03 Jun 3, 2025
bbf1354
repart: if partition already exists, required size may not be multipl…
yuwata Apr 18, 2025
9e36d50
resolved: honour SD_RESOLVED_NO_CNAME flag when processing cache
poettering Jun 4, 2025
80b232d
io-util: protect against INT_MAX overflow in flush_fd()
poettering Jun 4, 2025
78a20ff
socket: downgrade not-supported logging for SO_PASSSEC
bluca Jun 9, 2025
00263bc
resolve: exit from loop for transactions when transactions has been r…
yuwata May 14, 2025
12f8117
fstab-generator: set mode=0755 with root=tmpfs
bluca Jun 16, 2025
7814ad5
resolved: Tweak link-local addresses relevancy
gtsiam Jun 17, 2025
541cd6f
man: encourage the creation of empty machine-id instead of deleting it
lnykryn Jun 18, 2025
6e57197
homed: do not log new password when debug logs are enabled
bluca Jun 22, 2025
dcf7c22
console: when switching console modes and one doesn't work, always go…
poettering Jun 20, 2025
334225f
test: escape '+' from uname -r before using in regex via '=~'
bluca Jun 24, 2025
60dfe2e
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