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
c5f83906
Commit
c5f83906
authored
Jul 08, 2002
by
Vojtech Pavlik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change rpcmouse.c to use BUS_HOST instead of BUS_ISA.
parent
b8543916
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/input/mouse/rpcmouse.c
drivers/input/mouse/rpcmouse.c
+1
-1
include/linux/input.h
include/linux/input.h
+1
-0
No files found.
drivers/input/mouse/rpcmouse.c
View file @
c5f83906
...
...
@@ -40,7 +40,7 @@ static struct input_dev rpcmouse_dev = {
relbit:
{
BIT
(
REL_X
)
|
BIT
(
REL_Y
)
},
name:
"Acorn RiscPC Mouse"
,
phys:
"rpcmouse/input0"
,
idbus:
BUS_
ISA
,
idbus:
BUS_
HOST
,
idvendor:
0x0005
,
idproduct:
0x0001
,
idversion:
0x0100
,
...
...
include/linux/input.h
View file @
c5f83906
...
...
@@ -507,6 +507,7 @@ struct input_event {
#define BUS_AMIGA 0x16
#define BUS_ADB 0x17
#define BUS_I2C 0x18
#define BUS_HOST 0x19
/*
* Values describing the status of an effect
...
...
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