You've already forked mainline-status
mirror of
https://github.com/linux-msm/mainline-status.git
synced 2026-02-25 13:12:54 -08:00
pmic: add keypad support
Older PMICs also had support for matrix keyboard. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
@@ -25,6 +25,7 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
|
||||
<th rowspan="2">BMS</th>
|
||||
<th rowspan="2">clkdiv</th>
|
||||
<th rowspan="2">eUSB2 Repeater</th>
|
||||
<th rowspan="2">Matrix keypad</th>
|
||||
<th rowspan="2">Platform</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -29,3 +29,4 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
|
||||
{% include_cached status.liquid status=d.pmic-bms %}
|
||||
{% include_cached status.liquid status=d.pmic-clkdiv %}
|
||||
{% include_cached status.liquid status=d.pmic-eusb2repeat %}
|
||||
{% include_cached status.liquid status=d.pmic-keypad %}
|
||||
|
||||
@@ -21,6 +21,7 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
|
||||
<th rowspan="2">LABIB</th>
|
||||
<th rowspan="2">Audio Codec</th>
|
||||
<th rowspan="2">eUSB2 Repeater</th>
|
||||
<th rowspan="2">Matrix keypad</th>
|
||||
<th rowspan="2">Platform</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -21,3 +21,4 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
|
||||
{% include_cached status.liquid status=d.pmic-labib %}
|
||||
{% include_cached status.liquid status=d.pmic-audiocodec %}
|
||||
{% include_cached status.liquid status=d.pmic-eusb2repeat %}
|
||||
{% include_cached status.liquid status=d.pmic-keypad %}
|
||||
|
||||
@@ -58,3 +58,5 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
|
||||
</tr>
|
||||
<tr><th colspan="2">eUSB2 Repeater</th>{% include_cached status.liquid status=page.pmic-eusb2repeat %}<td>{{ page.pmic-eusb2repeat-comment }}</td>
|
||||
</tr>
|
||||
<tr><th colspan="2">Matrix keypad</th>{% include_cached status.liquid status=page.pmic-keypad %}<td>{{ page.pmic-keypad-comment }}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user