Ubuntu Pastebin

Paste from Pat McGowan at Fri, 5 Aug 2016 15:04:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
phablet@ubuntu-phablet:/sys/bus/i2c/devices/2-0020/input/input1$ sudo udevadm info -a -p /sys/bus/i2c/devices/2-0020/input/input1

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 '/bus/i2c/devices/2-0020/input/input1':
    KERNEL=="input1"
    SUBSYSTEM=="input"
    DRIVER==""
    ATTR{productinfo}=="0x00 0x00"
    ATTR{data}==""
    ATTR{gpio}=="SDA(1) SCL(1) IRQ(1) RST(1)IR(1)"
    ATTR{name}=="mtk-tpd"
    ATTR{mode}=="gesture mode"
    ATTR{phys}=="synaptics_dsx/touch_input"
    ATTR{sdfw}=="OK"
    ATTR{uniq}==""
    ATTR{appid}=="75BIEB::S3508:1793047"
    ATTR{dispconfigblockcount}=="0"
    ATTR{permconfigblockcount}=="20"
    ATTR{gesture_control}==""
    ATTR{gesture_hex}=="0"
    ATTR{gesture_data}=="0"
    ATTR{flashprog}=="0"
    ATTR{fwupdate}=="0"
    ATTR{properties}=="2"
    ATTR{full_pm_cycle}=="0"
    ATTR{fwblockcount}=="5824"
    ATTR{configblockcount}=="64"
    ATTR{blconfigblockcount}=="64"
    ATTR{blocksize}=="16"
    ATTR{buildid}=="1793047"
    ATTR{0dbutton}=="1"

  looking at parent device '/bus/i2c/devices/2-0020/input':
    KERNELS=="input"
    SUBSYSTEMS=="subsystem"
    DRIVERS==""

  looking at parent device '/devices/platform/mt-i2c.2/i2c-2/2-0020':
    KERNELS=="2-0020"
    SUBSYSTEMS=="i2c"
    DRIVERS=="mtk-tpd"
    ATTRS{name}=="mtk-tpd"

  looking at parent device '/devices/platform/mt-i2c.2/i2c-2':
    KERNELS=="i2c-2"
    SUBSYSTEMS=="i2c"
    DRIVERS==""
    ATTRS{name}=="mt-i2c"

  looking at parent device '/devices/platform/mt-i2c.2':
    KERNELS=="mt-i2c.2"
    SUBSYSTEMS=="platform"
    DRIVERS=="mt-i2c"

  looking at parent device '/devices/platform':
    KERNELS=="platform"
    SUBSYSTEMS==""
    DRIVERS==""
Download as text