Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
9d5e88bc
Commit
9d5e88bc
authored
16 years ago
by
Andi Kleen
Browse files
Options
Downloads
Plain Diff
Merge branch 'wan' into release-2.6.27
parents
4eb57c98
9662e080
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/laptops/thinkpad-acpi.txt
+3
-8
3 additions, 8 deletions
Documentation/laptops/thinkpad-acpi.txt
drivers/misc/thinkpad_acpi.c
+0
-1
0 additions, 1 deletion
drivers/misc/thinkpad_acpi.c
with
3 additions
and
9 deletions
Documentation/laptops/thinkpad-acpi.txt
+
3
−
8
View file @
9d5e88bc
...
...
@@ -44,7 +44,7 @@ detailed description):
- LCD brightness control
- Volume control
- Fan control and monitoring: fan speed, fan enable/disable
-
Experimental:
WAN enable and disable
- WAN enable and disable
A compatibility table by model and feature is maintained on the web
site, http://ibm-acpi.sf.net/. I appreciate any success or failure
...
...
@@ -1375,18 +1375,13 @@ with EINVAL, try to set pwm1_enable to 1 and pwm1 to at least 128 (255
would be the safest choice, though).
EXPERIMENTAL:
WAN
---
--------------
WAN
---
procfs: /proc/acpi/ibm/wan
sysfs device attribute: wwan_enable (deprecated)
sysfs rfkill class: switch "tpacpi_wwan_sw"
This feature is marked EXPERIMENTAL because the implementation
directly accesses hardware registers and may not work as expected. USE
WITH CAUTION! To use this feature, you need to supply the
experimental=1 parameter when loading the module.
This feature shows the presence and current state of a W-WAN (Sierra
Wireless EV-DO) device.
...
...
This diff is collapsed.
Click to expand it.
drivers/misc/thinkpad_acpi.c
+
0
−
1
View file @
9d5e88bc
...
...
@@ -3086,7 +3086,6 @@ static struct ibm_struct wan_driver_data = {
.
read
=
wan_read
,
.
write
=
wan_write
,
.
exit
=
wan_exit
,
.
flags
.
experimental
=
1
,
};
/*************************************************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment