linux-surface / kernel

Linux kernel with modifications for Microsoft Surface devices.
Other
118 stars 33 forks source link

platform/x86/intel: hid: Add Surface Go to VGBS allow list #127

Closed krnhotwings closed 2 years ago

krnhotwings commented 2 years ago

The Surface Go reports Chassis Type 9 (Laptop,) so the device needs to be added to dmi_vgbs_allow_list to enable tablet mode when an attached Type Cover is folded back.

Relevant bug report and discussion: https://github.com/linux-surface/linux-surface/issues/837

Signed-off-by: Duke Lee krnhotwings@gmail.com

qzed commented 2 years ago

Thanks!