]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/input/mouse/alps.h
Input: alps - process_bitmap: don't invert the Y-axis on Rushmore
[mirror_ubuntu-artful-kernel.git] / drivers / input / mouse / alps.h
index 03f88b6940c7c4e4b2f61c529adcf7dce0aaf96d..6d2666c0d63a3423ab30552f1ab1d7e7990628ac 100644 (file)
@@ -46,7 +46,7 @@ struct alps_model_info {
        unsigned char command_mode_resp;
        unsigned char proto_version;
        unsigned char byte0, mask0;
-       unsigned char flags;
+       int flags;
 };
 
 /**
@@ -142,7 +142,7 @@ struct alps_data {
        int addr_command;
        unsigned char proto_version;
        unsigned char byte0, mask0;
-       unsigned char flags;
+       int flags;
        int x_max;
        int y_max;
        int x_bits;