diff options
| author | augustss <augustss@NetBSD.org> | 2003-06-07 17:00:41 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2003-06-07 17:00:41 +0000 |
| commit | 6c3bbf2a48f39666e94ce972fa81b64e7b2e210b (patch) | |
| tree | 671b633555dd429be598ce7028baa8365791939e /sys/dev | |
| parent | 0e1ab03bd750a0bbf45cc2e701e277d28e5d76ff (diff) | |
Eicon diva 852 isdn ta support. From Pavel Arnost, PR kern/21818.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usb_quirks.c | 6 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 28 |
2 files changed, 20 insertions, 14 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 247f7344c96..2468b325e96 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -1,4 +1,4 @@ -/* $NetBSD: usb_quirks.c,v 1.46 2003/06/03 23:22:00 augustss Exp $ */ +/* $NetBSD: usb_quirks.c,v 1.47 2003/06/07 17:00:42 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.30 2003/01/02 04:15:55 imp Exp $ */ /* @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.46 2003/06/03 23:22:00 augustss Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.47 2003/06/07 17:00:42 augustss Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -82,6 +82,8 @@ Static const struct usbd_quirk_entry { 0x000, { UQ_ASSUME_CM_OVER_DATA | UQ_NO_STRINGS }}, { USB_VENDOR_MOTOROLA2, USB_PRODUCT_MOTOROLA2_T720C, 0x001, { UQ_ASSUME_CM_OVER_DATA }}, + { USB_VENDOR_EICON, USB_PRODUCT_EICON_DIVA852, + 0x100, { UQ_ASSUME_CM_OVER_DATA }}, { USB_VENDOR_TI, USB_PRODUCT_TI_UTUSB41, 0x110, { UQ_POWER_CLAIM }}, { USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_320U, 0x000, { UQ_NO_STRINGS }}, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 672e6b16fd1..0041ef10241 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.325 2003/06/03 23:22:00 augustss Exp $ +$NetBSD: usbdevs,v 1.326 2003/06/07 17:00:41 augustss Exp $ /* * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -237,6 +237,7 @@ vendor BOSTON 0x06fd Boston Acoustics vendor SMC 0x0707 Standard Microsystems vendor PUTERCOM 0x0708 Putercom vendor MCT 0x0711 MCT +vendor EICON 0x0734 Eicon Networks vendor DIGITALSTREAM 0x074e Digital Stream vendor AUREAL 0x0755 Aureal Semiconductor vendor MIDIMAN 0x0763 Midiman @@ -637,6 +638,9 @@ product DMI SA2_0 0xb001 Storage Adapter /* EasyDisk products */ product EASYDISK EASYDISK 0x0005 Flash Disk +/* Eicon Networks */ +product EICON DIVA852 0x4905 Diva 852 ISDN TA + /* EIZO products */ product EIZO HUB 0x0000 hub product EIZO MONITOR 0x0001 monitor @@ -693,17 +697,6 @@ product ETEK 1COM 0x8007 Serial port /* Extended Systems products */ product EXTENDED XTNDACCESS 0x0100 XTNDAccess IrDA -/* Gravis products */ -product GRAVIS GAMEPADPRO 0x4001 GamePad Pro - -/* GREENHOUSE products */ -product GREENHOUSE KANA21 0x0001 CF-writer with Portable MP3 Player -product GREENHOUSE2 USBKR100 0x8150 USB Ethernet Adapter GH-USB100B - -/* Griffin Technology */ -product GRIFFIN IMATE 0x0405 iMate, ADB adapter -product GRIFFIN POWERMATE 0x0410 PowerMate Assignable Controller - /* Freecom products */ product FREECOM DVD 0xfc01 Connector for DVD drive @@ -724,6 +717,17 @@ product GENESYS GL641USB 0x0700 GL641USB CompactFlash Card Reader /* GoHubs products */ product GOHUBS GOCOM232 0x1001 GoCOM232 Serial converter +/* Gravis products */ +product GRAVIS GAMEPADPRO 0x4001 GamePad Pro + +/* GREENHOUSE products */ +product GREENHOUSE KANA21 0x0001 CF-writer with Portable MP3 Player +product GREENHOUSE2 USBKR100 0x8150 USB Ethernet Adapter GH-USB100B + +/* Griffin Technology */ +product GRIFFIN IMATE 0x0405 iMate, ADB adapter +product GRIFFIN POWERMATE 0x0410 PowerMate Assignable Controller + /* Hagiwara products */ product HAGIWARA FGSM 0x0002 FlashGate SmartMedia Card Reader product HAGIWARA FGCF 0x0003 FlashGate CompactFlash Card Reader |
