Input: wacom - pass touch resolution to clients through input_absinfo
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / input / sparse-keymap.c
index a29a781..7729e54 100644 (file)
@@ -201,6 +201,7 @@ int sparse_keymap_setup(struct input_dev *dev,
                        break;
 
                case KE_SW:
+               case KE_VSW:
                        __set_bit(EV_SW, dev->evbit);
                        __set_bit(entry->sw.code, dev->swbit);
                        break;