Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / hid / hid-wiimote.h
index 7b6765797f81c2e33dc5ed638c7c365cdbc5cbb3..c81dbeb086c556b097dbfb3030bdf2dc62b382f3 100644 (file)
@@ -52,6 +52,7 @@ struct wiimote_state {
        spinlock_t lock;
        __u8 flags;
        __u8 accel_split[2];
+       __u8 drm;
 
        /* synchronous cmd requests */
        struct mutex sync;
@@ -109,6 +110,7 @@ enum wiiproto_reqs {
        WIIPROTO_REQ_DRM_E = 0x3d,
        WIIPROTO_REQ_DRM_SKAI1 = 0x3e,
        WIIPROTO_REQ_DRM_SKAI2 = 0x3f,
+       WIIPROTO_REQ_MAX
 };
 
 #define dev_to_wii(pdev) hid_get_drvdata(container_of(pdev, struct hid_device, \
This page took 0.032707 seconds and 5 git commands to generate.