]> granicus.if.org Git - intel_nuc_led/log
intel_nuc_led
6 years agoinitialize variables to default values cleanup
Nathan Wagner [Thu, 22 Feb 2018 20:24:45 +0000 (14:24 -0600)]
initialize variables to default values

The compiler can't tell that some variables will be initialized,
and gives a warning.  Initializing the variables prevents the
warning.

6 years agoCorrect WMI instance count issue for newer kernels
milesp20 [Sat, 18 Nov 2017 01:27:28 +0000 (18:27 -0700)]
Correct WMI instance count issue for newer kernels

WMI instance count issue in kernel was patched recently.  See https://github.com/torvalds/linux/commit/6afa1e2a32f4bd28df4cbe75454fde837dad4c09

6 years agoAdditional error reporting on WMI call failures
milesp20 [Fri, 17 Nov 2017 14:42:13 +0000 (07:42 -0700)]
Additional error reporting on WMI call failures

6 years agoMerge pull request #5 from qmfrederik/features/uid-gid
milesp20 [Wed, 5 Jul 2017 23:58:30 +0000 (17:58 -0600)]
Merge pull request #5 from qmfrederik/features/uid-gid

Allow setting the UID, GID and permissions of /proc/acpi/nuc_led via module params

6 years agoMerge pull request #4 from qmfrederik/centos/readme
milesp20 [Wed, 5 Jul 2017 23:54:31 +0000 (17:54 -0600)]
Merge pull request #4 from qmfrederik/centos/readme

Add README with CentOS build information

6 years agoMerge pull request #3 from qmfrederik/features/travis
milesp20 [Wed, 5 Jul 2017 23:53:46 +0000 (17:53 -0600)]
Merge pull request #3 from qmfrederik/features/travis

Travis CI support, .gitignore file

6 years agoAllow setting the UID, GID and permissions of /proc/acpi/nuc_led
Frederik Carlier [Wed, 5 Jul 2017 23:13:40 +0000 (01:13 +0200)]
Allow setting the UID, GID and permissions of /proc/acpi/nuc_led

6 years agoAdd README with CentOS build information
Frederik Carlier [Wed, 5 Jul 2017 22:39:23 +0000 (00:39 +0200)]
Add README with CentOS build information

6 years agoAdd .gitignore file
Frederik Carlier [Wed, 5 Jul 2017 22:12:14 +0000 (22:12 +0000)]
Add .gitignore file

6 years agoAdd Travis support
Frederik Carlier [Wed, 5 Jul 2017 21:53:28 +0000 (23:53 +0200)]
Add Travis support

7 years agoMerge pull request #2 from MilhouseVH/linux412rc4
milesp20 [Thu, 8 Jun 2017 12:43:57 +0000 (08:43 -0400)]
Merge pull request #2 from MilhouseVH/linux412rc4

Allow building with 4.12-rc4

7 years agoAllow building with 4.12-rc4
MilhouseVH [Tue, 6 Jun 2017 22:09:51 +0000 (23:09 +0100)]
Allow building with 4.12-rc4

7 years agoMerge pull request #1 from trsqr/fix_makefile
milesp20 [Thu, 25 May 2017 14:04:54 +0000 (08:04 -0600)]
Merge pull request #1 from trsqr/fix_makefile

Makefile: replace spaces with tabs

7 years agoMakefile: replace spaces with tabs
Olli Salonen [Thu, 25 May 2017 12:14:05 +0000 (22:14 +1000)]
Makefile: replace spaces with tabs

This broke compilation under standard Ubuntu 16.04 environment at least.

7 years agoRemove old debug line
milesp20 [Fri, 12 May 2017 17:27:59 +0000 (11:27 -0600)]
Remove old debug line

7 years agoCreate nuc_led.c
milesp20 [Fri, 12 May 2017 14:07:15 +0000 (08:07 -0600)]
Create nuc_led.c

7 years agoUpdate README.md
milesp20 [Fri, 12 May 2017 14:03:52 +0000 (08:03 -0600)]
Update README.md

7 years agoCreate Makefile
milesp20 [Fri, 12 May 2017 14:02:12 +0000 (08:02 -0600)]
Create Makefile

7 years agoUpdate README.md
milesp20 [Fri, 12 May 2017 13:56:11 +0000 (07:56 -0600)]
Update README.md

7 years agoUpdate README.md
milesp20 [Fri, 12 May 2017 13:54:17 +0000 (07:54 -0600)]
Update README.md

7 years agoInitial commit
milesp20 [Fri, 12 May 2017 13:37:37 +0000 (07:37 -0600)]
Initial commit