Compare commits

...

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

4 changed files with 1 additions and 1737 deletions

View file

@ -1,7 +0,0 @@
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

View file

@ -1,6 +0,0 @@
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

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=./ BUILT_MODULE_LOCATION=./
DEST_MODULE_LOCATION=/kernel/sound/pci/hda/ DEST_MODULE_LOCATION=/kernel/sound/pci/hda/
PACKAGE_NAME=omen-snd-hda-codec-realtek PACKAGE_NAME=omen-snd-hda-codec-realtek
PACKAGE_VERSION=1.0 PACKAGE_VERSION=1.1
AUTOINSTALL=yes AUTOINSTALL=yes