Merge tag 'v5.3-rc4' into next
[sfrench/cifs-2.6.git] / drivers / input / mouse / synaptics.c
index b1956ed4c0ddeaf35b1f3cf65c0773e851a7c07d..56fae34721146839ee7cbd608f6f821d0fc5518e 100644 (file)
@@ -182,6 +182,7 @@ static const char * const smbus_pnp_ids[] = {
        "LEN2055", /* E580 */
        "SYN3052", /* HP EliteBook 840 G4 */
        "SYN3221", /* HP 15-ay000 */
+       "SYN323d", /* HP Spectre X360 13-w013dx */
        NULL
 };
 
@@ -192,7 +193,7 @@ static const char * const forcepad_pnp_ids[] = {
 };
 
 /*
- * Send a command to the synpatics touchpad by special commands
+ * Send a command to the synaptics touchpad by special commands
  */
 static int synaptics_send_cmd(struct psmouse *psmouse, u8 cmd, u8 *param)
 {