Add some more devices. From FreeBSD.
This commit is contained in:
parent
02bc5c0199
commit
422ce84f58
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: uplcom.c,v 1.31 2003/11/10 09:02:08 wiz Exp $ */
|
||||
/* $NetBSD: uplcom.c,v 1.32 2003/11/23 12:22:51 augustss Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
* All rights reserved.
|
||||
|
@ -41,7 +41,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: uplcom.c,v 1.31 2003/11/10 09:02:08 wiz Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: uplcom.c,v 1.32 2003/11/23 12:22:51 augustss Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -166,9 +166,16 @@ static const struct usb_devno uplcom_devs[] = {
|
|||
{ USB_VENDOR_TDK, USB_PRODUCT_TDK_UPA9664 },
|
||||
/* Sony Ericsson USB Cable */
|
||||
{ USB_VENDOR_SONYERICSSON, USB_PRODUCT_SONYERICSSON_DCU10 },
|
||||
/* SOURCENEXT KeikaiDenwa 8 */
|
||||
{ USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8 },
|
||||
/* SOURCENEXT KeikaiDenwa 8 with charger */
|
||||
{ USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8_CHG },
|
||||
/* HAL Corporation Crossam2+USB */
|
||||
{ USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001 },
|
||||
};
|
||||
#define uplcom_lookup(v, p) usb_lookup(uplcom_devs, v, p)
|
||||
|
||||
|
||||
USB_DECLARE_DRIVER(uplcom);
|
||||
|
||||
USB_MATCH(uplcom)
|
||||
|
|
Loading…
Reference in New Issue