Commit 2874b013 authored by Marcel Holtmann's avatar Marcel Holtmann Committed by Vojtech Pavlik

input: Added BUS_BLUETOOTH definition for BlueTooth HID devices.

parent 4d429dce
...@@ -574,6 +574,7 @@ struct input_absinfo { ...@@ -574,6 +574,7 @@ struct input_absinfo {
#define BUS_ISAPNP 0x02 #define BUS_ISAPNP 0x02
#define BUS_USB 0x03 #define BUS_USB 0x03
#define BUS_HIL 0x04 #define BUS_HIL 0x04
#define BUS_BLUETOOTH 0x05
#define BUS_ISA 0x10 #define BUS_ISA 0x10
#define BUS_I8042 0x11 #define BUS_I8042 0x11
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment