Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1815b47 authored by Alexandra Chin's avatar Alexandra Chin Committed by Abinaya P
Browse files

input: synaptics: update license and driver version



 - Change license to GPL v2
 - Driver version 1.2

This patch is a propagated patch from 3.4 kernel
commit - bd1dac25b5342758c20832224116158ab475e09e,
input: synaptics: update license and driver version

Change-Id: I4603c0bfd1c452fa4bf4ea1ee0929745a24a4cc2
[amaloche@codeaurora.org: Added subject line]
Signed-off-by: default avatarAmy Maloche <amaloche@codeaurora.org>
Signed-off-by: default avatarAbinaya P <abinayap@codeaurora.org>
parent 05341606
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1701,4 +1701,4 @@ module_exit(rmi4_fw_update_module_exit);

MODULE_AUTHOR("Synaptics, Inc.");
MODULE_DESCRIPTION("RMI4 FW Update Module");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#define SYNAPTICS_DS4 (1 << 0)
#define SYNAPTICS_DS5 (1 << 1)
#define SYNAPTICS_DSX_DRIVER_PRODUCT SYNAPTICS_DS4
#define SYNAPTICS_DSX_DRIVER_VERSION 0x1001
#define SYNAPTICS_DSX_DRIVER_VERSION 0x1002

#include <linux/version.h>
#ifdef CONFIG_HAS_EARLYSUSPEND
+1 −1
Original line number Diff line number Diff line
@@ -700,4 +700,4 @@ module_exit(rmidev_module_exit);

MODULE_AUTHOR("Synaptics, Inc.");
MODULE_DESCRIPTION("RMI4 RMI_Dev Module");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");