1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

We need a special module loader routine, not the stock usbd one. This

also eliminates a routine unused message.

Submitted by: mjacob
Approved by: re@
This commit is contained in:
Warner Losh 2007-06-23 04:20:24 +00:00
parent 78f3413f0c
commit fbd57cc069
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170998

View File

@ -145,7 +145,7 @@ static driver_t ukbd_driver = {
static devclass_t ukbd_devclass;
MODULE_DEPEND(ukbd, usb, 1, 1, 1);
DRIVER_MODULE(ukbd, uhub, ukbd_driver, ukbd_devclass, usbd_driver_load, 0);
DRIVER_MODULE(ukbd, uhub, ukbd_driver, ukbd_devclass, ukbd_driver_load, 0);
static int
ukbd_match(device_t self)