diff options
author | Sylvain Miermont <smiermont@semtech.com> | 2013-09-02 16:13:41 +0200 |
---|---|---|
committer | Sylvain Miermont <smiermont@semtech.com> | 2013-10-23 11:36:29 +0200 |
commit | 33ade9eb698f594e95076a5e4056a70163f14278 (patch) | |
tree | a8fb4a31cf79f49ba8c3e517b0c8956eea3966c6 /loragw_hal/99-libftdi.rules | |
parent | ddac0aa483dd5f7bca31b0c042949eca370a8fdc (diff) | |
download | lora_gateway-33ade9eb698f594e95076a5e4056a70163f14278.tar.gz lora_gateway-33ade9eb698f594e95076a5e4056a70163f14278.tar.bz2 lora_gateway-33ade9eb698f594e95076a5e4056a70163f14278.zip |
Beta 4v1.b4
- now supports 'native' Linux /dev/spi* interface and SPI-over-USB using FTDI bridge through libmpsse
- Flexible build system, with library.cfg file to set Makefile options
- removed 500 kHz bandwidth limitation on radios, pushed it to the nominal 800kHz usable bandwidth
- RSSI calibrated fo Lora multi-datarate channels
Diffstat (limited to 'loragw_hal/99-libftdi.rules')
-rw-r--r-- | loragw_hal/99-libftdi.rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/loragw_hal/99-libftdi.rules b/loragw_hal/99-libftdi.rules new file mode 100644 index 0000000..8487413 --- /dev/null +++ b/loragw_hal/99-libftdi.rules @@ -0,0 +1,8 @@ +# FTDI Devices: FT232BM/L/Q, FT245BM/L/Q, FT232RL/Q, FT245RL/Q, VNC1L with VDPS Firmware +SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0664", GROUP="plugdev" + +# FTDI Devices: FT2232C/D/L, FT2232HL/Q +SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="0664", GROUP="plugdev" + +# FTDI Devices: FT4232HL/Q +SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6011", MODE="0664", GROUP="plugdev" |