Compare commits

..

No commits in common. "5fc1a8d059e8802602bdec0203bc6a231615268d" and "850f615859d5807359ef5ee250cd66fef3c0da58" have entirely different histories.

4 changed files with 1737 additions and 1 deletions

7
hp-wmi/Makefile Normal file
View file

@ -0,0 +1,7 @@
obj-m += hp-wmi.o
all:
make -C /lib/modules/${kernelver}/build M=$(PWD) modules
clean:
make -C /lib/modules/${kernelver}/build M=$(PWD) clean

6
hp-wmi/dkms.conf Normal file
View file

@ -0,0 +1,6 @@
BUILT_MODULE_NAME=hp-wmi
BUILT_MODULE_LOCATION=./
DEST_MODULE_LOCATION=/kernel/drivers/platform/x86/
PACKAGE_NAME=omen-hp-wmi
PACKAGE_VERSION=1.0
AUTOINSTALL=yes

1723
hp-wmi/hp-wmi.c Normal file

File diff suppressed because it is too large Load diff

View file

@ -4,5 +4,5 @@ BUILT_MODULE_NAME=snd-hda-codec-realtek
BUILT_MODULE_LOCATION=./
DEST_MODULE_LOCATION=/kernel/sound/pci/hda/
PACKAGE_NAME=omen-snd-hda-codec-realtek
PACKAGE_VERSION=1.1
PACKAGE_VERSION=1.0
AUTOINSTALL=yes