summaryrefslogtreecommitdiff
path: root/backport-include/linux/mod_devicetable.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport-include/linux/mod_devicetable.h')
-rw-r--r--backport-include/linux/mod_devicetable.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/backport-include/linux/mod_devicetable.h b/backport-include/linux/mod_devicetable.h
new file mode 100644
index 0000000..ec0a3e6
--- /dev/null
+++ b/backport-include/linux/mod_devicetable.h
@@ -0,0 +1,17 @@
+#ifndef __BACKPORT_MOD_DEVICETABLE_H
+#define __BACKPORT_MOD_DEVICETABLE_H
+#include_next <linux/mod_devicetable.h>
+
+#ifndef HID_BUS_ANY
+#define HID_BUS_ANY 0xffff
+#endif
+
+#ifndef HID_GROUP_ANY
+#define HID_GROUP_ANY 0x0000
+#endif
+
+#ifndef HID_ANY_ID
+#define HID_ANY_ID (~0)
+#endif
+
+#endif /* __BACKPORT_MOD_DEVICETABLE_H */