Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
437f8c8a
Commit
437f8c8a
authored
Aug 02, 2009
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugzilla-13865' into release
parents
b8a848ed
daed9537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
drivers/platform/x86/hp-wmi.c
drivers/platform/x86/hp-wmi.c
+7
-5
No files found.
drivers/platform/x86/hp-wmi.c
View file @
437f8c8a
...
...
@@ -520,11 +520,13 @@ static int hp_wmi_resume_handler(struct platform_device *device)
* the input layer will only actually pass it on if the state
* changed.
*/
input_report_switch
(
hp_wmi_input_dev
,
SW_DOCK
,
hp_wmi_dock_state
());
input_report_switch
(
hp_wmi_input_dev
,
SW_TABLET_MODE
,
hp_wmi_tablet_state
());
input_sync
(
hp_wmi_input_dev
);
if
(
hp_wmi_input_dev
)
{
input_report_switch
(
hp_wmi_input_dev
,
SW_DOCK
,
hp_wmi_dock_state
());
input_report_switch
(
hp_wmi_input_dev
,
SW_TABLET_MODE
,
hp_wmi_tablet_state
());
input_sync
(
hp_wmi_input_dev
);
}
return
0
;
}
...
...
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