Add driver for Prolific PL2301/PL2302 host-to-host adapter.

This commit is contained in:
augustss 2000-04-09 18:23:23 +00:00
parent d9c7f72cf3
commit 40b25953db
2 changed files with 1128 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.usb,v 1.18 2000/04/02 23:40:41 augustss Exp $
# $NetBSD: files.usb,v 1.19 2000/04/09 18:23:23 augustss Exp $
#
# Config file and device description for machine-independent USB code.
# Included by ports that need it. Ports that use it must provide
@ -93,3 +93,8 @@ file dev/usb/if_cue.c cue
device kue: arp, ether, ifnet
attach kue at uhub
file dev/usb/if_kue.c kue
# Prolific PL2302 host-host
device upl: ifnet
attach upl at uhub
file dev/usb/if_upl.c upl

1122
sys/dev/usb/if_upl.c Normal file

File diff suppressed because it is too large Load Diff