Merge "Uevent: remove useless dir"
This commit is contained in:
commit
4356442029
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ ListenerAction UeventListener::RegenerateUeventsForPath(const std::string& path,
|
|||
return RegenerateUeventsForDir(d.get(), callback);
|
||||
}
|
||||
|
||||
static const char* kRegenerationPaths[] = {"/sys/class", "/sys/block", "/sys/devices"};
|
||||
static const char* kRegenerationPaths[] = {"/sys/devices"};
|
||||
|
||||
void UeventListener::RegenerateUevents(const ListenerCallback& callback) const {
|
||||
for (const auto path : kRegenerationPaths) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue