Skip to content

Commit

Permalink
Update USBMounter.kt
Browse files Browse the repository at this point in the history
Added note
  • Loading branch information
rareranger authored Feb 9, 2022
1 parent aab544e commit 2189086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/ktech/ps4jailbreak/USBMounter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class USBMounter {
//Set mode to msc
"echo -n 'msc' > $usb/configs/b.1/strings/0x409/configuration",
//Set vendor and id to Mass Storage Device
//FIX THIS BELOOWW____________________________________________________________
"echo -n 05C6 > idVendor",
"echo -n 1000 > idProduct",
//Clear configs folder
Expand Down

0 comments on commit 2189086

Please sign in to comment.