Commit c5f83906 authored by Vojtech Pavlik's avatar Vojtech Pavlik

Change rpcmouse.c to use BUS_HOST instead of BUS_ISA.

parent b8543916
...@@ -40,7 +40,7 @@ static struct input_dev rpcmouse_dev = { ...@@ -40,7 +40,7 @@ static struct input_dev rpcmouse_dev = {
relbit: { BIT(REL_X) | BIT(REL_Y) }, relbit: { BIT(REL_X) | BIT(REL_Y) },
name: "Acorn RiscPC Mouse", name: "Acorn RiscPC Mouse",
phys: "rpcmouse/input0", phys: "rpcmouse/input0",
idbus: BUS_ISA, idbus: BUS_HOST,
idvendor: 0x0005, idvendor: 0x0005,
idproduct: 0x0001, idproduct: 0x0001,
idversion: 0x0100, idversion: 0x0100,
......
...@@ -507,6 +507,7 @@ struct input_event { ...@@ -507,6 +507,7 @@ struct input_event {
#define BUS_AMIGA 0x16 #define BUS_AMIGA 0x16
#define BUS_ADB 0x17 #define BUS_ADB 0x17
#define BUS_I2C 0x18 #define BUS_I2C 0x18
#define BUS_HOST 0x19
/* /*
* Values describing the status of an effect * Values describing the status of an effect
......
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