Skip to content

Commit f98eced

Browse files
LawstorantJiri Kosina
authored andcommitted
HID: pidff: Fix 90 degrees direction name North -> East
Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 1a57504 commit f98eced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/usbhid/hid-pidff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ static const u8 pidff_block_load_status[] = { 0x8c, 0x8d, 0x8e};
145145
#define PID_EFFECT_STOP 1
146146
static const u8 pidff_effect_operation_status[] = { 0x79, 0x7b };
147147

148-
/* Polar direction 90 degrees (North) */
148+
/* Polar direction 90 degrees (East) */
149149
#define PIDFF_FIXED_WHEEL_DIRECTION 0x4000
150150

151151
struct pidff_usage {

0 commit comments

Comments
 (0)