Skip to content

Commit

Permalink
[WIP] Add hpen, a driver for generic HID pen tablets
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Nov 16, 2019
1 parent 396d9da commit df86fa5
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@
#.PATH: ${SRCTOP}/sys/dev/iicbus/input

KMOD = iichid
SRCS = iichid.c iichid.h hconf.c hconf.h hms.c hmt.c
SRCS = iichid.c iichid.h hconf.c hconf.h hms.c hmt.c hpen.c
SRCS += hidbus.c hidbus.h hid_if.c hid_if.h hid.c hid.h hid_lookup.c
SRCS += hid_debug.h hid_debug.c
SRCS += usbdevs.h usbhid.c
Expand Down

0 comments on commit df86fa5

Please sign in to comment.