]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/dev/usb/FILES
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / dev / usb / FILES
1 $FreeBSD$
2
3 A small roadmap of the USB files:
4
5 FILES                   this file
6 dsbr100io.h             API for ufm.c
7 ehci.c                  Host controller driver for EHCI
8 ehcireg.h               Hardware definitions for EHCI
9 ehcivar.h               API for ehci.c
10 hid.c                   subroutines to parse and access HID data
11 hid.h                   API for hid.c
12 if_aue.c                USB Pegasus Ethernet driver
13 if_auereg.h               and definitions for it
14 if_axe.c                USB ASIX Electronics Ethernet driver
15 if_axereg.h               and definitions for it
16 if_cue.c                USB CATC Ethernet driver
17 if_cuereg.h               and definitions for it
18 if_kue.c                USB Kawasaki Ethernet driver
19 if_kuereg.h               and definitions for it
20 ohci.c                  Host controller driver for OHCI
21 ohcireg.h               Hardware definitions for OHCI
22 ohcivar.h               API for ohci.c
23 ufm.c                   USB fm radio driver
24 [Merged] ugen.c         generic driver that can handle access to any USB device
25 uhci.c                  Host controller driver for UHCI
26 uhcireg.h               Hardware definitions for UHCI
27 uhcivar.h               API for uhci.c
28 uhid.c                  USB HID class driver
29 uhub.c                  USB hub driver
30 ukbd.c                  USB keyboard driver
31 ulpt.c                  USB printer class driver
32 umass.c                 USB mass storage driver
33 umodem.c                USB modem (CDC ACM) driver
34 ums.c                   USB mouse driver
35 urio.c                  USB Diamond Rio500 driver
36 usb.c                   usb (bus) device driver
37 usb.h                   general USB defines
38 usb_mem.c               memory allocation for DMAable memory
39 usb_mem.h               API for usb_mem.c
40 usb_port.h              compatibility defines for different OSs
41 usb_quirks.c            table of non-conforming USB devices and their problems
42 usb_quirks.h            API for usb_quirks.c
43 usb_subr.c              various subroutines used by USB code
44 usbcdc.h                USB CDC class definitions
45 usbdevs                 data base of known device
46 usbdi.c                 implementation of the USBDI API, which all drivers use
47 usbdi.h                 API for usbdi.c
48 usbdi_util.c            utilities built on top of usbdi.h
49 usbdi_util.h            API for usbdi_util.c
50 usbdivar.h              internal defines and structures for usbdi.c
51 uscanner.c              minimal USB scanner driver
52 usbhid.h                USB HID class definitions