},
                .driver_data = (void *)(SERIO_QUIRK_NOMUX)
        },
-       {
-               /* Clevo P650RS, 650RP6, Sager NP8152-S, and others */
-               .matches = {
-                       DMI_MATCH(DMI_SYS_VENDOR, "Notebook"),
-                       DMI_MATCH(DMI_PRODUCT_NAME, "P65xRP"),
-               },
-               .driver_data = (void *)(SERIO_QUIRK_RESET_ALWAYS)
-       },
        {
                /* OQO Model 01 */
                .matches = {
                .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
                                        SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
        },
+       {
+               /*
+                * This is only a partial board_name and might be followed by
+                * another letter or number. DMI_MATCH however does do partial
+                * matching.
+                */
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "P65xH"),
+               },
+               .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
+                                       SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
+       },
+       {
+               /* Clevo P650RS, 650RP6, Sager NP8152-S, and others */
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "P65xRP"),
+               },
+               .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
+                                       SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
+       },
+       {
+               /*
+                * This is only a partial board_name and might be followed by
+                * another letter or number. DMI_MATCH however does do partial
+                * matching.
+                */
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "P65_P67H"),
+               },
+               .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
+                                       SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
+       },
+       {
+               /*
+                * This is only a partial board_name and might be followed by
+                * another letter or number. DMI_MATCH however does do partial
+                * matching.
+                */
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "P65_67RP"),
+               },
+               .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
+                                       SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
+       },
+       {
+               /*
+                * This is only a partial board_name and might be followed by
+                * another letter or number. DMI_MATCH however does do partial
+                * matching.
+                */
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "P65_67RS"),
+               },
+               .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
+                                       SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
+       },
+       {
+               /*
+                * This is only a partial board_name and might be followed by
+                * another letter or number. DMI_MATCH however does do partial
+                * matching.
+                */
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "P67xRP"),
+               },
+               .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
+                                       SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
+       },
        {
                .matches = {
                        DMI_MATCH(DMI_BOARD_NAME, "PB50_70DFx,DDx"),