]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/input/tegra-kbc.c
input: Allow key ghosting filter to be disabled
[karo-tx-uboot.git] / drivers / input / tegra-kbc.c
index 9a309421f04f91a01e3f10e8a9b75d1d72024142..6f1cfd81559c4c0a461bf1d9c69628fd5054c1ca 100644 (file)
@@ -325,7 +325,7 @@ static int init_tegra_keyboard(void)
                        KBC_REPEAT_RATE_MS);
 
        /* Decode the keyboard matrix information (16 rows, 8 columns) */
-       if (key_matrix_init(&config.matrix, 16, 8)) {
+       if (key_matrix_init(&config.matrix, 16, 8, 1)) {
                debug("%s: Could not init key matrix\n", __func__);
                return -1;
        }