tcp: md5: remove request sock argument of calc_md5_hash()
[linux-2.6-block.git] / include / linux / hid.h
index 06c4607744f637156d14a667b9b5b55f0a37b693..efc7787a41a8c75db5b89509e8ec4051d019038a 100644 (file)
@@ -574,7 +574,9 @@ static inline void hid_set_drvdata(struct hid_device *hdev, void *data)
 #define HID_GLOBAL_STACK_SIZE 4
 #define HID_COLLECTION_STACK_SIZE 4
 
-#define HID_SCAN_FLAG_MT_WIN_8                 0x00000001
+#define HID_SCAN_FLAG_MT_WIN_8                 BIT(0)
+#define HID_SCAN_FLAG_VENDOR_SPECIFIC          BIT(1)
+#define HID_SCAN_FLAG_GD_POINTER               BIT(2)
 
 struct hid_parser {
        struct hid_global     global;