Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Udevadm info starts with the device specified by the devpath and then
- walks up the chain of parent devices. It prints for every device
- found, all possible attributes in the udev rules key format.
- A rule to match, can be composed by the attributes of the device
- and the attributes from one single parent device.
- looking at device '/devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@300000/48302000.target-module/48302000.epwmss/48302200.pwm/pwm/pwmchip5/pwm1':
- KERNEL=="pwm1"
- SUBSYSTEM==""
- DRIVER==""
- ATTR{duty_cycle}=="0"
- ATTR{enable}=="0"
- ATTR{period}=="0"
- ATTR{polarity}=="normal"
- ATTR{power/async}=="disabled"
- ATTR{power/control}=="auto"
- ATTR{power/runtime_active_kids}=="0"
- ATTR{power/runtime_active_time}=="0"
- ATTR{power/runtime_enabled}=="disabled"
- ATTR{power/runtime_status}=="unsupported"
- ATTR{power/runtime_suspended_time}=="0"
- ATTR{power/runtime_usage}=="0"
- looking at parent device '/devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@300000/48302000.target-module/48302000.epwmss/48302200.pwm/pwm/pwmchip5':
- KERNELS=="pwmchip5"
- SUBSYSTEMS=="pwm"
- DRIVERS==""
- ATTRS{npwm}=="2"
- ATTRS{power/async}=="disabled"
- ATTRS{power/control}=="auto"
- ATTRS{power/runtime_active_kids}=="0"
- ATTRS{power/runtime_active_time}=="0"
- ATTRS{power/runtime_enabled}=="disabled"
- ATTRS{power/runtime_status}=="unsupported"
- ATTRS{power/runtime_suspended_time}=="0"
- ATTRS{power/runtime_usage}=="0"
- looking at parent device '/devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@300000/48302000.target-module/48302000.epwmss/48302200.pwm':
- KERNELS=="48302200.pwm"
- SUBSYSTEMS=="platform"
- DRIVERS=="ehrpwm"
- ATTRS{driver_override}=="(null)"
- ATTRS{power/async}=="disabled"
- ATTRS{power/control}=="auto"
- ATTRS{power/runtime_active_kids}=="0"
- ATTRS{power/runtime_active_time}=="0"
- ATTRS{power/runtime_enabled}=="enabled"
- ATTRS{power/runtime_status}=="suspended"
- ATTRS{power/runtime_suspended_time}=="332460"
- ATTRS{power/runtime_usage}=="0"
- looking at parent device '/devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@300000/48302000.target-module/48302000.epwmss':
- KERNELS=="48302000.epwmss"
- SUBSYSTEMS=="platform"
- DRIVERS=="pwmss"
- ATTRS{driver_override}=="(null)"
- ATTRS{power/async}=="disabled"
- ATTRS{power/control}=="auto"
- ATTRS{power/runtime_active_kids}=="1"
- ATTRS{power/runtime_active_time}=="297692"
- ATTRS{power/runtime_enabled}=="enabled"
- ATTRS{power/runtime_status}=="active"
- ATTRS{power/runtime_suspended_time}=="35014"
- ATTRS{power/runtime_usage}=="0"
- looking at parent device '/devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@300000/48302000.target-module':
- KERNELS=="48302000.target-module"
- SUBSYSTEMS=="platform"
- DRIVERS=="ti-sysc"
- ATTRS{driver_override}=="(null)"
- ATTRS{power/async}=="disabled"
- ATTRS{power/control}=="auto"
- ATTRS{power/runtime_active_kids}=="1"
- ATTRS{power/runtime_active_time}=="297785"
- ATTRS{power/runtime_enabled}=="enabled"
- ATTRS{power/runtime_status}=="active"
- ATTRS{power/runtime_suspended_time}=="34955"
- ATTRS{power/runtime_usage}=="0"
- looking at parent device '/devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@300000':
- KERNELS=="48000000.interconnect:segment@300000"
- SUBSYSTEMS=="platform"
- DRIVERS==""
- ATTRS{driver_override}=="(null)"
- ATTRS{power/async}=="disabled"
- ATTRS{power/control}=="auto"
- ATTRS{power/runtime_active_kids}=="4"
- ATTRS{power/runtime_active_time}=="0"
- ATTRS{power/runtime_enabled}=="disabled"
- ATTRS{power/runtime_status}=="unsupported"
- ATTRS{power/runtime_suspended_time}=="0"
- ATTRS{power/runtime_usage}=="0"
- looking at parent device '/devices/platform/ocp/48000000.interconnect':
- KERNELS=="48000000.interconnect"
- SUBSYSTEMS=="platform"
- DRIVERS==""
- ATTRS{driver_override}=="(null)"
- ATTRS{power/async}=="disabled"
- ATTRS{power/control}=="auto"
- ATTRS{power/runtime_active_kids}=="0"
- ATTRS{power/runtime_active_time}=="0"
- ATTRS{power/runtime_enabled}=="disabled"
- ATTRS{power/runtime_status}=="unsupported"
- ATTRS{power/runtime_suspended_time}=="0"
- ATTRS{power/runtime_usage}=="0"
- looking at parent device '/devices/platform/ocp':
- KERNELS=="ocp"
- SUBSYSTEMS=="platform"
- DRIVERS==""
- ATTRS{driver_override}=="(null)"
- ATTRS{power/async}=="disabled"
- ATTRS{power/control}=="auto"
- ATTRS{power/runtime_active_kids}=="9"
- ATTRS{power/runtime_active_time}=="0"
- ATTRS{power/runtime_enabled}=="disabled"
- ATTRS{power/runtime_status}=="unsupported"
- ATTRS{power/runtime_suspended_time}=="0"
- ATTRS{power/runtime_usage}=="0"
- looking at parent device '/devices/platform':
- KERNELS=="platform"
- SUBSYSTEMS==""
- DRIVERS==""
- ATTRS{power/async}=="disabled"
- ATTRS{power/control}=="auto"
- ATTRS{power/runtime_active_kids}=="1"
- ATTRS{power/runtime_active_time}=="0"
- ATTRS{power/runtime_enabled}=="disabled"
- ATTRS{power/runtime_status}=="unsupported"
- ATTRS{power/runtime_suspended_time}=="0"
- ATTRS{power/runtime_usage}=="0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement