-
Notifications
You must be signed in to change notification settings - Fork 411
Add support for Lenovo Tab 2 A10-30 #603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| qcom,msm-id = <0xf5 0x00>; | ||
| qcom,board-id = <0x1000b 0x08 0x11000b 0x08 0x21000b 0x08>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
qcom,msm-id = <QCOM_ID_MSM8909 0>;
qcom,board-id = <QCOM_BOARD_ID(QRD, 0x01, 0) 0x8>,
<QCOM_BOARD_ID(QRD, 0x11, 0) 0x8>,
<QCOM_BOARD_ID(QRD, 0x21, 0) 0x8>;
It's identical to msm8909-1gb-qrd-skuc and we can move this device to it. We cannot have 2 device trees with identical ids either way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it.
| }; | ||
|
|
||
| lenovo-achilles { | ||
| model = "Lenovo Tab 2 A10-30 (Achilles)"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it a WiFi only tablet by the way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two models of this tablet:
- TB2-X30L - With wifi and mobile connection (I tested on it)
- TB2-X30F - WiFi only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??
No description provided.