0001 What: /sys/bus/platform/devices/GOOG000C\:00/boot_on_ac
0002 Date: April 2019
0003 KernelVersion: 5.3
0004 Description:
0005 Boot on AC is a policy which makes the device boot from S5
0006 when AC power is connected. This is useful for users who
0007 want to run their device headless or with a dock.
0008
0009 Input should be parseable by kstrtou8() to 0 or 1.
0010
0011 What: /sys/bus/platform/devices/GOOG000C\:00/build_date
0012 Date: May 2019
0013 KernelVersion: 5.3
0014 Description:
0015 Display Wilco Embedded Controller firmware build date.
0016 Output will a MM/DD/YY string.
0017
0018 What: /sys/bus/platform/devices/GOOG000C\:00/build_revision
0019 Date: May 2019
0020 KernelVersion: 5.3
0021 Description:
0022 Display Wilco Embedded Controller build revision.
0023 Output will a version string be similar to the example below:
0024 d2592cae0
0025
0026 What: /sys/bus/platform/devices/GOOG000C\:00/model_number
0027 Date: May 2019
0028 KernelVersion: 5.3
0029 Description:
0030 Display Wilco Embedded Controller model number.
0031 Output will a version string be similar to the example below:
0032 08B6
0033
0034 What: /sys/bus/platform/devices/GOOG000C\:00/usb_charge
0035 Date: October 2019
0036 KernelVersion: 5.5
0037 Description:
0038 Control the USB PowerShare Policy. USB PowerShare is a policy
0039 which affects charging via the special USB PowerShare port
0040 (marked with a small lightning bolt or battery icon) when in
0041 low power states:
0042
0043 - In S0, the port will always provide power.
0044 - In S0ix, if usb_charge is enabled, then power will be
0045 supplied to the port when on AC or if battery is > 50%.
0046 Else no power is supplied.
0047 - In S5, if usb_charge is enabled, then power will be supplied
0048 to the port when on AC. Else no power is supplied.
0049
0050 Input should be either "0" or "1".
0051
0052 What: /sys/bus/platform/devices/GOOG000C\:00/version
0053 Date: May 2019
0054 KernelVersion: 5.3
0055 Description:
0056 Display Wilco Embedded Controller firmware version.
0057 The format of the string is x.y.z. Where x is major, y is minor
0058 and z is the build number. For example: 95.00.06