On Thu, Apr 22, 2021 at 07:41:30PM +0200, Jan Vlach wrote: > Hello tech@, > > following patch enables urtwn driver to attach to USB wifi adapter > ASUS USB-N10 Nano (Wireless-N150)
Your changes have been committed. Thank you! For the future, note that usbdevs.h and usbdevs_data.h are generated files. Instead of patching those files manually, patch the 'usbdevs' file and then run 'make' in the sys/dev/usb directory to update the generated files. > I have one question - where the B1 version is detected as NIC while the > non-B1 version says WLAN Adapter. Where does this come from? Does the > device itself report it? Yes, it should be a self-reported name by the device.
