mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
HID: sony: Fix spacing in the device definitions.
Fix cosmetic spacing in the device definitions. Signed-off-by: Frank Praznik <frank.praznik@oh.rr.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
0da8ea6581
commit
6c79c18c97
@ -33,11 +33,11 @@
|
||||
|
||||
#include "hid-ids.h"
|
||||
|
||||
#define VAIO_RDESC_CONSTANT BIT(0)
|
||||
#define SIXAXIS_CONTROLLER_USB BIT(1)
|
||||
#define SIXAXIS_CONTROLLER_BT BIT(2)
|
||||
#define BUZZ_CONTROLLER BIT(3)
|
||||
#define PS3REMOTE BIT(4)
|
||||
#define VAIO_RDESC_CONSTANT BIT(0)
|
||||
#define SIXAXIS_CONTROLLER_USB BIT(1)
|
||||
#define SIXAXIS_CONTROLLER_BT BIT(2)
|
||||
#define BUZZ_CONTROLLER BIT(3)
|
||||
#define PS3REMOTE BIT(4)
|
||||
#define DUALSHOCK4_CONTROLLER_USB BIT(5)
|
||||
#define DUALSHOCK4_CONTROLLER_BT BIT(6)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user