Skip to content

Commit

Permalink
Merge tag 'v0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jun 22, 2015
2 parents 32fee14 + 48e3efc commit 52f75e0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,20 @@
Enable headphone jack on Clevo W230SS and W230SD after suspend

**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
```
10 changes: 8 additions & 2 deletions init-headphone
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ import locale

__all__ = ["init_headphone", "set_mute", "set_effect"]

VERSION = "0.5"
SUPPORTED_SYSTEM_PRODUCT_NAMES = ["W230SS", "W230SD", "Mythlogic Chaos 1313-A", "HUMA H3"]
VERSION = "0.6"
SUPPORTED_SYSTEM_PRODUCT_NAMES = [
"W230SS", # Clevo W230SS
"Mythlogic Chaos 1313-A", # Mythlogic Chaos 1313-A
"HUMA H3", # MONSTER HUMA H3
"M4", # Eurocom M4
"W230SD", # Clevo W230SD
]
SUPPORTED_I2C_BUS_NAMES = ["SMBus I801 adapter at f040"]
I2C_CLASS_PATH = "/sys/class/i2c-dev"
DEV_BASE_PATH = "/dev"
Expand Down

0 comments on commit 52f75e0

Please sign in to comment.