--- v3
+++ v1
@@ -1,17 +1,8 @@
-This patches adds support for Aries (Samsung i9000) and Midas (Samsung S3)
+This patches adds support for Aries (Samsung i9000) and Midsa (Samsung S3)
based devices to TM2 Touchkey driver.
-Changes from v2:
- - Change property name from keycodes to linux,keycodes
-
-Changes from v1:
- - Added Reviewed-by to some patches
- - Use ints for keycodes (they could be bigger than 255)
- - Droped separate name changes
- - Added missing const in few places
- - Removed redundant cast
-
-Jonathan Bakker (5):
+Jonathan Bakker (6):
+ Input: tm2-touchkey: Use predefined device name
Input: tm2-touchkey: Correct initial brightness
Input: tm2-touchkey: Allow specifying custom keycodes
Input: dt-bindings: tm2-touchkey: Document new keycodes property
@@ -23,8 +14,8 @@
Input: dt-bindings: tm2-touchkey: Add support for midas touchkey
.../bindings/input/cypress,tm2-touchkey.txt | 9 +-
- drivers/input/keyboard/tm2-touchkey.c | 132 +++++++++++++-----
- 2 files changed, 108 insertions(+), 33 deletions(-)
+ drivers/input/keyboard/tm2-touchkey.c | 149 +++++++++++++-----
+ 2 files changed, 121 insertions(+), 37 deletions(-)
--
2.17.1