Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
8d9a1053
Commit
8d9a1053
authored
Mar 05, 2004
by
Russell King
Committed by
Vojtech Pavlik
Mar 05, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input: Fix i8042 PS/2 mouse on ARM.
parent
0d7abd64
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
drivers/input/serio/i8042-io.h
drivers/input/serio/i8042-io.h
+3
-0
include/asm-arm/arch-ebsa285/irqs.h
include/asm-arm/arch-ebsa285/irqs.h
+2
-2
include/asm-arm/arch-shark/irqs.h
include/asm-arm/arch-shark/irqs.h
+2
-1
No files found.
drivers/input/serio/i8042-io.h
View file @
8d9a1053
...
@@ -25,6 +25,9 @@
...
@@ -25,6 +25,9 @@
#elif defined(__ia64__)
#elif defined(__ia64__)
# define I8042_KBD_IRQ isa_irq_to_vector(1)
# define I8042_KBD_IRQ isa_irq_to_vector(1)
# define I8042_AUX_IRQ isa_irq_to_vector(12)
# define I8042_AUX_IRQ isa_irq_to_vector(12)
#elif defined(__arm__)
/* defined in include/asm-arm/arch-xxx/irqs.h */
#include <asm/irq.h>
#else
#else
# define I8042_KBD_IRQ 1
# define I8042_KBD_IRQ 1
# define I8042_AUX_IRQ 12
# define I8042_AUX_IRQ 12
...
...
include/asm-arm/arch-ebsa285/irqs.h
View file @
8d9a1053
...
@@ -91,8 +91,8 @@
...
@@ -91,8 +91,8 @@
#undef RTC_IRQ
#undef RTC_IRQ
#define RTC_IRQ IRQ_ISA_RTC_ALARM
#define RTC_IRQ IRQ_ISA_RTC_ALARM
#
undef AUX_IRQ
#
define I8042_KBD_IRQ IRQ_ISA_KEYBOARD
#define
AUX_IRQ
(machine_is_netwinder() ? IRQ_NETWINDER_PS2MOUSE : IRQ_ISA_PS2MOUSE)
#define
I8042_AUX_IRQ
(machine_is_netwinder() ? IRQ_NETWINDER_PS2MOUSE : IRQ_ISA_PS2MOUSE)
#define IRQ_FLOPPYDISK IRQ_ISA_FLOPPY
#define IRQ_FLOPPYDISK IRQ_ISA_FLOPPY
#define irq_canonicalize(_i) (((_i) == IRQ_ISA_CASCADE) ? IRQ_ISA_2 : _i)
#define irq_canonicalize(_i) (((_i) == IRQ_ISA_CASCADE) ? IRQ_ISA_2 : _i)
include/asm-arm/arch-shark/irqs.h
View file @
8d9a1053
...
@@ -8,5 +8,6 @@
...
@@ -8,5 +8,6 @@
#define IRQ_ISA_KEYBOARD 1
#define IRQ_ISA_KEYBOARD 1
#define RTC_IRQ 8
#define RTC_IRQ 8
#define AUX_IRQ 12
#define I8042_KBD_IRQ 1
#define I8042_AUX_IRQ 12
#define IRQ_HARDDISK 14
#define IRQ_HARDDISK 14
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment