mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
git-subtree-dir: osutil/udev git-subtree-mainline:c3dd5d69f4git-subtree-split:44139e626a
22 lines
226 B
Plaintext
22 lines
226 B
Plaintext
{
|
|
"rules": [
|
|
{
|
|
"action": "^ad+$",
|
|
"env": {
|
|
"SUBSYSTEM": "^usb.*"
|
|
}
|
|
},
|
|
{
|
|
"action": "remove",
|
|
"env": {
|
|
"SUBSYSTEM": "^usb.*"
|
|
}
|
|
},
|
|
{
|
|
"env": {
|
|
"DEVTYPE": "usb_interface"
|
|
}
|
|
}
|
|
]
|
|
}
|