diff options
| author | Mohan Pallaka <mpallaka@codeaurora.org> | 2015-03-13 16:20:15 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:58:02 -0700 |
| commit | d42befffb2fec4fd226c3c2d3ae332b1643586b3 (patch) | |
| tree | 38c45dbf7d7f1b770d8db626c29e4417a0d676f7 /include/uapi/linux/Kbuild | |
| parent | 8366ca71813ba9a97bfb3141863fab9a62e181bf (diff) | |
input: misc: add support for virtual mouse
Add input driver for virtual mouse feature. The events
are received through ioctls and transfer them through
input framework.
Change-Id: I0842b49ec1c8c6bef3005d9f4419ab15e3abe024
Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
Diffstat (limited to 'include/uapi/linux/Kbuild')
| -rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 3589e9d08ffb..93f52c0d2700 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -146,6 +146,7 @@ header-y += gfs2_ondisk.h header-y += gigaset_dev.h header-y += gsmmux.h header-y += hbtp_input.h +header-y += hbtp_vm.h header-y += hdlcdrv.h header-y += hdlc.h header-y += hdreg.h |
