Re: Typo in drivers/usb/input/wacom_wac.c?

From: Andrew Benton
Date: Thu Nov 09 2006 - 16:12:25 EST


Greg KH wrote:
On Wed, Nov 08, 2006 at 09:55:13AM +0000, Andrew Benton wrote:
Hello World,
my Wacom Volito2 tablet doesn't work with the kernel driver as it is. The cursor jitters about at the bottom of the screen in a useless manner. However, if I edit drivers/usb/input/wacom_wac.c and change the two instances of wacom_be16_to_cpu to wacom_le16_to_cpu then it works perfectly

sed -i 's/_b/_l/' drivers/usb/input/wacom_wac.c

Which kernel version are you referring to?

2.6.19-rc5

Andy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/