busybox: use new libudev-zero hotplugging method

This commit is contained in:
Dylan Araps 2021-08-29 06:50:05 +03:00
parent 0b2178a851
commit 2d8a7b9808
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 4 additions and 4 deletions

View File

@ -15,4 +15,4 @@ ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e
4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a
f857fea99533df7b780c911bae19b0029a70ee1c8d36b49e7782604fb9cf25f8
e7db036d8e43bb2511df087342708f5fb51d28a7dff9008a1cf440390870a972
cd002f2194c0a42f489016f5def883d9f2c39e76a3f602a181196688d0680851
5ea98cc467b258c8c75e2a4e440bea509640954fe80e832cfa5e83d25a1bf3a8

View File

@ -70,5 +70,5 @@ cpu([0-9]+) root:root 600 =cpu/%1/cpuid
msr([0-9]+) root:root 600 =cpu/%1/msr
# libudev-zero hotplug.
SUBSYSTEM=drm;.* root:video 660 *env > /tmp/.libudev-zero/uevent.$$
SUBSYSTEM=input;.* root:input 660 *env > /tmp/.libudev-zero/uevent.$$
SUBSYSTEM=drm;.* root:video 660 *libudev-zero-helper
SUBSYSTEM=input;.* root:input 660 *libudev-zero-helper

View File

@ -1 +1 @@
1.34.0 3
1.34.0 4