Synchronize the USB, CAM, and TASKQUEUE subsystems with FreeBSD RELENG_4.
[dragonfly.git] / sys / bus / usb / usb_quirks.c
1 /*      $NetBSD: usb_quirks.c,v 1.26 2000/04/27 15:26:50 augustss Exp $ */
2 /*      $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.21.2.8 2003/02/12 14:05:57 sanpei Exp $      */
3 /*      $DragonFly: src/sys/bus/usb/usb_quirks.c,v 1.3 2003/08/07 21:16:47 dillon Exp $ */
4
5 /*
6  * Copyright (c) 1998 The NetBSD Foundation, Inc.
7  * All rights reserved.
8  *
9  * This code is derived from software contributed to The NetBSD Foundation
10  * by Lennart Augustsson (lennart@augustsson.net) at
11  * Carlstedt Research & Technology.
12  *
13  * Redistribution and use in source and binary forms, with or without
14  * modification, are permitted provided that the following conditions
15  * are met:
16  * 1. Redistributions of source code must retain the above copyright
17  *    notice, this list of conditions and the following disclaimer.
18  * 2. Redistributions in binary form must reproduce the above copyright
19  *    notice, this list of conditions and the following disclaimer in the
20  *    documentation and/or other materials provided with the distribution.
21  * 3. All advertising materials mentioning features or use of this software
22  *    must display the following acknowledgement:
23  *        This product includes software developed by the NetBSD
24  *        Foundation, Inc. and its contributors.
25  * 4. Neither the name of The NetBSD Foundation nor the names of its
26  *    contributors may be used to endorse or promote products derived
27  *    from this software without specific prior written permission.
28  *
29  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
30  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
31  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
32  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
33  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
34  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
35  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
36  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
37  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
38  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
39  * POSSIBILITY OF SUCH DAMAGE.
40  */
41
42 #include <sys/param.h>
43 #include <sys/systm.h>
44  
45 #include "usb.h"
46
47 #include "usbdevs.h"
48 #include "usb_quirks.h"
49
50 #ifdef USB_DEBUG
51 extern int usbdebug;
52 #endif
53
54 #define ANY 0xffff
55
56 Static struct usbd_quirk_entry {
57         u_int16_t idVendor;
58         u_int16_t idProduct;
59         u_int16_t bcdDevice;
60         struct usbd_quirks quirks;
61 } usb_quirks[] = {
62  { USB_VENDOR_KYE, USB_PRODUCT_KYE_NICHE,           0x100, { UQ_NO_SET_PROTO}},
63  { USB_VENDOR_INSIDEOUT,USB_PRODUCT_INSIDEOUT_EDGEPORT4, 
64                                                     0x094, { UQ_SWAP_UNICODE}},
65  { USB_VENDOR_BTC, USB_PRODUCT_BTC_BTC7932,         0x100, { UQ_NO_STRINGS }},
66  { USB_VENDOR_ADS, USB_PRODUCT_ADS_UBS10BT,         0x002, { UQ_NO_STRINGS }},
67  { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1, 0x101, { UQ_NO_STRINGS }},
68  { USB_VENDOR_WACOM, USB_PRODUCT_WACOM_CT0405U,     0x101, { UQ_NO_STRINGS }},
69  { USB_VENDOR_DALLAS, USB_PRODUCT_DALLAS_J6502,     0x0a2, { UQ_BAD_ADC }},
70  { USB_VENDOR_DALLAS, USB_PRODUCT_DALLAS_J6502,     0x0a2, { UQ_AU_NO_XU }},
71  { USB_VENDOR_ALTEC, USB_PRODUCT_ALTEC_ADA70,       0x103, { UQ_BAD_ADC }},
72  { USB_VENDOR_ALTEC, USB_PRODUCT_ALTEC_ASC495,      0x000, { UQ_BAD_AUDIO }},
73  { USB_VENDOR_QTRONIX, USB_PRODUCT_QTRONIX_980N,    0x110, { UQ_SPUR_BUT_UP }},
74  { USB_VENDOR_ALCOR2, USB_PRODUCT_ALCOR2_KBD_HUB,   0x001, { UQ_SPUR_BUT_UP }},
75  { USB_VENDOR_MCT, USB_PRODUCT_MCT_HUB0100,         0x102, { UQ_BUS_POWERED }},
76  { USB_VENDOR_MCT, USB_PRODUCT_MCT_USB232,          0x102, { UQ_BUS_POWERED }},
77  { USB_VENDOR_METRICOM, USB_PRODUCT_METRICOM_RICOCHET_GS,
78         0x100, { UQ_ASSUME_CM_OVER_DATA | UQ_NO_STRINGS }},
79  { USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_320U,
80                                                     0x000, { UQ_NO_STRINGS }},
81  /* XXX These should have a revision number, but I don't know what they are. */
82  { USB_VENDOR_HP, USB_PRODUCT_HP_895C,              ANY,   { UQ_BROKEN_BIDIR }},
83  { USB_VENDOR_HP, USB_PRODUCT_HP_880C,              ANY,   { UQ_BROKEN_BIDIR }},
84  { USB_VENDOR_HP, USB_PRODUCT_HP_815C,              ANY,   { UQ_BROKEN_BIDIR }},
85  { USB_VENDOR_HP, USB_PRODUCT_HP_810C,              ANY,   { UQ_BROKEN_BIDIR }},
86  { USB_VENDOR_HP, USB_PRODUCT_HP_830C,              ANY,   { UQ_BROKEN_BIDIR }},
87  /* YAMAHA router's ucdDevice is the version of farmware and often changes. */
88  { USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_RTA54I,
89         ANY, { UQ_ASSUME_CM_OVER_DATA }},
90  { USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_RTA55I,
91         ANY, { UQ_ASSUME_CM_OVER_DATA }},
92  { USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_RTW65B,
93         ANY, { UQ_ASSUME_CM_OVER_DATA }},
94  { USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_RTW65I,
95         ANY, { UQ_ASSUME_CM_OVER_DATA }},
96
97  { 0, 0, 0, { 0 } }
98 };
99
100 struct usbd_quirks usbd_no_quirk = { 0 };
101
102 struct usbd_quirks *
103 usbd_find_quirk(usb_device_descriptor_t *d)
104 {
105         struct usbd_quirk_entry *t;
106
107         for (t = usb_quirks; t->idVendor != 0; t++) {
108                 if (t->idVendor  == UGETW(d->idVendor) &&
109                     t->idProduct == UGETW(d->idProduct) &&
110                     (t->bcdDevice == ANY || t->bcdDevice == UGETW(d->bcdDevice)))
111                         break;
112         }
113 #ifdef USB_DEBUG
114         if (usbdebug && t->quirks.uq_flags)
115                 logprintf("usbd_find_quirk 0x%04x/0x%04x/%x: %d\n", 
116                           UGETW(d->idVendor), UGETW(d->idProduct),
117                           UGETW(d->bcdDevice), t->quirks.uq_flags);
118 #endif
119         return (&t->quirks);
120 }