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
nexedi
linux
Commits
236d6a77
Commit
236d6a77
authored
Dec 31, 2012
by
Dmitry Torokhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Input: atkbd - fix a typo in a message
Signed-off-by:
Dmitry Torokhov
<
dmitry.torokhov@gmail.com
>
parent
8a0b6c5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/input/keyboard/atkbd.c
drivers/input/keyboard/atkbd.c
+1
-1
No files found.
drivers/input/keyboard/atkbd.c
View file @
236d6a77
...
...
@@ -726,7 +726,7 @@ static int atkbd_probe(struct atkbd *atkbd)
if
(
atkbd
->
id
==
0xaca1
&&
atkbd
->
translated
)
{
dev_err
(
&
ps2dev
->
serio
->
dev
,
"NCD terminal keyboards are only supported on non-translating control
el
rs. "
"NCD terminal keyboards are only supported on non-translating control
le
rs. "
"Use i8042.direct=1 to disable translation.
\n
"
);
return
-
1
;
}
...
...
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