File: funcube-dongle.rules

package info (click to toggle)
qthid-fcd-controller 4.1-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,588 kB
  • sloc: ansic: 5,459; cpp: 2,269; xml: 18; makefile: 18; sh: 14
file content (10 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)

# HIDAPI/libusb:
SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"

# HIDAPI/hidraw:
KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb56", MODE="0666"
KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb31", MODE="0666"