Skip to content

Commit

Permalink
v3.4
Browse files Browse the repository at this point in the history
Fix NULL pointer dereference
  • Loading branch information
aymanbagabas committed Dec 26, 2019
1 parent 7df2e6f commit 3b802ea
Show file tree
Hide file tree
Showing 3 changed files with 918 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dkms/huawei-wmi-3.4/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

obj-m := huawei-wmi.o
KERN_SRC := /lib/modules/$(shell uname -r)/build/
PWD := $(shell pwd)

modules:
make -C $(KERN_SRC) M=$(PWD) modules

install:
make -C $(KERN_SRC) M=$(PWD) modules_install
depmod -a

clean:
make -C $(KERN_SRC) M=$(PWD) clean
5 changes: 5 additions & 0 deletions dkms/huawei-wmi-3.4/dkms.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PACKAGE_NAME="huawei-wmi"
PACKAGE_VERSION="3.4"
BUILT_MODULE_NAME[0]="huawei-wmi"
DEST_MODULE_LOCATION[0]="/kernel/drivers/platform/x86/"
AUTOINSTALL="yes"
Loading

0 comments on commit 3b802ea

Please sign in to comment.