diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-07-04 11:44:27 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-07-04 11:44:27 +0000 |
commit | 90c5f215cf041b9a7e9d4045a6ea32f686e8fc28 (patch) | |
tree | 3405ddc669be426cfa7c9e74b8a655cd8e4c936f /sys/dev/usb/FILES | |
parent | c543e41d0e0b608ebd7ae8249f32fc3b6ac1ad42 (diff) |
sync with NetBSD... well almost. someone w/ the hw should check umass.
Diffstat (limited to 'sys/dev/usb/FILES')
-rw-r--r-- | sys/dev/usb/FILES | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/dev/usb/FILES b/sys/dev/usb/FILES index 170b931889b..fbe2393b40e 100644 --- a/sys/dev/usb/FILES +++ b/sys/dev/usb/FILES @@ -8,11 +8,23 @@ devlist2h.awk script to generate usbdevs*.h files.usb config include file hid.c subroutines to parse and access HID data hid.h API for hid.c +if_aue.c USB Pegasus Ethernet driver +if_auereg.h and definitions for it +if_cue.c USB CATC Ethernet driver +if_cuereg.h and definitions for it +if_kue.c USB Kawasaki Ethernet driver +if_kuereg.h and definitions for it +if_upl.c USB Prolofic host-to-host driver +kue_fw.h Kawasaki Ethernet firmware ohci.c Host controller driver for OHCI ohcireg.h Hardware definitions for OHCI ohcivar.h API for ohci.c uaudio.c USB audio class driver uaudioreg.h and definitions for it +ucom.c TTY emulation for two bulk pipes +ucomvar.h TTY emulation interface +uftdi.c USB FTDI serial driver +uftdireg.h and definitions for it ugen.c generic driver that can handle access to any USB device uhci.c Host controller driver for UHCI uhcireg.h Hardware definitions for UHCI @@ -26,6 +38,8 @@ ulpt.c USB printer class driver umass.c USB mass storage driver (bulk only for now) umodem.c USB modem (CDC ACM) driver ums.c USB mouse driver +urio.c USB Diamond Rio500 driver +urio.h USB Diamond Rio500 defines usb.c usb (bus) device driver usb.h general USB defines usb_mem.c memory allocation for DMAable memory @@ -44,3 +58,4 @@ usbdi_util.c utilities built on top of usbdi.h usbdi_util.h API for usbdi_util.c usbdivar.h internal defines and structures for usbdi.c usbhid.h USB HID class definitions +uvisor.c USB Handsping Visor driver |