Signed-off-by: Jason Gerecke <jason.gere...@wacom.com>
---
 2.6.30/wacom_wac.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/2.6.30/wacom_wac.c b/2.6.30/wacom_wac.c
index 5bf69d4..bd93cf7 100644
--- a/2.6.30/wacom_wac.c
+++ b/2.6.30/wacom_wac.c
@@ -1929,10 +1929,6 @@ void wacom_wac_irq(struct wacom_wac *wacom_wac, size_t 
len)
                        sync = wacom_mspro_irq(wacom_wac);
                break;
 
-       case INTUOSHT3:
-               sync = wacom_mspro_irq(wacom_wac);
-               break;
-
        case WACOM_24HDT:
        case WACOM_27QHDT:
        case DTH1152T:
@@ -1974,6 +1970,10 @@ void wacom_wac_irq(struct wacom_wac *wacom_wac, size_t 
len)
                        sync = wacom_bpt_irq(wacom_wac, len);
                break;
 
+       case INTUOSHT3:
+               sync = wacom_mspro_irq(wacom_wac);
+               break;
+
        default:
                sync = false;
                break;
-- 
2.17.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to