diff options
Diffstat (limited to 'drivers/input/mouse/inport.c')
-rw-r--r-- | drivers/input/mouse/inport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/inport.c b/drivers/input/mouse/inport.c index 13dd96785e39..701ebd5473cf 100644 --- a/drivers/input/mouse/inport.c +++ b/drivers/input/mouse/inport.c | |||
@@ -61,7 +61,7 @@ MODULE_LICENSE("GPL"); | |||
61 | #define INPORT_REG_MODE 0x07 | 61 | #define INPORT_REG_MODE 0x07 |
62 | #define INPORT_RESET 0x80 | 62 | #define INPORT_RESET 0x80 |
63 | 63 | ||
64 | #ifdef CONFIG_INPUT_ATIXL | 64 | #ifdef CONFIG_MOUSE_ATIXL |
65 | #define INPORT_NAME "ATI XL Mouse" | 65 | #define INPORT_NAME "ATI XL Mouse" |
66 | #define INPORT_VENDOR 0x0002 | 66 | #define INPORT_VENDOR 0x0002 |
67 | #define INPORT_SPEED_30HZ 0x01 | 67 | #define INPORT_SPEED_30HZ 0x01 |