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
46a704f6
Commit
46a704f6
authored
Aug 22, 2002
by
Franz Sirl
Committed by
Vojtech Pavlik
Aug 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Two minor fixes on top of the PPC final input conversion.
parent
77f1a9e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/macintosh/adbhid.c
drivers/macintosh/adbhid.c
+2
-1
No files found.
drivers/macintosh/adbhid.c
View file @
46a704f6
...
...
@@ -37,7 +37,6 @@
#include <linux/init.h>
#include <linux/notifier.h>
#include <linux/input.h>
#include <linux/kbd_ll.h>
#include <linux/adb.h>
#include <linux/cuda.h>
...
...
@@ -52,6 +51,8 @@ MODULE_AUTHOR("Franz Sirl <Franz.Sirl-kernel@lauterbach.com>");
#define KEYB_LEDREG 2
/* register # for leds on ADB keyboard */
#define MOUSE_DATAREG 0
/* reg# for movement/button codes from mouse */
extern
struct
pt_regs
*
kbd_pt_regs
;
static
int
adb_message_handler
(
struct
notifier_block
*
,
unsigned
long
,
void
*
);
static
struct
notifier_block
adbhid_adb_notifier
=
{
notifier_call:
adb_message_handler
,
...
...
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