Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/b6d8ce6de8c3
branches:  netbsd-8
changeset: 954003:b6d8ce6de8c3
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Mar 27 13:09:46 2021 +0000

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

        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 8841524e615f -r b6d8ce6de8c3 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Mon Mar 22 18:08:34 2021 +0000
+++ b/sys/dev/usb/usbdevs       Sat Mar 27 13:09:46 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.736.2.6 2020/02/27 14:32:31 martin Exp $
+$NetBSD: usbdevs,v 1.736.2.7 2021/03/27 13:09:46 martin Exp $
 
 /*-
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -1080,7 +1080,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