diff options
| author | Yuri <yuri@aetern.org> | 2023-02-05 15:32:08 +0000 |
|---|---|---|
| committer | Yuri Pankov <yuripv@FreeBSD.org> | 2023-03-31 18:44:04 +0000 |
| commit | 21f4e817fde79d5de79bfbdf180d358ca5f48bf9 (patch) | |
| tree | febd9f8ddbd56e03d0cb3e54a771e8ec2e3b8a6d /sys/dev/hid | |
| parent | 374f3920c72a8d5708a49810a32482c270a576b4 (diff) | |
Diffstat (limited to 'sys/dev/hid')
| -rw-r--r-- | sys/dev/hid/hidbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/hid/hidbus.c b/sys/dev/hid/hidbus.c index 9ff00fece820..c10f17748e8d 100644 --- a/sys/dev/hid/hidbus.c +++ b/sys/dev/hid/hidbus.c @@ -926,5 +926,6 @@ driver_t hidbus_driver = { MODULE_DEPEND(hidbus, hid, 1, 1, 1); MODULE_VERSION(hidbus, 1); +DRIVER_MODULE(hidbus, hvhid, hidbus_driver, hidbus_devclass, 0, 0); DRIVER_MODULE(hidbus, iichid, hidbus_driver, hidbus_devclass, 0, 0); DRIVER_MODULE(hidbus, usbhid, hidbus_driver, hidbus_devclass, 0, 0); |
