lw
fea271c3e5
Fix config path information
5 years ago
Joachim Nilsson
311b09e489
Merge branch 'alexmohr-master'
5 years ago
Joachim Nilsson
93ab69e832
light.1: Fix save/restore brightness option flip
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
5 years ago
Joachim Nilsson
d686769b6c
README: Fix save/restore brightness option flip
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
5 years ago
Joachim Nilsson
02d97dd7dc
Merge branch 'master' of https://github.com/alexmohr/light into alexmohr-master
5 years ago
Joachim Nilsson
e4cca6a42b
Merge pull request #85 from stanim/master
Fix github light release link
5 years ago
Stani
4ece95c2b8
Fix github light release link
The github releases page was wrong. This will help users to install light faster.
5 years ago
Fredrik Svantesson
4215ec1153
Merge pull request #83 from sim590/debian-udev-lib-path
debian: install udev rules under /lib
5 years ago
Simon Désaulniers
119c54a978
debian: install udev rules under /lib
5 years ago
Fredrik Svantesson
0687989adc
Merge pull request #82 from maximbaz/archlinux-official
Update installation instructions for Arch Linux
6 years ago
Maxim Baz
8d656615fb
Update installation instructions for Arch Linux
6 years ago
Alex
5a04d6268e
Fixed wrong help display
6 years ago
Fredrik Svantesson
d75c5d4c9c
check result of split in find_device_target
6 years ago
Joachim Nilsson
f53a0e308f
Update ChangeLog and bump version for v1.2 release
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
4e43abeb6f
Add Debian/Ubuntu build/install help
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
3846efc1fe
Merge pull request #70 from haikarainen/man-page-update
Fix #66 : Align man page with help text
6 years ago
Joachim Nilsson
ccc248990a
Minor, fix spelling in man page
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
a5195d2a60
Merge pull request #71 from haikarainen/update-debian-packaging
Update debian packaging
6 years ago
Joachim Nilsson
1285c7412d
Fix #66 : Actually update man page with new and changed settings
- Order commands and options similar to help text, not alphabetically
- Update command descriptions to new nomenclature
- Update copyright years
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
56c5b329ee
Drop debian package from release target and rename package: --> deb:
Seeing as light supports at least two different GNU/Linux distributions
it seems prudent to not claim 'package:' for Debian packages. This has
the added benefit of adding easy build targets for RedHat/Fedora, Arch,
and others.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
1466eaa3d5
Fix #68 : Update Debian/Ubuntu packaging
- Bump debhlper compat to >= 10 (Stretch)
- Update Standards-Version field, we seem to be compatible
- Update package Description filed, lintian complains of empty body
- Update changelog date and drop GitHub issue reference, confuses lintian
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
22ab2f7167
Fix spelling, found by lintian
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
b266f86b2f
Fix #66 : Align man page with help text
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Fredrik Svantesson
1be06a4fb9
Fix #65
6 years ago
Fredrik Svantesson
0010b89923
Fix formatting
6 years ago
Fredrik Svantesson
066ef804ad
Add @troglobit and new PKGBUILD to README
6 years ago
Fredrik Svantesson
c8898274e3
Add notice about video group for udev rules
6 years ago
Fredrik Svantesson
621e1dbe7f
Add leds subsystem to udev rules
6 years ago
Fredrik Svantesson
8f39b040d4
Added Arch Linux PKGBUILD, fixes #56
6 years ago
Fredrik Svantesson
9d8ca6be3c
Undo modern C standard target because Ubuntu. Fixes #64
6 years ago
Fredrik Svantesson
55ad3be529
Add untested and very experimental razer support #57
6 years ago
Fredrik Svantesson
7bf19b3ebb
implement util enumerator, dryrun, fix #60
6 years ago
Fredrik Svantesson
c4aab0c3ac
Fix memory errors, improve enum. impl.
6 years ago
Fredrik Svantesson
a5caacb532
Merge pull request #61 from haikarainen/device-rewrite
Rewrite codebase, add device-system pewpew
6 years ago
Fredrik Svantesson
cf55bd7b23
Add developer docs
6 years ago
Fredrik Svantesson
61f6b01195
Fix device disposal
6 years ago
Fredrik Svantesson
5c86188ad9
Updated readme
6 years ago
Fredrik Svantesson
8307431ac7
Fixed printed help
6 years ago
Fredrik Svantesson
3ed29dfa7c
Fix incorrect printf usage of uint64_t's
6 years ago
Fredrik Svantesson
b3b9b6086d
General cleanup & fixes
6 years ago
Fredrik Svantesson
7a3f49a395
Rewrite codebase, add device-system
6 years ago
Joachim Nilsson
08bb6f2703
Merge pull request #59 from chrboe/xdg-cache-dir
Respect XDG_CACHE_HOME
6 years ago
Christoph Böhmwalder
48615fca6e
Respect XDG_CACHE_HOME
The XDG Base Directory specification [1] demands that there should be a
"single base directory relative to which user-specific non-essential
(cached) data should be written". Light currently makes use of such a
cache directory, but hardcodes the default "$HOME/.cache".
In order to enable users to specify a custom cache directory, respect
this convention and use the "$XDG_CACHE_HOME" environment variable if it
is set. If it is not set, fall back to "$HOME/.cache".
[1] https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
6 years ago
Joachim Nilsson
a44ad60a66
Merge pull request #54 from troglobit/brillo-merges
Brillo merges
6 years ago
Joachim Nilsson
c9b79b5d85
No need to have +1 on sizeof path prefix
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
2e61462211
Use snprintf() instead of strncpy(), both safer and simpler
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
b73cf341e4
Mention @CameronNemo's fork brillo in heading
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
b4291f7d0e
Merge pull request #53 from troglobit/packaging
ChangeLog updates, Debian packaging support
6 years ago
Joachim Nilsson
3d2248b756
Make .deb package part of std release target
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago
Joachim Nilsson
c459949c47
Minor snag, $prefix prefixed to udev rules means /usr/lib/ not /lib
We may need to drop the $prefix to the udev rules from configure.ac
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
6 years ago