aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMarcel Holtmann <[email protected]>2019-10-24 19:40:42 +0200
committerGreg Kroah-Hartman <[email protected]>2019-11-05 18:25:54 +0100
commit8670b2b8b029a6650d133486be9d2ace146fd29a (patch)
treebe558703a5619006e53571c0afa7634a699d9337 /tools/perf/scripts/python
parent82b29b9f72afdccb40ea5f3c13c6a3cb65a597bc (diff)
rfkill: allocate static minor
udev has a feature of creating /dev/<node> device-nodes if it finds a devnode:<node> modalias. This allows for auto-loading of modules that provide the node. This requires to use a statically allocated minor number for misc character devices. However, rfkill uses dynamic minor numbers and prevents auto-loading of the module. So allocate the next static misc minor number and use it for rfkill. Signed-off-by: Marcel Holtmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions