Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/hid hidms depends on tpcalib now



details:   https://anonhg.NetBSD.org/src/rev/6abc8219b2be
branches:  trunk
changeset: 457650:6abc8219b2be
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jul 10 10:07:23 2019 +0000

description:
hidms depends on tpcalib now

diffstat:

 sys/dev/hid/files.hid |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2a749ec6f54e -r 6abc8219b2be sys/dev/hid/files.hid
--- a/sys/dev/hid/files.hid     Wed Jul 10 06:21:40 2019 +0000
+++ b/sys/dev/hid/files.hid     Wed Jul 10 10:07:23 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index