Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 806d41b7 authored by Anssi Hannula's avatar Anssi Hannula Committed by Dmitry Torokhov
Browse files

Input: move fixp-arith.h to drivers/input



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: default avatarAnssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 57e6b724
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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)