mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Add BMC USB-to-USB Ethernet gadget devices found on ASRock Rack and ADLINK boards containing Ampere Altra and AmpereOne CPUs to 82-net-auto-link-local.hwdb. Update 20-usb-vendor-model.hwdb with devices which were missing.
19 lines
572 B
Plaintext
19 lines
572 B
Plaintext
# This file is part of systemd.
|
|
|
|
# Network interfaces for which only Link-Local communication (i.e. IPv4LL, …)
|
|
# makes sense, because they almost certainy will point to another host, not an
|
|
# internet router.
|
|
|
|
# (Note: matches against drivers go into 82-net-auto-link-local.rules instead)
|
|
|
|
# Prolific USB-to-USB links (https://www.prolific.com.tw/US/ShowProduct.aspx?pcid=43)
|
|
usb:v067Bp25A1*
|
|
usb:v067Bp27A1*
|
|
ID_NET_AUTO_LINK_LOCAL_ONLY=1
|
|
|
|
# BMC USB-to-USB links for AMI MegaRAC and OpenBMC
|
|
usb:v1D6Bp0103*
|
|
usb:v0525pA4A2*
|
|
usb:v046BpFFB0*
|
|
ID_NET_AUTO_LINK_LOCAL_ONLY=1
|