blob: a12d5a683bca4d4f81c2b16f924c9a74778fb1d8 (
plain) (
blame)
1
2
|
# Disable the integrated camera while the HP external camera is connected.
ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="03f0", ATTR{idProduct}=="794a", TAG+="systemd", ENV{SYSTEMD_WANTS}+="integrated-camera-off@.service"
|