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
0789b003
Commit
0789b003
authored
Mar 11, 2011
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Staging: samsung-laptop: add support for N230 model
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
9107a26e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/staging/samsung-laptop/samsung-laptop.c
drivers/staging/samsung-laptop/samsung-laptop.c
+3
-3
No files found.
drivers/staging/samsung-laptop/samsung-laptop.c
View file @
0789b003
...
...
@@ -601,12 +601,12 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
.
callback
=
dmi_check_cb
,
},
{
.
ident
=
"N150/N210/N220"
,
.
ident
=
"N150/N210/N220
/N230
"
,
.
matches
=
{
DMI_MATCH
(
DMI_SYS_VENDOR
,
"SAMSUNG ELECTRONICS CO., LTD."
),
DMI_MATCH
(
DMI_PRODUCT_NAME
,
"N150/N210/N220"
),
DMI_MATCH
(
DMI_BOARD_NAME
,
"N150/N210/N220"
),
DMI_MATCH
(
DMI_PRODUCT_NAME
,
"N150/N210/N220
/N230
"
),
DMI_MATCH
(
DMI_BOARD_NAME
,
"N150/N210/N220
/N230
"
),
},
.
callback
=
dmi_check_cb
,
},
...
...
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