Skip to content

Commit e3c2239

Browse files
committed
Correct text
1 parent 0ca162b commit e3c2239

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Sometimes I add new posts about this project [on my blog page](https://developer
5959
* Swedish by [Daniel Nylander](https://github.com/yeager)
6060
* Japanese by [kuragehime](https://github.com/kuragehimekurara1)
6161
* Ryukyuan languages by [kuragehime](https://github.com/kuragehimekurara1)
62+
* Turkish language by [Erimsaholut](https://github.com/Erimsaholut)
6263

6364
* Angelo Elias Dalzotto makes packages in AUR
6465
* Phoenix[Msc] provides his shiny Mac M1 for debug

src/main/java/nsusbloader/com/usb/UsbConnect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private void openDevice() throws Exception{
169169
"Double check that you have administrator privileges (you're 'root') or check 'udev' rules set for this user (linux only)!\n\n" +
170170
"Steps to set 'udev' rules:\n" +
171171
"root # vim /etc/udev/rules.d/99-NS" + ((RCM_VID == VENDOR_ID) ? "RCM" : "") + ".rules\n" +
172-
"SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", ATTRS{idProduct}==\"%04x\", GROUP=\"plugdev\"\n" +
172+
"SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", ATTRS{idProduct}==\"%04x\", MODE=\"0666\"\n" +
173173
"root # udevadm control --reload-rules && udevadm trigger\n", UsbErrorCodes.getErrCode(returningValue), VENDOR_ID, PRODUCT_ID));
174174
}
175175
else

0 commit comments

Comments
 (0)