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 --- drivers/input/fixp-arith.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6.16-git20/drivers/input/fixp-arith.h =================================================================== --- linux-2.6.16-git20.orig/drivers/input/fixp-arith.h 2006-04-10 21:02:50.000000000 +0300 +++ linux-2.6.16-git20/drivers/input/fixp-arith.h 2006-04-10 21:03:45.000000000 +0300 @@ -38,13 +38,13 @@ typedef s16 fixp_t; #define FRAC_MASK ((1<>= 1; -- Anssi Hannula