Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-common: Commit

device/generic/common


Commit MetaInfo

Revision5c17050435585cce0353c08c74c98a32bfca4df2 (tree)
Zeit2020-07-16 02:00:20
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Add quirks for yoga 530 81EK

Reported-and-tested-by: Katharine Chui <katharine.chui@gmail.com>

Ändern Zusammenfassung

Diff

--- a/init.sh
+++ b/init.sh
@@ -132,6 +132,9 @@ function init_hal_bluetooth()
132132 function init_hal_camera()
133133 {
134134 case "$UEVENT" in
135+ *81EK*)
136+ set_prop_if_empty hal.camera.0 0,0
137+ ;;
135138 *e-tabPro*)
136139 set_prop_if_empty hal.camera.0 0,270
137140 set_prop_if_empty hal.camera.2 1,90
@@ -371,7 +374,7 @@ function init_tscal()
371374 *ST70416-6*)
372375 modprobe gslx680_ts_acpi
373376 ;&
374- *T91*|*T101*|*ET2002*|*74499FU*|*945GSE-ITE8712*|*CF-19[CDYFGKLP]*|*TECLAST:rntPAD*)
377+ *81EK*|*T91**|*T101*|*ET2002*|*74499FU*|*945GSE-ITE8712*|*CF-19[CDYFGKLP]*|*TECLAST:rntPAD*)
375378 create_pointercal
376379 return
377380 ;;
Show on old repository browser