-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added function calls to detach/attach the kernel driver in linux. Als…
…o added a 99-polar.rules file that MUST be copied to the /etc/udev/rules directory in order to allow non-root users to run the downloader. Unfortunately there is no way around this as the default USB permissions in linux only allow root write access. Once the .rules file has been added the downloader works perfect on my test system, Linux Mint 17 64 bit. It's statically linking against libusb right now to make it easier to deploy in the new few days. For now it's only available as source for linux, but an intrepid user should be good to go and start downloading files on their linux machines.
- Loading branch information
1 parent
6b995a3
commit f0574f2
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0da4", ATTRS{idProduct}=="0008", MODE="0666" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters