mirror of
https://github.com/systemd/systemd
synced 2026-03-26 08:44:55 +01:00
Compare commits
3 Commits
d23a7eb4c0
...
450f4ed58a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
450f4ed58a | ||
|
|
06c794e316 | ||
|
|
b159befeae |
@ -10,3 +10,9 @@
|
|||||||
usb:v067Bp25A1*
|
usb:v067Bp25A1*
|
||||||
usb:v067Bp27A1*
|
usb:v067Bp27A1*
|
||||||
ID_NET_AUTO_LINK_LOCAL_ONLY=1
|
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
|
||||||
|
|||||||
@ -38,7 +38,8 @@ hwdb_files_test = files(
|
|||||||
'70-software-radio.hwdb',
|
'70-software-radio.hwdb',
|
||||||
'70-sound-card.hwdb',
|
'70-sound-card.hwdb',
|
||||||
'70-touchpad.hwdb',
|
'70-touchpad.hwdb',
|
||||||
'80-ieee1394-unit-function.hwdb')
|
'80-ieee1394-unit-function.hwdb',
|
||||||
|
'82-net-auto-link-local.hwdb')
|
||||||
|
|
||||||
if conf.get('ENABLE_HWDB') == 1
|
if conf.get('ENABLE_HWDB') == 1
|
||||||
auto_suspend_rules = custom_target(
|
auto_suspend_rules = custom_target(
|
||||||
|
|||||||
@ -180,6 +180,7 @@ def property_grammar():
|
|||||||
('ID_HARDWARE_WALLET', Or((Literal('0'), Literal('1')))),
|
('ID_HARDWARE_WALLET', Or((Literal('0'), Literal('1')))),
|
||||||
('ID_SOFTWARE_RADIO', Or((Literal('0'), Literal('1')))),
|
('ID_SOFTWARE_RADIO', Or((Literal('0'), Literal('1')))),
|
||||||
('ID_MM_DEVICE_IGNORE', Or((Literal('0'), Literal('1')))),
|
('ID_MM_DEVICE_IGNORE', Or((Literal('0'), Literal('1')))),
|
||||||
|
('ID_NET_AUTO_LINK_LOCAL_ONLY', Or((Literal('0'), Literal('1')))),
|
||||||
('POINTINGSTICK_SENSITIVITY', INTEGER),
|
('POINTINGSTICK_SENSITIVITY', INTEGER),
|
||||||
('ID_INPUT_JOYSTICK_INTEGRATION', Or(('internal', 'external'))),
|
('ID_INPUT_JOYSTICK_INTEGRATION', Or(('internal', 'external'))),
|
||||||
('ID_INPUT_TOUCHPAD_INTEGRATION', Or(('internal', 'external'))),
|
('ID_INPUT_TOUCHPAD_INTEGRATION', Or(('internal', 'external'))),
|
||||||
|
|||||||
@ -33,6 +33,7 @@ rules = [
|
|||||||
'80-net-setup-link.rules',
|
'80-net-setup-link.rules',
|
||||||
'81-net-bridge.rules',
|
'81-net-bridge.rules',
|
||||||
'81-net-dhcp.rules',
|
'81-net-dhcp.rules',
|
||||||
|
'82-net-auto-link-local.rules',
|
||||||
'90-image-dissect.rules',
|
'90-image-dissect.rules',
|
||||||
'90-iocost.rules',
|
'90-iocost.rules',
|
||||||
)],
|
)],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user