Removed comment about STM32F4 limitations
[fw/stlink] / 49-stm32l-discovery.rules
1 # stm32l discovery board, with onboard st/linkv2
2 #
3 SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", \
4     MODE:="0666", \
5     SYMLINK+="stm32l_stlink%n"
6 #
7 # If you share your linux system with other users, or just don't like the
8 # idea of write permission for everybody, you can replace MODE:="0666" with
9 # OWNER:="yourusername" to create the device owned by you, or with
10 # GROUP:="somegroupname" and mange access using standard unix groups.