@@ -40,18 +40,6 @@ static const struct brcmf_dmi_data pov_tab_p1006w_data = {
4040 BRCM_CC_43340_CHIP_ID , 2 , "pov-tab-p1006w-data"
4141};
4242
43- static const struct brcmf_dmi_data predia_basic_data = {
44- BRCM_CC_43341_CHIP_ID , 2 , "predia-basic"
45- };
46-
47- /* Note the Voyo winpad A15 tablet uses the same Ampak AP6330 module, with the
48- * exact same nvram file as the Prowise-PT301 tablet. Since the nvram for the
49- * Prowise-PT301 is already in linux-firmware we just point to that here.
50- */
51- static const struct brcmf_dmi_data voyo_winpad_a15_data = {
52- BRCM_CC_4330_CHIP_ID , 4 , "Prowise-PT301"
53- };
54-
5543static const struct dmi_system_id dmi_platform_data [] = {
5644 {
5745 /* ACEPC T8 Cherry Trail Z8350 mini PC */
@@ -123,26 +111,6 @@ static const struct dmi_system_id dmi_platform_data[] = {
123111 },
124112 .driver_data = (void * )& pov_tab_p1006w_data ,
125113 },
126- {
127- /* Predia Basic tablet (+ with keyboard dock) */
128- .matches = {
129- DMI_MATCH (DMI_SYS_VENDOR , "Insyde" ),
130- DMI_MATCH (DMI_PRODUCT_NAME , "CherryTrail" ),
131- /* Mx.WT107.KUBNGEA02 with the version-nr dropped */
132- DMI_MATCH (DMI_BIOS_VERSION , "Mx.WT107.KUBNGEA" ),
133- },
134- .driver_data = (void * )& predia_basic_data ,
135- },
136- {
137- /* Voyo winpad A15 tablet */
138- .matches = {
139- DMI_MATCH (DMI_BOARD_VENDOR , "AMI Corporation" ),
140- DMI_MATCH (DMI_BOARD_NAME , "Aptio CRB" ),
141- /* Above strings are too generic, also match on BIOS date */
142- DMI_MATCH (DMI_BIOS_DATE , "11/20/2014" ),
143- },
144- .driver_data = (void * )& voyo_winpad_a15_data ,
145- },
146114 {}
147115};
148116
0 commit comments