]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: add bladeRF SDR devices
authorRyan Thompson <ryan.thompson@nuand.com>
Mon, 12 May 2025 23:05:20 +0000 (18:05 -0500)
committerRyan Thompson <ryanrthompson10@gmail.com>
Tue, 13 May 2025 13:09:55 +0000 (08:09 -0500)
Add hwdb entries for bladeRF 1.x, legacy 1.x, and 2.0 micro devices to
enable non-root access through preexisting ID_SOFTWARE_RADIO tag.

References #20561

hwdb.d/70-software-radio.hwdb [new file with mode: 0644]
hwdb.d/meson.build

diff --git a/hwdb.d/70-software-radio.hwdb b/hwdb.d/70-software-radio.hwdb
new file mode 100644 (file)
index 0000000..c6afcff
--- /dev/null
@@ -0,0 +1,24 @@
+# This file is part of systemd.
+#
+# Database for software-defined radio devices that should be accessible to the seat owner.
+#
+# To add local entries, copy this file to
+#   /etc/udev/hwdb.d/
+# and add your rules there. To load the new rules execute (as root):
+#   systemd-hwdb update
+#   udevadm trigger
+
+################
+# Nuand
+################
+# bladeRF 1.x
+usb:v2CF0p5246*
+ ID_SOFTWARE_RADIO=1
+
+# bladeRF 1.x (legacy)
+usb:v1D50p6066*
+ ID_SOFTWARE_RADIO=1
+
+# bladeRF 2.0 micro
+usb:v2CF0p5250*
+ ID_SOFTWARE_RADIO=1
index a564cc4bf723a2fa5d70a84514f9bf8502f31399..3e51cdfaaa6d4e6fd8a622dab1a5aed8bd0c51ce 100644 (file)
@@ -34,6 +34,7 @@ hwdb_files_test = files(
         '70-mouse.hwdb',
         '70-pda.hwdb',
         '70-pointingstick.hwdb',
+        '70-software-radio.hwdb',
         '70-sound-card.hwdb',
         '70-touchpad.hwdb',
         '80-ieee1394-unit-function.hwdb')