summarylogtreecommitdiffstats
path: root/88-fcdproplus.rules
blob: 93de09dc675c41eae334974af6ceaeca9821bfd7 (plain)
1
2
3
4
5
6
7
8
9
# 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"