Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb correct usb device id for BELKIN F5D7050E



details:   https://anonhg.NetBSD.org/src/rev/490cd240cfa9
branches:  trunk
changeset: 953652:490cd240cfa9
user:      nia <nia%NetBSD.org@localhost>
date:      Mon Mar 15 07:29:26 2021 +0000

description:
correct usb device id for BELKIN F5D7050E

matches freebsd / openbsd (sources of urtw driver), various online
sources

PR kern/56056

diffstat:

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

diffs (18 lines):

diff -r 093f3f43d576 -r 490cd240cfa9 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Sun Mar 14 22:58:10 2021 +0000
+++ b/sys/dev/usb/usbdevs       Mon Mar 15 07:29:26 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.792 2021/03/09 16:38:49 ryo Exp $
+$NetBSD: usbdevs,v 1.793 2021/03/15 07:29:26 nia Exp $
 
 /*-
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -1087,7 +1087,7 @@
 product BELKIN F5D7051         0x7051  F5D7051 54g USB Network Adapter
 product BELKIN F5D7050A                0x705a  F5D705A 54g USB Network Adapter
 product BELKIN F5D7050C                0x705c  F5D705C 54g USB Network Adapter
-product BELKIN F5D7050E                0x705c  F5D705E 54g USB Network Adapter
+product BELKIN F5D7050E                0x705e  F5D705E 54g USB Network Adapter
 product BELKIN RT2870_1                0x8053  RT2870
 product BELKIN RT2870_2                0x805c  RT2870
 product BELKIN F5D8053V3       0x815c  F5D8053 v3



Home | Main Index | Thread Index | Old Index