File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -782,6 +782,29 @@ static const struct hid_sensor_custom_match hid_sensor_custom_known_table[] = {
782
782
.luid = "020B000000000000" ,
783
783
.manufacturer = "INTEL" ,
784
784
},
785
+ /*
786
+ * Lenovo Intelligent Sensing Solution (LISS)
787
+ */
788
+ { /* ambient light */
789
+ .tag = "LISS" ,
790
+ .luid = "0041010200000082" ,
791
+ .model = "STK3X3X Sensor" ,
792
+ .manufacturer = "Vendor 258" ,
793
+ .check_dmi = true,
794
+ .dmi .matches = {
795
+ DMI_MATCH (DMI_SYS_VENDOR , "LENOVO" ),
796
+ }
797
+ },
798
+ { /* human presence */
799
+ .tag = "LISS" ,
800
+ .luid = "0226000171AC0081" ,
801
+ .model = "VL53L1_HOD Sensor" ,
802
+ .manufacturer = "ST_MICRO" ,
803
+ .check_dmi = true,
804
+ .dmi .matches = {
805
+ DMI_MATCH (DMI_SYS_VENDOR , "LENOVO" ),
806
+ }
807
+ },
785
808
{}
786
809
};
787
810
You can’t perform that action at this time.
0 commit comments