]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: psmouse - fix attribute access on 64-bit systems
authorSergey Vlasov <vsu@altlinux.ru>
Thu, 8 Mar 2007 06:59:05 +0000 (07:59 +0100)
committerAdrian Bunk <bunk@stusta.de>
Thu, 8 Mar 2007 06:59:05 +0000 (07:59 +0100)
commita9cbeddd48ff51399d93b8e60e97875c893a89d0
tree231c7b05493a55460e347ff2479b994a3bd1a654
parent89de5e72d59672f753a90605f9bb8d442710155b
Input: psmouse - fix attribute access on 64-bit systems

psmouse_show_int_attr() and psmouse_set_int_attr() were accessing
unsigned int fields as unsigned long, which gave garbage on x86_64.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/input/mouse/psmouse-base.c