blob: fe2a92fbaa637f6b4c015ddcc3d73adefa708da7 [file] [log] [blame]
# Keep track of USB devices that should be white-listed at the lock screen.
ACTION=="add", DRIVER=="usb", RUN+="/usr/sbin/usb_bouncer udev add '%E{DEVPATH}'"
ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN+="/usr/sbin/usb_bouncer udev remove '%E{DEVPATH}'"