Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Ralink Technology's vendor ID is 0x148f, not 0x1...



details:   https://anonhg.NetBSD.org/src/rev/44d3b1ecba73
branches:  trunk
changeset: 779494:44d3b1ecba73
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Thu May 31 12:29:15 2012 +0000

description:
Ralink Technology's vendor ID is 0x148f, not 0x1485.
Pointed by FUKAUMI Naoki.

diffstat:

 sys/dev/usb/usbdevs |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 74d82ccefb89 -r 44d3b1ecba73 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Thu May 31 12:10:10 2012 +0000
+++ b/sys/dev/usb/usbdevs       Thu May 31 12:29:15 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.621 2012/05/30 14:52:58 nonaka Exp $
+$NetBSD: usbdevs,v 1.622 2012/05/31 12:29:15 nonaka Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -485,8 +485,7 @@
 vendor HUAWEI3COM      0x1472  Huawei-3Com
 vendor ABOCOM2         0x1482  AboCom Systems
 vendor SILICOM         0x1485  Silicom
-vendor RALINK          0x1485  Ralink Technology
-vendor RALINK_2                0x148f  Ralink Technology
+vendor RALINK          0x148f  Ralink Technology
 vendor CONCEPTRONIC    0x14b2  Conceptronic
 vendor SUPERTOP                0x14cd  SuperTop
 vendor PLANEX3         0x14ea  Planex Communications
@@ -2502,8 +2501,6 @@
 product RALINK RT3572          0x3572  RT3572
 product RALINK RT8070          0x8070  RT8070
 product RALINK RT2570_3                0x9020  RT2570
-product RALINK_2 RT2570                0x2570  RT2570
-product RALINK_2 RT2573                0x2573  RT2573
 
 /* RATOC Systems products */
 product RATOC REXUSB60         0xb000  USB serial adapter REX-USB60



Home | Main Index | Thread Index | Old Index