Signed-off-by: Benjamin Tissoires <[email protected]> --- drivers/hid/wacom.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/drivers/hid/wacom.h b/drivers/hid/wacom.h index 0b89ee7..03692d7 100644 --- a/drivers/hid/wacom.h +++ b/drivers/hid/wacom.h @@ -12,6 +12,7 @@ * Copyright (c) 2001 Frederic Lepied <[email protected]> * Copyright (c) 2004 Panagiotis Issaris <[email protected]> * Copyright (c) 2002-2011 Ping Cheng <[email protected]> + * Copyright (c) 2014 Benjamin Tissoires <[email protected]> * * ChangeLog: * v0.1 (vp) - Initial release @@ -72,6 +73,8 @@ * v1.52 (pc) - Query Wacom data upon system resume * - add defines for features->type * - add new devices (0x9F, 0xE2, and 0XE3) + * v2.00 (bt) - conversion to a HID driver + * - integration of the Bluetooth devices */ /* -- 2.0.3 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
