From: Anssi Hannula Date: Mon, 5 Jun 2006 04:18:43 +0000 (-0400) Subject: Input: fix accuracy of fixp-arith.h X-Git-Tag: v2.6.18-rc1~604^2~15 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3cbd5b32cb625f5c0f1b1476d154fac873dd49ce;p=linux-2.6-omap-h63xx.git Input: fix accuracy of fixp-arith.h Add the value of cos(90) = 0 to the table. This also moves the results so that sin(x) == sin(180-x) is true as expected. Signed-off-by: Anssi Hannula Signed-off-by: Andrew Morton Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/usb/input/fixp-arith.h b/drivers/usb/input/fixp-arith.h index b44d398de07..ed3d2da0c48 100644 --- a/drivers/usb/input/fixp-arith.h +++ b/drivers/usb/input/fixp-arith.h @@ -2,8 +2,6 @@ #define _FIXP_ARITH_H /* - * $$ - * * Simplistic fixed-point arithmetics. * Hmm, I'm probably duplicating some code :( * @@ -31,20 +29,20 @@ #include -// The type representing fixed-point values +/* The type representing fixed-point values */ typedef s16 fixp_t; #define FRAC_N 8 #define FRAC_MASK ((1<>= 1;