Adds support for the 056a:5013 touchscreen found in the Toshiba dynabook KIRA L93/39M. This tablet is already supported by the generic code for 3.17 so is not explicitly added to that tree.
Signed-off-by: Jason Gerecke <jason.gere...@wacom.com> --- 2.6.30/wacom_wac.c | 2 ++ 2.6.38/wacom_wac.c | 3 +++ 3.7/wacom_wac.c | 3 +++ 3 files changed, 8 insertions(+) diff --git a/2.6.30/wacom_wac.c b/2.6.30/wacom_wac.c index f0e20bd..f7adf79 100644 --- a/2.6.30/wacom_wac.c +++ b/2.6.30/wacom_wac.c @@ -2104,6 +2104,8 @@ static const struct wacom_features wacom_features_0x5002 = { "Wacom ISDv4 5002", WACOM_PKGLEN_MTTPC, 29576, 16724, 1023, 0, MTTPC_B }; static const struct wacom_features wacom_features_0x5010 = { "Wacom ISDv4 5010", WACOM_PKGLEN_MTTPC, 13756, 7736, 1023, 0, MTTPC_B }; +static const struct wacom_features wacom_features_0x5013 = + { "Wacom ISDv4 5013", WACOM_PKGLEN_MTTPC, 11752, 6612, 1023, 0, MTTPC_B }; static const struct wacom_features wacom_features_0x47 = { "Wacom Intuos2 6x8", WACOM_PKGLEN_INTUOS, 20320, 16240, 1023, 31, INTUOS }; static const struct wacom_features wacom_features_0x6004 = diff --git a/2.6.38/wacom_wac.c b/2.6.38/wacom_wac.c index 3baf490..b4eb545 100644 --- a/2.6.38/wacom_wac.c +++ b/2.6.38/wacom_wac.c @@ -2509,6 +2509,9 @@ static const struct wacom_features wacom_features_0x5002 = static const struct wacom_features wacom_features_0x5010 = { "Wacom ISDv4 5010", WACOM_PKGLEN_MTTPC, 13756, 7736, 1023, 0, MTTPC_B, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; +static const struct wacom_features wacom_features_0x5013 = + { "Wacom ISDv4 5013", WACOM_PKGLEN_MTTPC, 11752, 6612, 1023, + 0, MTTPC_B, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; static const struct wacom_features wacom_features_0x47 = { "Wacom Intuos2 6x8", WACOM_PKGLEN_INTUOS, 20320, 16240, 1023, 31, INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; diff --git a/3.7/wacom_wac.c b/3.7/wacom_wac.c index 556f754..8cc856b 100644 --- a/3.7/wacom_wac.c +++ b/3.7/wacom_wac.c @@ -2455,6 +2455,9 @@ static const struct wacom_features wacom_features_0x5002 = static const struct wacom_features wacom_features_0x5010 = { "Wacom ISDv4 5010", WACOM_PKGLEN_MTTPC, 13756, 7736, 1023, 0, MTTPC_B, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; +static const struct wacom_features wacom_features_0x5013 = + { "Wacom ISDv4 5013", WACOM_PKGLEN_MTTPC, 11752, 6612, 1023, + 0, MTTPC_B, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; static const struct wacom_features wacom_features_0x47 = { "Wacom Intuos2 6x8", WACOM_PKGLEN_INTUOS, 20320, 16240, 1023, 31, INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; -- 2.4.6 ------------------------------------------------------------------------------ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel