Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by n...



details:   https://anonhg.NetBSD.org/src/rev/b56a11481214
branches:  netbsd-9
changeset: 954000:b56a11481214
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Mar 27 13:00:45 2021 +0000

description:
Pull up following revision(s) (requested by nia in ticket #1236):

        sys/dev/usb/usbdevs: revision 1.793

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 2efc9ecf6831 -r b56a11481214 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Mon Mar 22 18:24:14 2021 +0000
+++ b/sys/dev/usb/usbdevs       Sat Mar 27 13:00:45 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.770.4.7 2021/02/04 19:23:10 martin Exp $
+$NetBSD: usbdevs,v 1.770.4.8 2021/03/27 13:00:45 martin Exp $
 
 /*-
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -1079,7 +1079,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