You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-power/apcupsd/files/apcupsd-udev.rules

11 lines
328 B

# do not edit this file, it will be overwritten on update
ACTION!="add", GOTO="apcupsd_end"
SUBSYSTEM!="usb", GOTO="apcupsd_end"
ENV{ID_VENDOR}=="", IMPORT{program}="usb_id --export %p"
ENV{ID_VENDOR_ID}!="051d", GOTO="apcupsd_end"
KERNEL=="?*", SYMLINK+="apcups/by-id/$env{ID_BUS}-$env{ID_SERIAL_SHORT}"
LABEL="apcupsd_end"