Documentation ¶
Index ¶
Constants ¶
View Source
const ( RulesPath = "/etc/udev/rules.d/" RulesFile = "98-device-flasher.rules" )
Variables ¶
View Source
var ( DefaultUDevRules = UDevRules{ []UDevRule{ { "Google", "18d1", }, { "Xiaomi", "2717", }, }, } )
View Source
var TempRulesFile = os.TempDir() + "/" + RulesFile
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.