File: 60-gpiochip.rules

package info (click to toggle)
systemd 259-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 105,132 kB
  • sloc: ansic: 726,480; xml: 121,118; python: 36,740; sh: 35,016; cpp: 946; makefile: 273; awk: 102; lisp: 13; sed: 1
file content (17 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"