mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
18 lines
579 B
Plaintext
18 lines
579 B
Plaintext
|
|
# do not edit this file, it will be overwritten on update
|
||
|
|
|
||
|
|
ACTION=="remove", GOTO="gpiochip_end"
|
||
|
|
SUBSYSTEM!="gpio", GOTO="gpiochip_end"
|
||
|
|
|
||
|
|
KERNEL!="gpiochip[0-9]*", GOTO="gpiochip_end"
|
||
|
|
|
||
|
|
IMPORT{builtin}="path_id"
|
||
|
|
ENV{ID_PATH_WITH_USB_REVISION}=="?*", SYMLINK+="gpio/by-path/$env{ID_PATH_WITH_USB_REVISION}"
|
||
|
|
|
||
|
|
SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id"
|
||
|
|
ENV{ID_BUS}=="", GOTO="gpiochip_end"
|
||
|
|
ENV{ID_SERIAL}=="", GOTO="gpiochip_end"
|
||
|
|
ENV{ID_USB_INTERFACE_NUM}=="", GOTO="gpiochip_end"
|
||
|
|
SYMLINK+="gpio/by-id/$env{ID_BUS}-$env{ID_SERIAL}-if$env{ID_USB_INTERFACE_NUM}"
|
||
|
|
|
||
|
|
LABEL="gpiochip_end"
|