diff options
Diffstat (limited to 'drivers/hid/hid-wiimote.h')
-rw-r--r-- | drivers/hid/hid-wiimote.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-wiimote.h b/drivers/hid/hid-wiimote.h index cfa63b0825b0..10934aa129fb 100644 --- a/drivers/hid/hid-wiimote.h +++ b/drivers/hid/hid-wiimote.h | |||
@@ -46,6 +46,7 @@ | |||
46 | #define WIIPROTO_FLAG_DRM_LOCKED 0x8000 | 46 | #define WIIPROTO_FLAG_DRM_LOCKED 0x8000 |
47 | #define WIIPROTO_FLAG_BUILTIN_MP 0x010000 | 47 | #define WIIPROTO_FLAG_BUILTIN_MP 0x010000 |
48 | #define WIIPROTO_FLAG_NO_MP 0x020000 | 48 | #define WIIPROTO_FLAG_NO_MP 0x020000 |
49 | #define WIIPROTO_FLAG_PRO_CALIB_DONE 0x040000 | ||
49 | 50 | ||
50 | #define WIIPROTO_FLAGS_LEDS (WIIPROTO_FLAG_LED1 | WIIPROTO_FLAG_LED2 | \ | 51 | #define WIIPROTO_FLAGS_LEDS (WIIPROTO_FLAG_LED1 | WIIPROTO_FLAG_LED2 | \ |
51 | WIIPROTO_FLAG_LED3 | WIIPROTO_FLAG_LED4) | 52 | WIIPROTO_FLAG_LED3 | WIIPROTO_FLAG_LED4) |
@@ -135,6 +136,7 @@ struct wiimote_state { | |||
135 | 136 | ||
136 | /* calibration/cache data */ | 137 | /* calibration/cache data */ |
137 | __u16 calib_bboard[4][3]; | 138 | __u16 calib_bboard[4][3]; |
139 | __s16 calib_pro_sticks[4]; | ||
138 | __u8 cache_rumble; | 140 | __u8 cache_rumble; |
139 | }; | 141 | }; |
140 | 142 | ||