Signed-off-by: Jason Gerecke <killert...@gmail.com> --- 2.6.36/wacom_sys.c | 2 +- 2.6.36/wacom_wac.c | 2 +- 2.6.36/wacom_wac.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/2.6.36/wacom_sys.c b/2.6.36/wacom_sys.c index 4e84089..4ea452f 100644 --- a/2.6.36/wacom_sys.c +++ b/2.6.36/wacom_sys.c @@ -503,7 +503,7 @@ static int wacom_led_control(struct wacom *wacom) buf[0] = report_id; if (wacom->wacom_wac.pid) { - wacom_get_report(wacom->intf, HID_FEATURE_REPORT, + wacom_get_report(wacom->intf, WAC_HID_FEATURE_REPORT, buf[0], buf, buf_size, WAC_CMD_RETRIES); buf[0] = report_id; buf[4] = led_bits; diff --git a/2.6.36/wacom_wac.c b/2.6.36/wacom_wac.c index 6c83621..4ffe603 100644 --- a/2.6.36/wacom_wac.c +++ b/2.6.36/wacom_wac.c @@ -1790,7 +1790,7 @@ static const struct wacom_features wacom_features_0x57 = 63, DTK, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 200, 200 }; static const struct wacom_features wacom_features_0x59 = { "Wacom DTH2242", WACOM_PKGLEN_INTUOS, 95640, 54060, 2047, - 63, DTK, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 200, 200, + 63, DTK, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 200, 200 }; static const struct wacom_features wacom_features_0x3F = { "Wacom Cintiq 21UX", WACOM_PKGLEN_INTUOS, 87200, 65600, 1023, 63, CINTIQ, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES }; diff --git a/2.6.36/wacom_wac.h b/2.6.36/wacom_wac.h index 894c97c..c07be59 100644 --- a/2.6.36/wacom_wac.h +++ b/2.6.36/wacom_wac.h @@ -136,6 +136,7 @@ struct wacom_wac { struct wacom_features features; struct wacom_shared *shared; struct input_dev *input; + int pid; }; #endif -- 2.1.3 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel