On Mon, May 09, 2022 at 08:17:35PM +0000, molotov31337 wrote: > I recently picked up a Panda Wireless PAU06 and got it working, can this be > committed? > Here is the cvs diff
Committed, thanks! > Index: usbdevs > =================================================================== > RCS file: /cvs/src/sys/dev/usb/usbdevs,v > retrieving revision 1.745 > diff -u -p -u -r1.745 usbdevs > --- usbdevs 24 Dec 2021 06:18:11 -0000 1.745 > +++ usbdevs 9 May 2022 20:12:42 -0000 > @@ -3731,6 +3731,7 @@ product RALINK RT3370 0x3370 RT3370 > product RALINK RT3572 0x3572 RT3572 > product RALINK RT3573 0x3573 RT3573 > product RALINK RT5370 0x5370 RT5370 > +product RALINK RT5372 0x5372 RT5372 > product RALINK RT5572 0x5572 RT5572 > product RALINK MT7601 0x7601 MT7601 > product RALINK MT7601_2 0x760a MT7601 > Index: if_run.c > =================================================================== > RCS file: /cvs/src/sys/dev/usb/if_run.c,v > retrieving revision 1.135 > diff -u -p -u -r1.135 if_run.c > --- if_run.c 22 Nov 2021 10:17:14 -0000 1.135 > +++ if_run.c 9 May 2022 20:12:43 -0000 > @@ -259,6 +259,7 @@ static const struct usb_devno run_devs[] > USB_ID(RALINK, RT3572), > USB_ID(RALINK, RT3573), > USB_ID(RALINK, RT5370), > + USB_ID(RALINK, RT5372), > USB_ID(RALINK, RT5572), > USB_ID(RALINK, RT8070), USB_ID(SAMSUNG, WIS09ABGN), > > And the device shows up in dmesg as > run0 at uhub0 port 4 configuration 1 interface 0 "Ralink 802.11 n WLAN" rev > 2.00/1.01 addr 2 > run0: MAC/BBP RT5392 (rev 0x0223), RF RT5372 (MIMO 2T2R), address > 9c:ef:d5:fa:4b:15 > > Sent with [ProtonMail](https://protonmail.com/) secure email.
