diff options
| author | augustss <augustss@NetBSD.org> | 2003-06-03 23:22:00 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2003-06-03 23:22:00 +0000 |
| commit | bd311307e3bbcbd0500e324fa047c67bebf3e254 (patch) | |
| tree | 731577c273895ff784a2dc0fe86c56a73ed4f3c2 /sys/dev | |
| parent | e17390a3e37a62b664d13c2820e7a920dfe39a70 (diff) | |
Add Motorola T720c and a quirk for it.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usb_quirks.c | 6 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index fd97aa999d5..247f7344c96 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.45 2003/05/10 17:47:14 hamajima Exp $ */ +/* $NetBSD: usb_quirks.c,v 1.46 2003/06/03 23:22:00 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.45 2003/05/10 17:47:14 hamajima Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.46 2003/06/03 23:22:00 augustss Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -80,6 +80,8 @@ Static const struct usbd_quirk_entry { 0x100, { UQ_ASSUME_CM_OVER_DATA | UQ_NO_STRINGS }}, { USB_VENDOR_SANYO, USB_PRODUCT_SANYO_SCP4900, 0x000, { UQ_ASSUME_CM_OVER_DATA | UQ_NO_STRINGS }}, + { USB_VENDOR_MOTOROLA2, USB_PRODUCT_MOTOROLA2_T720C, + 0x001, { 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 90dbf1560fe..672e6b16fd1 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.324 2003/05/25 14:31:41 gehenna Exp $ +$NetBSD: usbdevs,v 1.325 2003/06/03 23:22:00 augustss Exp $ /* * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -359,6 +359,7 @@ vendor INSIDEOUT 0x1608 Inside Out Networks vendor ENTREGA 0x1645 Entrega vendor ACTIONTEC 0x1668 Actiontec Electronics vendor DLINK 0x2001 D-Link +vendor MOTOROLA2 0x22b8 Motorola vendor NHJ 0x2770 NHJ vendor PQI 0x3538 PQI vendor DAISY 0x3579 Daisy Technology @@ -1029,6 +1030,7 @@ product MOBILITY EA 0x0204 Ethernet Adapter /* Motorola products */ product MOTOROLA MC141555 0x1555 MC141555 hub controller product MOTOROLA SB4100 0x4100 SB4100 USB Cable Modem +product MOTOROLA2 T720C 0x2822 T720c /* MultiTech products */ product MULTITECH ATLAS 0xf101 MT5634ZBA-USB modem |
