Module Name:    src
Committed By:   martin
Date:           Wed Jul 10 10:07:23 UTC 2019

Modified Files:
        src/sys/dev/hid: files.hid

Log Message:
hidms depends on tpcalib now


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hid/files.hid

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/hid/files.hid
diff -u src/sys/dev/hid/files.hid:1.1 src/sys/dev/hid/files.hid:1.2
--- src/sys/dev/hid/files.hid:1.1	Sun Dec 10 17:03:07 2017
+++ src/sys/dev/hid/files.hid	Wed Jul 10 10:07:23 2019
@@ -1,4 +1,4 @@
-#       $NetBSD: files.hid,v 1.1 2017/12/10 17:03:07 bouyer Exp $
+#       $NetBSD: files.hid,v 1.2 2019/07/10 10:07:23 martin Exp $
 
 # Human Interface Devices
 # Used by USB, bluetooth and i2c
@@ -7,7 +7,7 @@
 define  hid
 file    dev/hid/hid.c			hid
 
-define	hidms
+define	hidms : tpcalib
 file    dev/hid/hidms.c			hidms
 
 file	dev/hid/hidkbdmap.c		ukbd | btkbd | linux_keymap

Reply via email to