This commit is contained in:
augustss 2003-08-11 08:15:00 +00:00
parent d35ae49748
commit 3a0b9f8c20
2 changed files with 21 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.339 2003/08/08 08:00:57 wulf Exp $ */
/* $NetBSD: usbdevs.h,v 1.340 2003/08/11 08:15:00 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.335 2003/08/08 07:52:41 wulf Exp
* NetBSD: usbdevs,v 1.336 2003/08/11 08:13:42 augustss Exp
*/
/*
@ -245,6 +245,7 @@
#define USB_VENDOR_SMC 0x0707 /* Standard Microsystems */
#define USB_VENDOR_PUTERCOM 0x0708 /* Putercom */
#define USB_VENDOR_MCT 0x0711 /* MCT */
#define USB_VENDOR_SONYERICSSON 0x0731 /* Sony Ericsson */
#define USB_VENDOR_EICON 0x0734 /* Eicon Networks */
#define USB_VENDOR_DIGITALSTREAM 0x074e /* Digital Stream */
#define USB_VENDOR_AUREAL 0x0755 /* Aureal Semiconductor */
@ -1352,6 +1353,10 @@
#define USB_PRODUCT_SONY_CLIE_41 0x009a /* Sony Clie v4.1 */
#define USB_PRODUCT_SONY_CLIE_NX60 0x00da /* Sony Clie nx60 */
/* Sony Ericsson products */
#define USB_PRODUCT_SONYERICSSON_DCU10 0x0528 /* USB Cable */
/* STMicroelectronics products */
#define USB_PRODUCT_STMICRO_COMMUNICATOR 0x7554 /* USB Communicator */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.340 2003/08/08 08:00:57 wulf Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.341 2003/08/11 08:15:01 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.335 2003/08/08 07:52:41 wulf Exp
* NetBSD: usbdevs,v 1.336 2003/08/11 08:13:42 augustss Exp
*/
/*
@ -3699,6 +3699,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Sony",
"Sony Clie nx60",
},
{
USB_VENDOR_SONYERICSSON, USB_PRODUCT_SONYERICSSON_DCU10,
0,
"Sony Ericsson",
"USB Cable",
},
{
USB_VENDOR_STMICRO, USB_PRODUCT_STMICRO_COMMUNICATOR,
0,
@ -5157,6 +5163,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"MCT",
NULL,
},
{
USB_VENDOR_SONYERICSSON, 0,
USB_KNOWNDEV_NOPROD,
"Sony Ericsson",
NULL,
},
{
USB_VENDOR_EICON, 0,
USB_KNOWNDEV_NOPROD,