This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
init-headphone
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
5
Wiki
Activity
Fedora package for
https://github.com/unrud/init-headphone
.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21
Commits
1
Branch
60 KiB
Python
89.3%
RPM Spec
7.9%
Makefile
2.8%
Tree:
0.2.0
main
0.2.0-rpmsrc
0.2.0-alpha
0.2.0
0.10-rpmsrc
0.10
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '0.2.0'
${ noResults }
init-headphone
/
init-headphone.modules
5 lines
111 B
Raw
Permalink
Blame
History
#!/bin/sh
if
[
! -d /sys/class/i2c-dev
]
;
then
exec
/sbin/modprobe i2c_dev >/dev/null 2>
&
1
fi