Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2026 02:54:54 +0000
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Abdelkader Boudih <chaos@seuros.com>
Subject:   git: e7de7feb7426 - main - usbdevs: Add USB device IDs for Nuand bladeRF SDR
Message-ID:  <69c8947e.25942.628e951e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by adrian:

URL: https://cgit.FreeBSD.org/src/commit/?id=e7de7feb74262bfdb04d285846bac2fc6229f734

commit e7de7feb74262bfdb04d285846bac2fc6229f734
Author:     Abdelkader Boudih <chaos@seuros.com>
AuthorDate: 2026-03-29 02:54:28 +0000
Commit:     Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-03-29 02:54:28 +0000

    usbdevs: Add USB device IDs for Nuand bladeRF SDR
    
    Add vendor and product IDs for bladeRF family of USB software defined radios manufactured by Nuand LLC.
    
    Reviewed by:    imp, adrian
    Differential Revision:  https://reviews.freebsd.org/D54733
---
 sys/dev/usb/usbdevs | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index bb039f59ce19..b0934cd63a92 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -786,6 +786,7 @@ vendor PERASO		0x2932	Peraso Technologies, Inc.
 vendor PLANEX		0x2c02	Planex Communications
 vendor MERCUSYS		0x2c4e	Mercusys, Inc.
 vendor QUECTEL		0x2c7c	Quectel Wireless Solutions
+vendor NUAND		0x2cf0	Nuand LLC
 vendor VIDZMEDIA	0x3275	VidzMedia Pte Ltd
 vendor LINKINSTRUMENTS	0x3195	Link Instruments Inc.
 vendor AEI		0x3334	AEI
@@ -1695,6 +1696,7 @@ product CYBERTAN RT2870		0x1828	RT2870
 /* Cypress Semiconductor products */
 product CYPRESS MOUSE		0x0001	mouse
 product CYPRESS THERMO		0x0002	thermometer
+product CYPRESS FX3		0x00f3	EZ-USB FX3
 product CYPRESS WISPY1A		0x0bad	MetaGeek Wi-Spy
 product CYPRESS KBDHUB		0x0101	Keyboard/Hub
 product CYPRESS FMRADIO		0x1002	FM Radio
@@ -3556,6 +3558,11 @@ product NIKON E990		0x0102	Digital Camera E990
 product NIKON LS40		0x4000	CoolScan LS40 ED
 product NIKON D300		0x041a  Digital Camera D300
 
+/* Nuand LLC products */
+product NUAND BLADERF		0x5246	bladeRF Software Defined Radio
+product NUAND BLADERF_BL	0x5247	bladeRF Bootloader
+product NUAND BLADERF2		0x5250	bladeRF 2.0 Software Defined Radio
+
 /* NovaTech Products */
 product NOVATECH NV902		0x9020	NovaTech NV-902W
 product NOVATECH RT2573		0x9021	RT2573


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c8947e.25942.628e951e>