File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,21 @@ static const struct dmi_system_id orientation_data[] = {
286
286
DMI_MATCH (DMI_PRODUCT_NAME , "Lenovo YB1-X9" ),
287
287
},
288
288
.driver_data = (void * )& lcd1200x1920_rightside_up ,
289
+ }, { /* Lenovo Yoga Tablet 2 830F / 830L */
290
+ .matches = {
291
+ /*
292
+ * Note this also matches the Lenovo Yoga Tablet 2 1050F/L
293
+ * since that uses the same mainboard. The resolution match
294
+ * will limit this to only matching on the 830F/L. Neither has
295
+ * any external video outputs so those are not a concern.
296
+ */
297
+ DMI_MATCH (DMI_SYS_VENDOR , "Intel Corp." ),
298
+ DMI_MATCH (DMI_PRODUCT_NAME , "VALLEYVIEW C0 PLATFORM" ),
299
+ DMI_MATCH (DMI_BOARD_NAME , "BYT-T FFD8" ),
300
+ /* Partial match on beginning of BIOS version */
301
+ DMI_MATCH (DMI_BIOS_VERSION , "BLADE_21" ),
302
+ },
303
+ .driver_data = (void * )& lcd1200x1920_rightside_up ,
289
304
}, { /* OneGX1 Pro */
290
305
.matches = {
291
306
DMI_EXACT_MATCH (DMI_SYS_VENDOR , "SYSTEM_MANUFACTURER" ),
You can’t perform that action at this time.
0 commit comments