mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
Coral: add Bruce features.
Bruce SKU # is 8 and 11. Bruce is convertible. Bruce has keyboard backlight. BUG=b:69134506 BRANCH=master TEST=`ectool motionsense` Signed-off-by: Ryan Zhang <ryan.zhang@quanta.corp-partner.google.com> Change-Id: I6368919c3ae9f94b38e1bdae94334c05147dab37 Reviewed-on: https://chromium-review.googlesource.com/792578 Commit-Ready: Ryan Zhang <ryan.zhang@quanta.corp-partner.google.com> Tested-by: Ryan Zhang <ryan.zhang@quanta.corp-partner.google.com> Tested-by: Vincent Wang <vwang@chromium.org> Reviewed-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: YH Lin <yueherngl@chromium.org> Reviewed-by: Vincent Wang <vwang@chromium.org>
This commit is contained in:
@@ -1120,7 +1120,7 @@ uint32_t board_override_feature_flags0(uint32_t flags0)
|
||||
* device is one of them and return the default value - with backlight
|
||||
* here.
|
||||
*/
|
||||
if (sku == 8)
|
||||
if (sku == 8 || sku == 11)
|
||||
return flags0;
|
||||
|
||||
// Report that there is no keyboard backlight
|
||||
|
||||
@@ -21,7 +21,8 @@ static const uint8_t form_factor[32] = {
|
||||
/* SKU 0 - 7 */
|
||||
SKU_CONVERTIBLE(4) | SKU_CONVERTIBLE(5),
|
||||
/* SKU 8 - 15 */
|
||||
SKU_CONVERTIBLE(8) | SKU_CONVERTIBLE(9) | SKU_CONVERTIBLE(10),
|
||||
SKU_CONVERTIBLE(8) | SKU_CONVERTIBLE(9) | SKU_CONVERTIBLE(10) |
|
||||
SKU_CONVERTIBLE(11),
|
||||
/* SKU 16 - 23 */
|
||||
0x00,
|
||||
/* SKU 24 - 31 */
|
||||
|
||||
Reference in New Issue
Block a user