1998-12-03 01:47:19 +03:00
|
|
|
# $NetBSD: files.usb,v 1.3 1998/12/02 22:47:20 augustss Exp $
|
1998-07-12 23:51:55 +04:00
|
|
|
#
|
|
|
|
# Config file and device description for machine-independent USB code.
|
|
|
|
# Included by ports that need it. Ports that use it must provide
|
|
|
|
# their own "major" declarations for the appropriate devices.
|
|
|
|
|
|
|
|
defopt USBVERBOSE
|
|
|
|
|
|
|
|
device usb { }
|
|
|
|
attach usb at usbus
|
|
|
|
file dev/usb/hid.c usb
|
|
|
|
file dev/usb/usb.c usb needs-flag
|
|
|
|
file dev/usb/usbdi.c usb
|
|
|
|
file dev/usb/usbdi_util.c usb
|
1998-07-25 19:36:30 +04:00
|
|
|
file dev/usb/usb_mem.c usb
|
1998-07-12 23:51:55 +04:00
|
|
|
file dev/usb/usb_subr.c usb
|
|
|
|
file dev/usb/usb_quirks.c usb
|
|
|
|
|
|
|
|
# Hub driver
|
1998-12-03 01:47:19 +03:00
|
|
|
device uhub { [port = -1], [configuration = -1], [interface = -1] }
|
1998-07-12 23:51:55 +04:00
|
|
|
attach uhub at usb
|
|
|
|
file dev/usb/uhub.c usb
|
|
|
|
|
|
|
|
attach uhub at uhub with uhub_uhub
|
|
|
|
|
1998-12-03 01:47:19 +03:00
|
|
|
# Audio devices
|
|
|
|
device uaudio: audio, auconv, mulaw
|
|
|
|
attach uaudio at uhub
|
|
|
|
file dev/usb/uaudio.c uaudio
|
1998-07-12 23:51:55 +04:00
|
|
|
|
1998-12-03 01:47:19 +03:00
|
|
|
# Generic devices
|
|
|
|
device ucom
|
|
|
|
attach ucom at uhub
|
|
|
|
file dev/usb/ucom.c ucom needs-flag
|
|
|
|
|
|
|
|
# Generic devices
|
|
|
|
device ugen
|
|
|
|
attach ugen at uhub
|
|
|
|
file dev/usb/ugen.c ugen needs-flag
|
1998-07-12 23:51:55 +04:00
|
|
|
|
|
|
|
# Generic HID devices
|
1998-07-25 19:36:30 +04:00
|
|
|
device uhid
|
1998-07-12 23:51:55 +04:00
|
|
|
attach uhid at uhub
|
|
|
|
file dev/usb/uhid.c uhid needs-flag
|
|
|
|
|
1998-12-03 01:47:19 +03:00
|
|
|
# Keyboards
|
|
|
|
device ukbd: wskbddev
|
|
|
|
attach ukbd at uhub
|
|
|
|
file dev/usb/ukbd.c ukbd
|
|
|
|
|
1998-07-12 23:51:55 +04:00
|
|
|
# Printers
|
1998-07-25 19:36:30 +04:00
|
|
|
device ulpt
|
1998-07-12 23:51:55 +04:00
|
|
|
attach ulpt at uhub
|
|
|
|
file dev/usb/ulpt.c ulpt needs-flag
|
|
|
|
|
1998-12-03 01:47:19 +03:00
|
|
|
# Mice
|
|
|
|
device ums: wsmousedev
|
|
|
|
attach ums at uhub
|
|
|
|
file dev/usb/ums.c ums needs-flag
|
1998-07-12 23:51:55 +04:00
|
|
|
|
|
|
|
|
1998-12-03 01:47:19 +03:00
|
|
|
#
|
1998-07-12 23:51:55 +04:00
|
|
|
# Inside Out Networks, Edgeport/4, 4 serial ports
|
1998-07-25 19:36:30 +04:00
|
|
|
#device uep
|
1998-07-12 23:51:55 +04:00
|
|
|
#attach uep at uhub
|
|
|
|
#file dev/usb/uep.c uep
|
|
|
|
|