summaryrefslogtreecommitdiffstats
path: root/drivers/input/qt1070.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-2/+1
* poller: Give pollers a nameSascha Hauer2020-05-201-1/+1
* i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-191-8/+1
* param: make parameter functions more consistentSascha Hauer2017-04-111-2/+2
* input: Add BB_ prefix to KEY_ definesSascha Hauer2014-02-171-2/+2
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
* qt1070: drop non used bufJean-Christophe PLAGNIOL-VILLARD2013-05-081-1/+0
* treewide: Use dev_add_param_int_ro where possibleSascha Hauer2013-04-111-4/+2
* I2C: Rename i2c_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1
* qt1070: init default key code firstJean-Christophe PLAGNIOL-VILLARD2013-01-151-1/+2
* input: add qt1070 touch keyboard supportJean-Christophe PLAGNIOL-VILLARD2012-11-031-0/+296