Skip to content

Commit

Permalink
Input: move fixp-arith.h to drivers/input
Browse files Browse the repository at this point in the history
Move fixp-arith.h from drivers/usb/input to drivers/input, as the part of
force feedback support that requires trigonometric functions is being moved
there.

Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Anssi Hannula authored and Dmitry Torokhov committed Jul 19, 2006
1 parent 57e6b72 commit 806d41b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/usb/input/hid-lgff.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <linux/circ_buf.h>

#include "hid.h"
#include "fixp-arith.h"
#include "../../input/fixp-arith.h"


/* Periodicity of the update */
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/input/hid-tmff.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <linux/circ_buf.h>

#include "hid.h"
#include "fixp-arith.h"
#include "../../input/fixp-arith.h"

/* Usages for thrustmaster devices I know about */
#define THRUSTMASTER_USAGE_RUMBLE_LR (HID_UP_GENDESK | 0xbb)
Expand Down

0 comments on commit 806d41b

Please sign in to comment.