Joachim Nilsson
727c1b0adc
It should be safe to default to C99 now
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Joachim Nilsson
fd267b6d97
Rearrange and simplify text a bit, also put examples early
Most users want to see the examples as early as possible, so we place
them directly after the new (simplified) introduction. The examples
have been rewritten to separate commands from options and grouping
the command with its value, where applicable.
The rest of the document has just been auto-filled to fit to < 72
columns and sections now use === and ---- for headings to make the
README more accessible from a terminal.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Joachim Nilsson
acf5156f5c
Add udev rules files based on README
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Joachim Nilsson
9201811a4c
Delete makeexec.sh
Unused file.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Joachim Nilsson
73d7e48da5
Merge pull request #42 from troglobit/configure-script
Convert build system to GNU configure & build
преди 6 години
Joachim Nilsson
00889580cd
Document new build process, both from tarball and directly from GIT
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Joachim Nilsson
c6e45de364
Ignore global indexing files
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Joachim Nilsson
d6a0fb6720
Relocate include/ files to src/, to simplify dist packaging
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Joachim Nilsson
2301ccf437
Add light.1 man page to dist and install
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Joachim Nilsson
d75221ca74
Merge branch 'master' into configure-script
преди 6 години
Joachim Nilsson
033486bf9a
Merge pull request #41 from troglobit/man-page
Add proper light.1 man page, removes help2man dependency
преди 6 години
Joachim Nilsson
206ded2c00
Merge branch 'master' into man-page
преди 6 години
Joachim Nilsson
c1fa23b38c
Merge pull request #30 from mattandersen/BetterPrefixSupport
Better Support for Overriding Install Prefix
преди 6 години
Joachim Nilsson
8191c64a80
Merge pull request #28 from abdullahibnnadjo/master
Address #27
преди 6 години
Joachim Nilsson
698732474c
Convert build system to GNU configure & build
This patch adds a standard configure script and converts the Makefile to
automake. This adresses PR #30 , but in a more generic way, and also
eliminates the hard coded CC variable, enabling building with clang or
even a cross compiler.
Note: this is more a proof of concept and does not include the man page
generation. Another pull request addresses that.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Joachim Nilsson
79f90eb8dc
Add proper light.1 man page, removes help2man dependency
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
преди 6 години
Fredrik Svantesson
9a0b7bd63f
Merge pull request #29 from Eyenseo/master
Fix save and restore arguments
преди 6 години
Matthew Andersen
478d2040b3
Restore DESTDIR support.
преди 6 години
Matthew Andersen
a1a4c52a5d
Better Support for Overriding Install Prefix
By not always appending "/usr" to the path, it enables install into /usr/local
and better integration with tools like stow.
преди 6 години
eyenseo
6eb9418685
Fix save and restore arguments
Without this patch -O and -I are not supported anymore and lead to an
error.
преди 6 години
Abdullah ibn Nadjo
26f79b761a
Use the install command instead of raw cp/mv/chmod. #27
преди 7 години
Abdullah ibn Nadjo
cbcf92db3c
Add help2man dependency in README
преди 7 години
Fredrik Svantesson
1ec60ac183
Merge pull request #25 from abdullahibnnadjo/master
Various fixes and improvements
преди 7 години
Abdullah ibn Nadjo
38c3bf387c
Bump version to 0.10 and make errors (finally?) print to stderr
преди 7 години
Abdullah ibn Nadjo
f62503b299
Fix different kinds of issues with string buffers and pointers
- Use NAME_MAX and PATH_MAX instead of hardcoded values
- Allow paths to be longer than 256 chars
- Check pointers everywhere
- Use strncpy/snprintf instead of strcpy/sprintf
- Validate controllers' name (-s flag + a very long name -> bad things happening)
- Get rid of globals for dir iteration
преди 7 години
Abdullah ibn Nadjo
fa2fba14a6
Fix overflow of raw values < 0
- Rewrite of all clamp operations
- Get rid of unreachable code (the 'else' in the last chunk)
преди 7 години
Abdullah ibn Nadjo
c363ac40a1
Check if specified operation is valid for the wanted field
преди 7 години
Abdullah ibn Nadjo
9032c14237
Print errors to stderr
преди 7 години
Abdullah ibn Nadjo
0ecb5353aa
Don't forget to init variables
преди 7 години
Abdullah ibn Nadjo
bcaa7df99b
Don't try to read brightness values when only targetting max bright.
преди 7 години
Abdullah ibn Nadjo
5d3c89630c
Update README to explain changes introduced in cd70ff5
Also add more examples
преди 7 години
Abdullah ibn Nadjo
cd70ff5e01
Create a flag category only for backlight/kbd
Now we can save, restore, get [max] brightness etc. for both screen
and keyboard controllers
преди 7 години
Abdullah ibn Nadjo
6180bb3f5c
Logging of clamps, saves and restores
преди 7 години
Abdullah ibn Nadjo
f288657500
Rewrite light_execute for readability and avoiding unnecessary oper.
преди 7 години
Abdullah ibn Nadjo
6860e111a5
Cache max brightness data from automatic controller detection
преди 7 години
Abdullah ibn Nadjo
9fda8acac0
Improve light folder checking readability
преди 7 години
Abdullah ibn Nadjo
ccff2b57cd
Improve overall logging
преди 7 години
Abdullah ibn Nadjo
55fe7a9eaf
Don't check unsigned int about negative values
преди 7 години
Abdullah ibn Nadjo
9f9d6ae447
Fix wrong behavior of 'light_controllerAccessible'
This function was:
- Reading values from the controller
- Checking write permission even when we just want reading values
- Checking the mincap file instead of the actual controller
The last one is also true for other functions using
'light_getBrightness'.
This commit fixes that.
преди 7 години
Abdullah ibn Nadjo
01e73a2d3d
Fix unclosed DIR when targeting keyboard
преди 7 години
Abdullah ibn Nadjo
accee29c18
Don't check '/etc/light' folder when unnecessary
преди 7 години
Abdullah ibn Nadjo
12e81769d9
'light_isWritable' shouldn't truncate file contents
преди 7 години
Abdullah ibn Nadjo
6aea2b15bf
Improve 'if' readability
преди 7 години
Abdullah ibn Nadjo
2f14acb12e
Avoid redondant checking
преди 7 години
Abdullah ibn Nadjo
3b2835b626
Check if controller is accessible before getting value
преди 7 години
Abdullah ibn Nadjo
9f12ff92a2
Avoid checking for write permission if just getting value
преди 7 години
Fredrik Svantesson
5b302a0a92
Improve documentation, fix #24
преди 7 години
Fredrik Svantesson
674ada0528
Merge pull request #18 from ixjlyons/makefile-cleanup
Some Makefile cleanup.
преди 7 години
Fredrik Svantesson
03687e3063
Merge pull request #21 from sbmueller/keyboard
Add -k flag for keyboard backlight support
преди 7 години
Sebastian Müller
f0da610cf1
Add -k flag for keyboard backlight support
преди 7 години