Additional usbdevs entry for Ralink; found on my Zonet ZEW2500P

This commit is contained in:
jmcneill 2005-09-16 23:54:25 +00:00
parent 769541972d
commit 4cfb3e3385
3 changed files with 17 additions and 5 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: usbdevs,v 1.414 2005/09/11 22:53:07 augustss Exp $
$NetBSD: usbdevs,v 1.415 2005/09/16 23:54:25 jmcneill Exp $
/*
* Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@ -413,6 +413,7 @@ vendor CISCOLINKSYS 0x13b1 Cisco-Linksys
vendor SHARK 0x13d2 Shark
vendor SILICOM 0x1485 Silicom
vendor RALINK 0x1485 Ralink Technology
vendor RALINK_2 0x148f Ralink Technology
vendor CONCEPTRONIC 0x14b2 Conceptronic
vendor SILICONPORTALS 0x1527 Silicon Portals
vendor OQO 0x1557 OQO
@ -1572,6 +1573,7 @@ product RAINBOW IKEY2000 0x1200 i-Key 2000
product RALINK RT2570 0x1706 RT2570
product RALINK RT2570_2 0x2570 RT2570
product RALINK RT2570_3 0x9020 RT2570
product RALINK_2 RT2570 0x2570 RT2570
/* RATOC Systems products */
product RATOC REXUSB60 0xb000 USB serial REX-USB60

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs.h,v 1.418 2005/09/11 22:53:49 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.419 2005/09/16 23:54:25 jmcneill Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -420,6 +420,7 @@
#define USB_VENDOR_SHARK 0x13d2 /* Shark */
#define USB_VENDOR_SILICOM 0x1485 /* Silicom */
#define USB_VENDOR_RALINK 0x1485 /* Ralink Technology */
#define USB_VENDOR_RALINK_2 0x148f /* Ralink Technology */
#define USB_VENDOR_CONCEPTRONIC 0x14b2 /* Conceptronic */
#define USB_VENDOR_SILICONPORTALS 0x1527 /* Silicon Portals */
#define USB_VENDOR_OQO 0x1557 /* OQO */
@ -1579,6 +1580,7 @@
#define USB_PRODUCT_RALINK_RT2570 0x1706 /* RT2570 */
#define USB_PRODUCT_RALINK_RT2570_2 0x2570 /* RT2570 */
#define USB_PRODUCT_RALINK_RT2570_3 0x9020 /* RT2570 */
#define USB_PRODUCT_RALINK_2_RT2570 0x2570 /* RT2570 */
/* RATOC Systems products */
#define USB_PRODUCT_RATOC_REXUSB60 0xb000 /* USB serial REX-USB60 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs_data.h,v 1.419 2005/09/11 22:53:49 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.420 2005/09/16 23:54:25 jmcneill Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -1453,6 +1453,10 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_RALINK,
"Ralink Technology",
},
{
USB_VENDOR_RALINK_2,
"Ralink Technology",
},
{
USB_VENDOR_CONCEPTRONIC,
"Conceptronic",
@ -1582,7 +1586,7 @@ const struct usb_vendor usb_vendors[] = {
"Hewlett Packard",
},
};
const int usb_nvendors = 384;
const int usb_nvendors = 385;
const struct usb_product usb_products[] = {
{
@ -4505,6 +4509,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_3,
"RT2570",
},
{
USB_VENDOR_RALINK_2, USB_PRODUCT_RALINK_2_RT2570,
"RT2570",
},
{
USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60,
"USB serial REX-USB60",
@ -5366,4 +5374,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
const int usb_nproducts = 945;
const int usb_nproducts = 946;