We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389ab68 commit fe643ccCopy full SHA for fe643cc
1 file changed
src/app/ec.rs
@@ -254,6 +254,17 @@ impl EcComponent {
254
"system76/lemp13-b".to_string()
255
}
256
257
+ "L2x0JU" => {
258
+ // BOARD_ID2 (GPP_E14): Low=14", High=16"
259
+ unsafe {
260
+ let sideband = Sideband::new(0xE000_0000);
261
+ if sideband.gpio(0x5A, 0x50) & 2 == 2 {
262
+ "system76/lemp14-b".to_string()
263
+ } else {
264
+ "system76/lemp14".to_string()
265
+ }
266
267
268
"N130ZU" => "system76/galp3-c".to_string(),
269
"N140CU" => "system76/galp4".to_string(),
270
"N150ZU" => "system76/darp5".to_string(),
0 commit comments