diff options
| author | plunky <plunky@NetBSD.org> | 2007-09-07 20:17:37 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2007-09-07 20:17:37 +0000 |
| commit | c212c4900fc043390d4e5ae0af7211cffe20b4a7 (patch) | |
| tree | 15a2f3f279ef2e2d1cc91dab18c8a5adef1d869c /sys/dev/usb | |
| parent | 7c46a42d68a5108e2165a1fe4d6bb9a7b44ff6ec (diff) | |
move the HID processing defs to a higher context, since it is used by
bluetooth and USB code.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/files.usb | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
