diff options
author | 2001-01-29 00:45:06 +0000 | |
---|---|---|
committer | 2001-01-29 00:45:06 +0000 | |
commit | c9da70b9dc22838aee84d72927d7f7ad374055db (patch) | |
tree | 7f7cf0e3ebc1d7f51faca35e1b50060435023b53 | |
parent | Add a transient driver for the Y@P phone that downloads firmware into (diff) | |
download | wireguard-openbsd-c9da70b9dc22838aee84d72927d7f7ad374055db.tar.xz wireguard-openbsd-c9da70b9dc22838aee84d72927d7f7ad374055db.zip |
Add recently added files to the list.
-rw-r--r-- | sys/dev/usb/FILES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/FILES b/sys/dev/usb/FILES index 437e8a712be..ed7b4094b13 100644 --- a/sys/dev/usb/FILES +++ b/sys/dev/usb/FILES @@ -5,6 +5,8 @@ Makefile to install .h files Makefile.usbdevs to run devlist2h.awk TODO just a list of things to do devlist2h.awk script to generate usbdevs*.h +ezload.c EZ-USB firmware download subroutines +ezload.h API for ezload.c files.usb config include file hid.c subroutines to parse and access HID data hid.h API for hid.c @@ -61,3 +63,5 @@ uscanner.c minimal USB scanner driver usscanner.c driver for some SCSI-over-USB scanners usbhid.h USB HID class definitions uvisor.c USB Handsping Visor driver +uyap.c Initial firmware downloader for Y@P phones +uyap_firmware.h Firmware for the Y@P phone |