1
0
mirror of https://github.com/systemd/systemd synced 2026-04-25 08:25:12 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Matthew Blythe
6ae16e01b5 hwdb 60-keyboard Add HP/Compaq KBR0133 2022-04-21 20:56:17 +09:00
Lennart Poettering
e921a00d41 main: voidify call to kmod_setup() 2022-04-21 10:37:32 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -282,6 +282,7 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnCompaq*:pn*Evo*N*:*
KEYBOARD_KEY_9f=homepage
evdev:input:b0003v049Fp0051*
evdev:input:b0003v049Fp008D*
KEYBOARD_KEY_0c0011=presentation
KEYBOARD_KEY_0c0012=addressbook
KEYBOARD_KEY_0c0013=info

View File

@ -2779,7 +2779,7 @@ int main(int argc, char *argv[]) {
/* Load the kernel modules early. */
if (!skip_setup)
kmod_setup();
(void) kmod_setup();
/* Mount /proc, /sys and friends, so that /proc/cmdline and /proc/$PID/fd is available. */
r = mount_setup(loaded_policy, skip_setup);