regen
This commit is contained in:
parent
d2e9b4b23d
commit
6e231f6386
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.308 2003/02/08 04:21:51 ichiro Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.309 2003/02/11 00:01:24 ichiro Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.303 2003/02/08 04:21:22 ichiro Exp
|
||||
* NetBSD: usbdevs,v 1.304 2003/02/11 00:00:43 ichiro Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1291,6 +1291,7 @@
|
|||
#define USB_PRODUCT_SUNCOMM_MB_ADAPTOR 0x0003 /* Mobile Adaptor */
|
||||
|
||||
/* SUN Corporation products */
|
||||
#define USB_PRODUCT_SUNTAC_DS96L 0x0003 /* SUNTAC U-Cable type D2 */
|
||||
#define USB_PRODUCT_SUNTAC_PS64P1 0x0005 /* SUNTAC U-Cable type P1 */
|
||||
#define USB_PRODUCT_SUNTAC_VS10U 0x0009 /* SUNTAC Slipper U */
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.309 2003/02/08 04:21:51 ichiro Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.310 2003/02/11 00:01:24 ichiro Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.303 2003/02/08 04:21:22 ichiro Exp
|
||||
* NetBSD: usbdevs,v 1.304 2003/02/11 00:00:43 ichiro Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -3495,6 +3495,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"Sun Communications, Inc.",
|
||||
"Mobile Adaptor",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_DS96L,
|
||||
0,
|
||||
"SUN Corporation",
|
||||
"SUNTAC U-Cable type D2",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_PS64P1,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue