mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Input: wacom - add copyright note and bump version to 2.0
Reviewed-by: Ping Cheng <pingc@wacom.com> Tested-by: Przemo Firszt <przemo@firszt.eu> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
296b737874
commit
1c3c523540
@ -12,6 +12,7 @@
|
|||||||
* Copyright (c) 2001 Frederic Lepied <flepied@mandrakesoft.com>
|
* Copyright (c) 2001 Frederic Lepied <flepied@mandrakesoft.com>
|
||||||
* Copyright (c) 2004 Panagiotis Issaris <panagiotis.issaris@mech.kuleuven.ac.be>
|
* Copyright (c) 2004 Panagiotis Issaris <panagiotis.issaris@mech.kuleuven.ac.be>
|
||||||
* Copyright (c) 2002-2011 Ping Cheng <pingc@wacom.com>
|
* Copyright (c) 2002-2011 Ping Cheng <pingc@wacom.com>
|
||||||
|
* Copyright (c) 2014 Benjamin Tissoires <benjamin.tissoires@redhat.com>
|
||||||
*
|
*
|
||||||
* ChangeLog:
|
* ChangeLog:
|
||||||
* v0.1 (vp) - Initial release
|
* v0.1 (vp) - Initial release
|
||||||
@ -72,6 +73,8 @@
|
|||||||
* v1.52 (pc) - Query Wacom data upon system resume
|
* v1.52 (pc) - Query Wacom data upon system resume
|
||||||
* - add defines for features->type
|
* - add defines for features->type
|
||||||
* - add new devices (0x9F, 0xE2, and 0XE3)
|
* - add new devices (0x9F, 0xE2, and 0XE3)
|
||||||
|
* v2.00 (bt) - conversion to a HID driver
|
||||||
|
* - integration of the Bluetooth devices
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -93,7 +96,7 @@
|
|||||||
/*
|
/*
|
||||||
* Version Information
|
* Version Information
|
||||||
*/
|
*/
|
||||||
#define DRIVER_VERSION "v1.53"
|
#define DRIVER_VERSION "v2.00"
|
||||||
#define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>"
|
#define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>"
|
||||||
#define DRIVER_DESC "USB Wacom tablet driver"
|
#define DRIVER_DESC "USB Wacom tablet driver"
|
||||||
#define DRIVER_LICENSE "GPL"
|
#define DRIVER_LICENSE "GPL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user