mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
db7c6e6fc8
Spaces are dropped from vendor and product names in DMI modaliases, so a match like "svnDell Inc.:" will never happen. Also, some machines use "Dell", some "Dell Inc", some "Dell Inc.", so just match on "Dell*" to avoid all these traps. https://launchpad.net/bugs/1218433