Skip to content

Commit

Permalink
Merge tag 'v0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 11, 2015
2 parents 52f75e0 + b49b13d commit c9ac740
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 223 deletions.
90 changes: 77 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,85 @@
# init-headphone-ubuntu
Enable headphone jack on Clevo W230SS and W230SD after suspend
Manage the headphone amplifier found in some Clevo laptops.
Can initialize the device if headphones are not working after suspend.

## Supported models
```x is used as wildcard```
* N1xxSD
* P37xSM-A
* P65xSE
* P770ZM
* W130SV
* W230SD
* W230SS
* W25CSx
* W330AU
* W330SU2
* W355SDQ
* W3xxSS
* W510TU
* W510TU-L
* W5xxSU2
* W650SF
* W670SFQ
* W6xxSB
* W840AU
* W942SV
* W942SW
* W945SUW
* W94xTU
* W94xTU-L
* W95xTU
* W970KLQ
* W970SUW
* W970SUY
* W970TUQ
* W9xxAUx
* W9xxKL
* W9xxKU
* W9xxSU1
* W9xxSU2
* WA50SBQ
* WA50SFQ
* WA50SJQ

**Ubuntu package for [init-headphone](https://github.com/Unrud/init-headphone)**

## Usage
```
$ init-headphone --help
Version: 0.6
usage: init-headphone [init]
usage: init-headphone effect0
usage: init-headphone effect1
usage: init-headphone effect2
usage: init-headphone effect3
usage: init-headphone effect4
usage: init-headphone effect5
usage: init-headphone effect6
usage: init-headphone mute
usage: init-headphone unmute
usage: init-headphone --help
usage: init-headphone [-h] [-v] [-f] [command]
Manage the headphone amplifier found in some Clevo laptops
(see the list of supported models below)
version: 0.8
positional arguments:
command see the list of available commands below, init is the default
if the argument is omitted
optional arguments:
-h, --help show this help message and exit
-v, --verbose increase output verbosity
-f, --force skip model check
available commands:
init initialize amplifier (with effect1)
effect0 no change
effect1 bass boost
effect2
effect3
effect4 boost everything
effect5
effect6
mute turn output off
unmute turn output on
recovery
supported models:
N1xxSD, P37xSM-A, P65xSE, P770ZM, W130SV, W230SD, W230SS, W25CSx, W330AU,
W330SU2, W355SDQ, W3xxSS, W510TU, W510TU-L, W5xxSU2, W650SF, W670SFQ, W6xxSB,
W840AU, W942SV, W942SW, W945SUW, W94xTU, W94xTU-L, W95xTU, W970KLQ, W970SUW,
W970SUY, W970TUQ, W9xxAUx, W9xxKL, W9xxKU, W9xxSU1, W9xxSU2, WA50SBQ,
WA50SFQ, WA50SJQ
```
Loading

0 comments on commit c9ac740

Please sign in to comment.