Skip to content

Commit 19e9fe3

Browse files
committed
uclogic: Rename hid-uclogic.c to hid-uclogic-core.c
This avoids the clash with the module .o file and fixes module loading. Fixes #111 Fixes #112
1 parent fc11f9b commit 19e9fe3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
obj-m := hid-kye.o hid-uclogic.o hid-polostar.o hid-viewsonic.o
2-
hid-uclogic-objs := hid-uclogic-rdesc.o
2+
hid-uclogic-objs := hid-uclogic-core.o hid-uclogic-rdesc.o
33
KVERSION := $(shell uname -r)
44
KDIR := /lib/modules/$(KVERSION)/build
55
PWD := $(shell pwd)
File renamed without changes.

0 commit comments

Comments
 (0)