MFNetBSD.
uhid.c (1.61), author: jdolecek
add support for USB_GET_DEVICEINFO and USB_GET_STRING_DESC ioctls,
with same meaning as for ugen(4)
usbdi_util.h (1.29), usb_quirks.c (1.50), uhid.c (1.62),
ugen.c (1.68), usb_subr.c (1.114) author: mycroft
Yes, some devices return incorrect lengths in their string
descriptors. Rather than losing, do what Windows does: just
request the maximum size, and allow a shorter response. Obsoletes
the need for UQ_NO_STRINGS, and therefore these "quirks" are removed.
usb_subr.c (1.116), author: mycroft
In the "seemed like a good idea until I found the fatal flaw"
department... Attempting to read a maximum-size string descriptor
causes my kue device to go completely apeshit. So, go back to the
original method, but allow the device to return a shorter string than
it claimed.
Obtained from: NetBSD
2004-06-26 10:35:10 +00:00
|
|
|
/* $NetBSD: usb_quirks.c,v 1.50 2004/06/23 02:30:52 mycroft Exp $ */
|
1998-11-26 23:13:13 +00:00
|
|
|
|
2005-01-06 01:43:34 +00:00
|
|
|
/*-
|
1998-11-26 23:13:13 +00:00
|
|
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
1999-01-07 23:07:57 +00:00
|
|
|
* This code is derived from software contributed to The NetBSD Foundation
|
2000-05-14 16:43:10 +00:00
|
|
|
* by Lennart Augustsson (lennart@augustsson.net) at
|
1999-01-07 23:07:57 +00:00
|
|
|
* Carlstedt Research & Technology.
|
1998-11-26 23:13:13 +00:00
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the NetBSD
|
|
|
|
* Foundation, Inc. and its contributors.
|
|
|
|
* 4. Neither the name of The NetBSD Foundation nor the names of its
|
|
|
|
* contributors may be used to endorse or promote products derived
|
|
|
|
* from this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
|
|
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
|
|
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
|
|
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
2003-08-24 17:55:58 +00:00
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
|
1998-11-26 23:13:13 +00:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
2003-01-02 04:15:55 +00:00
|
|
|
|
1998-11-26 23:13:13 +00:00
|
|
|
#include <dev/usb/usb.h>
|
|
|
|
|
2004-06-27 12:41:44 +00:00
|
|
|
#include "usbdevs.h"
|
1998-11-26 23:13:13 +00:00
|
|
|
#include <dev/usb/usb_quirks.h>
|
|
|
|
|
1999-01-10 18:42:54 +00:00
|
|
|
#ifdef USB_DEBUG
|
|
|
|
extern int usbdebug;
|
|
|
|
#endif
|
|
|
|
|
2001-07-05 10:12:59 +00:00
|
|
|
#define ANY 0xffff
|
|
|
|
|
2006-09-06 23:44:25 +00:00
|
|
|
static const struct usbd_quirk_entry {
|
1998-11-26 23:13:13 +00:00
|
|
|
u_int16_t idVendor;
|
|
|
|
u_int16_t idProduct;
|
|
|
|
u_int16_t bcdDevice;
|
|
|
|
struct usbd_quirks quirks;
|
1999-11-17 22:33:51 +00:00
|
|
|
} usb_quirks[] = {
|
2003-01-02 04:15:55 +00:00
|
|
|
{ USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4,
|
1998-11-26 23:13:13 +00:00
|
|
|
0x094, { UQ_SWAP_UNICODE}},
|
1999-11-12 23:31:03 +00:00
|
|
|
{ USB_VENDOR_DALLAS, USB_PRODUCT_DALLAS_J6502, 0x0a2, { UQ_BAD_ADC }},
|
2001-07-05 10:12:59 +00:00
|
|
|
{ USB_VENDOR_DALLAS, USB_PRODUCT_DALLAS_J6502, 0x0a2, { UQ_AU_NO_XU }},
|
2000-05-14 19:51:38 +00:00
|
|
|
{ USB_VENDOR_ALTEC, USB_PRODUCT_ALTEC_ADA70, 0x103, { UQ_BAD_ADC }},
|
1999-11-28 20:48:08 +00:00
|
|
|
{ USB_VENDOR_ALTEC, USB_PRODUCT_ALTEC_ASC495, 0x000, { UQ_BAD_AUDIO }},
|
1999-11-12 23:31:03 +00:00
|
|
|
{ USB_VENDOR_QTRONIX, USB_PRODUCT_QTRONIX_980N, 0x110, { UQ_SPUR_BUT_UP }},
|
2000-11-01 17:35:57 +00:00
|
|
|
{ USB_VENDOR_ALCOR2, USB_PRODUCT_ALCOR2_KBD_HUB, 0x001, { UQ_SPUR_BUT_UP }},
|
2000-05-14 19:51:38 +00:00
|
|
|
{ USB_VENDOR_MCT, USB_PRODUCT_MCT_HUB0100, 0x102, { UQ_BUS_POWERED }},
|
|
|
|
{ USB_VENDOR_MCT, USB_PRODUCT_MCT_USB232, 0x102, { UQ_BUS_POWERED }},
|
2001-07-05 10:12:59 +00:00
|
|
|
{ USB_VENDOR_TI, USB_PRODUCT_TI_UTUSB41, 0x110, { UQ_POWER_CLAIM }},
|
|
|
|
{ USB_VENDOR_TELEX, USB_PRODUCT_TELEX_MIC1, 0x009, { UQ_AU_NO_FRAC }},
|
|
|
|
{ USB_VENDOR_SILICONPORTALS, USB_PRODUCT_SILICONPORTALS_YAPPHONE,
|
|
|
|
0x100, { UQ_AU_INP_ASYNC }},
|
2006-10-07 17:16:48 +00:00
|
|
|
{ USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_UN53B, ANY, { UQ_NO_STRINGS }},
|
2001-07-05 10:12:59 +00:00
|
|
|
/* XXX These should have a revision number, but I don't know what they are. */
|
|
|
|
{ USB_VENDOR_HP, USB_PRODUCT_HP_895C, ANY, { UQ_BROKEN_BIDIR }},
|
|
|
|
{ USB_VENDOR_HP, USB_PRODUCT_HP_880C, ANY, { UQ_BROKEN_BIDIR }},
|
|
|
|
{ USB_VENDOR_HP, USB_PRODUCT_HP_815C, ANY, { UQ_BROKEN_BIDIR }},
|
|
|
|
{ USB_VENDOR_HP, USB_PRODUCT_HP_810C, ANY, { UQ_BROKEN_BIDIR }},
|
|
|
|
{ USB_VENDOR_HP, USB_PRODUCT_HP_830C, ANY, { UQ_BROKEN_BIDIR }},
|
2002-04-06 13:28:02 +00:00
|
|
|
{ USB_VENDOR_HP, USB_PRODUCT_HP_1220C, ANY, { UQ_BROKEN_BIDIR }},
|
2006-11-11 23:53:25 +00:00
|
|
|
{ USB_VENDOR_XEROX, USB_PRODUCT_XEROX_WCM15, ANY, { UQ_BROKEN_BIDIR }},
|
2007-06-29 21:07:41 +00:00
|
|
|
/* MS keyboards do weird things */
|
|
|
|
{ USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_WLNOTEBOOK,
|
|
|
|
ANY, { UQ_MS_BAD_CLASS | UQ_MS_LEADING_BYTE }},
|
|
|
|
{ USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_WLNOTEBOOK2,
|
|
|
|
ANY, { UQ_MS_BAD_CLASS | UQ_MS_LEADING_BYTE }},
|
|
|
|
{ USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_WLINTELLIMOUSE,
|
|
|
|
ANY, { UQ_MS_LEADING_BYTE }},
|
2008-11-12 13:32:19 +00:00
|
|
|
{ USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_COMFORT3000,
|
|
|
|
ANY, { UQ_MS_BAD_CLASS | UQ_MS_LEADING_BYTE }},
|
2008-10-17 14:37:58 +00:00
|
|
|
{ USB_VENDOR_SONY, USB_PRODUCT_SONY_RF_RECEIVER,
|
|
|
|
ANY,{ UQ_MS_BAD_CLASS }},
|
2007-06-29 21:07:41 +00:00
|
|
|
|
2005-12-27 23:35:38 +00:00
|
|
|
/* Devices which should be ignored by uhid */
|
|
|
|
{ USB_VENDOR_APC, USB_PRODUCT_APC_UPS,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
2008-03-14 15:59:30 +00:00
|
|
|
{ USB_VENDOR_ASUS, USB_PRODUCT_ASUS_LCM,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
2006-10-07 17:47:16 +00:00
|
|
|
{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F6C550AVR,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
2008-09-09 19:59:51 +00:00
|
|
|
{ USB_VENDOR_CYBERPOWER, USB_PRODUCT_CYBERPOWER_1500CAVRLCD,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
2005-12-27 23:35:38 +00:00
|
|
|
{ USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
2006-11-26 11:07:37 +00:00
|
|
|
{ USB_VENDOR_ITUNERNET, USB_PRODUCT_ITUNERNET_USBLCD2X20,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
2005-12-27 23:35:38 +00:00
|
|
|
{ USB_VENDOR_MGE, USB_PRODUCT_MGE_UPS1,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
|
|
|
{ USB_VENDOR_MGE, USB_PRODUCT_MGE_UPS2,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
2008-08-09 22:25:13 +00:00
|
|
|
{ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
|
|
|
{ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_3G,
|
|
|
|
ANY, { UQ_HID_IGNORE }},
|
2007-06-21 14:42:34 +00:00
|
|
|
|
2006-11-28 21:13:07 +00:00
|
|
|
/* Devices which should be ignored by both ukbd and uhid */
|
2007-11-11 20:57:08 +00:00
|
|
|
{ USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_WISPY1A,
|
2006-11-28 21:13:07 +00:00
|
|
|
ANY, { UQ_KBD_IGNORE }},
|
2007-11-11 20:57:08 +00:00
|
|
|
{ USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY1B,
|
|
|
|
ANY, { UQ_KBD_IGNORE }},
|
|
|
|
{ USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY24X,
|
2007-07-10 21:00:10 +00:00
|
|
|
ANY, { UQ_KBD_IGNORE }},
|
1998-11-26 23:13:13 +00:00
|
|
|
{ 0, 0, 0, { 0 } }
|
|
|
|
};
|
|
|
|
|
2001-07-05 10:12:59 +00:00
|
|
|
const struct usbd_quirks usbd_no_quirk = { 0 };
|
1998-11-26 23:13:13 +00:00
|
|
|
|
2001-07-05 10:12:59 +00:00
|
|
|
const struct usbd_quirks *
|
2000-11-01 17:35:57 +00:00
|
|
|
usbd_find_quirk(usb_device_descriptor_t *d)
|
1998-11-26 23:13:13 +00:00
|
|
|
{
|
2001-07-05 10:12:59 +00:00
|
|
|
const struct usbd_quirk_entry *t;
|
|
|
|
u_int16_t vendor = UGETW(d->idVendor);
|
|
|
|
u_int16_t product = UGETW(d->idProduct);
|
|
|
|
u_int16_t revision = UGETW(d->bcdDevice);
|
1998-11-26 23:13:13 +00:00
|
|
|
|
1999-11-17 22:33:51 +00:00
|
|
|
for (t = usb_quirks; t->idVendor != 0; t++) {
|
2001-07-05 10:12:59 +00:00
|
|
|
if (t->idVendor == vendor &&
|
|
|
|
t->idProduct == product &&
|
|
|
|
(t->bcdDevice == ANY || t->bcdDevice == revision))
|
1998-11-26 23:13:13 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
#ifdef USB_DEBUG
|
|
|
|
if (usbdebug && t->quirks.uq_flags)
|
2007-06-20 05:11:37 +00:00
|
|
|
printf("usbd_find_quirk 0x%04x/0x%04x/%x: %d\n",
|
1999-10-07 19:26:38 +00:00
|
|
|
UGETW(d->idVendor), UGETW(d->idProduct),
|
|
|
|
UGETW(d->bcdDevice), t->quirks.uq_flags);
|
1998-11-26 23:13:13 +00:00
|
|
|
#endif
|
|
|
|
return (&t->quirks);
|
|
|
|
}
|