Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
e107b8ee
Commit
e107b8ee
authored
May 29, 2006
by
masc@theaterzentrum.at
Committed by
Dmitry Torokhov
May 29, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Input: wistron - add support for AOpen Barebook 1559as
Signed-off-by:
Dmitry Torokhov
<
dtor@mail.ru
>
parent
4f8b05ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
drivers/input/misc/wistron_btns.c
drivers/input/misc/wistron_btns.c
+19
-0
No files found.
drivers/input/misc/wistron_btns.c
View file @
e107b8ee
...
...
@@ -318,6 +318,16 @@ static struct key_entry keymap_acer_travelmate_240[] = {
{
KE_END
,
0
}
};
static
struct
key_entry
keymap_aopen_1559as
[]
=
{
{
KE_KEY
,
0x01
,
KEY_HELP
},
{
KE_KEY
,
0x06
,
KEY_PROG3
},
{
KE_KEY
,
0x11
,
KEY_PROG1
},
{
KE_KEY
,
0x12
,
KEY_PROG2
},
{
KE_WIFI
,
0x30
,
0
},
{
KE_KEY
,
0x31
,
KEY_MAIL
},
{
KE_KEY
,
0x36
,
KEY_WWW
},
};
/*
* If your machine is not here (which is currently rather likely), please send
* a list of buttons and their key codes (reported when loading this module
...
...
@@ -369,6 +379,15 @@ static struct dmi_system_id dmi_ids[] = {
},
.
driver_data
=
keymap_acer_travelmate_240
},
{
.
callback
=
dmi_matched
,
.
ident
=
"AOpen 1559AS"
,
.
matches
=
{
DMI_MATCH
(
DMI_PRODUCT_NAME
,
"E2U"
),
DMI_MATCH
(
DMI_BOARD_NAME
,
"E2U"
),
},
.
driver_data
=
keymap_aopen_1559as
},
{
NULL
,
}
};
...
...
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