diff options
author | sasano <sasano@cvs.openbsd.org> | 2013-11-15 19:42:21 +0000 |
---|---|---|
committer | sasano <sasano@cvs.openbsd.org> | 2013-11-15 19:42:21 +0000 |
commit | 90815fb73db6d9c25a8efae30ea861c54f069b41 (patch) | |
tree | a966494036d29ba169d5245263bae3776e1062b0 /sys/dev/usb/usbdevs | |
parent | 89d2d82d6b81c7ca6202be08b481d3a47ed1e044 (diff) |
Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A
USB host-to-host link cable. This driver is derived from upl(4).
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index b544e2518df..3010acde6ae 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.612 2013/11/09 04:01:37 jsg Exp $ +$OpenBSD: usbdevs,v 1.613 2013/11/15 19:42:20 sasano Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1922,6 +1922,7 @@ product GCTSEMICON INSTALL 0x7f40 GDM720x MASS storage mode product GEMPLUS PROXPU 0x5501 Prox-PU/CU /* Genesys Logic products */ +product GENESYS GL620USB_A 0x0502 GL620USB-A GeneLink USB-USB Bridge product GENESYS GENELINK 0x05e3 GeneLink Host-Host Bridge product GENESYS GL650 0x0604 GL650 Hub product GENESYS GL641USB 0x0700 GL641USB CompactFlash |