index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
wacom_i2c.c
Age
Commit message (
Expand
)
Author
2024-05-13
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-01-09
Input: wacom_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-12-02
Input: wacom_i2c - Convert to i2c's .probe_new()
Uwe Kleine-König
2021-11-29
Input: wacom_i2c - clean up the query device fields
Alistair Francis
2021-11-09
Input: wacom_i2c - use macros for the bit masks
Alistair Francis
2021-03-25
Input: wacom_i2c - switch to using managed resources
Dmitry Torokhov
2021-03-25
Input: wacom_i2c - do not force interrupt trigger
Dmitry Torokhov
2019-10-27
Input: wacom_i2c - remove unneeded gpio.h header file
Fabio Estevam
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55
Thomas Gleixner
2015-07-17
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2014-11-02
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
2013-06-18
Input: wacom_i2c - implement hovering capability
Tatsunosuke Tobita
2012-11-24
Input: remove use of __devexit
Bill Pemberton
2012-11-24
Input: remove use of __devinit
Bill Pemberton
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
2012-07-07
Input: wacom_i2c - fix compiler warning
Dmitry Torokhov
2012-04-10
Input: wacom_i2c - do not use irq_to_gpio
Dmitry Torokhov
2012-04-04
Input: add support for Wacom Stylus device with I2C interface
Tatsunosuke Tobita