]> git.ipfire.org Git - thirdparty/systemd.git/blob - rules.d/70-camera.rules
man: fix systemd-timedated man page wrt ntp-units.d
[thirdparty/systemd.git] / rules.d / 70-camera.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION=="remove", GOTO="camera_end"
4
5 SUBSYSTEM=="video4linux", ENV{ID_BUS}="usb", \
6 IMPORT{builtin}="hwdb 'camera:usb:v$env{ID_VENDOR_ID}p$env{ID_MODEL_ID}:name:$attr{name}:'", \
7 GOTO="camera_end"
8
9 LABEL="camera_end"