Merge branch 'next' into for-linus
[linux-block.git] / drivers / input / keyboard / cros_ec_keyb.c
index 023f083dadd3ba79cccdb8c34dd22b3ac021e6ef..354d74d62f05ca757f00486ced1df81861f297c1 100644 (file)
@@ -184,6 +184,7 @@ static void cros_ec_keyb_process(struct cros_ec_keyb *ckdev,
                                        "changed: [r%d c%d]: byte %02x\n",
                                        row, col, new_state);
 
+                               input_event(idev, EV_MSC, MSC_SCAN, pos);
                                input_report_key(idev, keycodes[pos],
                                                 new_state);
                        }