regen
This commit is contained in:
parent
d334318f81
commit
79f2f91bad
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.306 2003/02/07 18:08:25 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.307 2003/02/08 04:08:23 ichiro Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -252,6 +252,7 @@
|
|||
#define USB_VENDOR_BRIMAX 0x078e /* Brimax */
|
||||
#define USB_VENDOR_AXIS 0x0792 /* Axis Communications */
|
||||
#define USB_VENDOR_ABL 0x0794 /* ABL Electronics */
|
||||
#define USB_VENDOR_SUNCOMM 0x079c /* Sun Communications, Inc. */
|
||||
#define USB_VENDOR_ALFADATA 0x079d /* Alfadata Computer */
|
||||
#define USB_VENDOR_NATIONALTECH 0x07a2 /* National Technical Systems */
|
||||
#define USB_VENDOR_ONNTO 0x07a3 /* Onnto */
|
||||
|
@ -1282,6 +1283,9 @@
|
|||
/* STSN products */
|
||||
#define USB_PRODUCT_STSN_STSN0001 0x0001 /* Internet Access Device */
|
||||
|
||||
/* Sun Communications products */
|
||||
#define USB_PRODUCT_SUNCOMM_MB_ADAPTOR 0x0003 /* Mobile Adaptor */
|
||||
|
||||
/* SUN Corporation products */
|
||||
#define USB_PRODUCT_SUNTAC_PS64P1 0x0005 /* SUNTAC U-Cable type P1 */
|
||||
#define USB_PRODUCT_SUNTAC_VS10U 0x0009 /* SUNTAC Slipper U */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.307 2003/02/07 18:08:25 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.308 2003/02/08 04:08:23 ichiro Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -3483,6 +3483,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"STSN",
|
||||
"Internet Access Device",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SUNCOMM, USB_PRODUCT_SUNCOMM_MB_ADAPTOR,
|
||||
0,
|
||||
"Sun Communications, Inc.",
|
||||
"Mobile Adaptor",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_PS64P1,
|
||||
0,
|
||||
|
@ -4947,6 +4953,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"ABL Electronics",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SUNCOMM, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Sun Communications, Inc.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ALFADATA, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue