From c212c4900fc043390d4e5ae0af7211cffe20b4a7 Mon Sep 17 00:00:00 2001 From: plunky Date: Fri, 7 Sep 2007 20:17:37 +0000 Subject: move the HID processing defs to a higher context, since it is used by bluetooth and USB code. --- sys/dev/usb/files.usb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 72b74a19b5c..83b1892132b 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $NetBSD: files.usb,v 1.80 2007/09/03 17:57:36 tshiozak Exp $ +# $NetBSD: files.usb,v 1.81 2007/09/07 20:17:38 plunky Exp $ # # Config file and device description for machine-independent USB code. # Included by ports that need it. Ports that use it must provide @@ -60,10 +60,6 @@ file dev/usb/ugen.c ugen needs-flag # HID "bus" define uhidbus {[ reportid = -1 ]} -# HID processing -define hid -file dev/usb/hid.c hid - # HID root device for multiple report IDs device uhidev: hid, uhidbus attach uhidev at usbifif -- cgit