add I/O Data USB-ET/T (which uses KL5KUSB101B) to the list

Patch sent in kern/11635 by ORI Manabu
This commit is contained in:
jdolecek 2000-12-06 21:44:08 +00:00
parent 08ab4a9ad7
commit 80a6068f99
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_kue.c,v 1.32 2000/11/15 01:02:19 thorpej Exp $ */
/* $NetBSD: if_kue.c,v 1.33 2000/12/06 21:44:08 jdolecek Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@ -187,6 +187,7 @@ Static struct kue_type kue_devs[] = {
{ USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB },
{ USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10T },
{ USB_VENDOR_KLSI, USB_PRODUCT_KLSI_DUH3E10BT },
{ USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETT },
{ 0, 0 }
};