Skip to content

Commit

Permalink
add FT232H rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nestorayuso committed Aug 30, 2015
1 parent 368a6fa commit eb6acfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libloragw/99-libftdi.rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0403", ATTRS{idP

# FTDI Devices: FT4232HL/Q
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6011", MODE="0664", GROUP="plugdev"

# FTDI Devices: FT2232H
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", MODE="0664", GROUP="plugdev"

0 comments on commit eb6acfe

Please sign in to comment.