summaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/udev-165/bug/10-mx31.rules
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/udev/udev-165/bug/10-mx31.rules')
-rw-r--r--recipes-core/udev/udev-165/bug/10-mx31.rules49
1 files changed, 0 insertions, 49 deletions
diff --git a/recipes-core/udev/udev-165/bug/10-mx31.rules b/recipes-core/udev/udev-165/bug/10-mx31.rules
deleted file mode 100644
index de427fc8b..000000000
--- a/recipes-core/udev/udev-165/bug/10-mx31.rules
+++ /dev/null
@@ -1,49 +0,0 @@
1KERNEL=="ttyS[0-9]", NAME="tts/%n", SYMLINK+="tts%n"
2KERNEL=="ttymxc[0-9]", NAME="ttymxc/%n", SYMLINK+="ttymxc%n"
3
4KERNEL=="mxc_mu[0-9]", NAME="mxc_mu/%n", SYMLINK+="mxc_mu%n"
5KERNEL=="fb*", NAME="fb/%n", SYMLINK+="fb%n"
6KERNEL=="i2c*", NAME="i2c/%n"
7KERNEL=="mxc_ipc*", NAME="mxc_ipc/%n"
8KERNEL=="video*", NAME="v4l/video%n"
9
10KERNEL=="rtc", NAME="misc/rtc"
11KERNEL=="watchdog", NAME="misc/watchdog"
12
13KERNEL=="mc13783_adc", NAME="mc13783_adc", SYMLINK+="ts"
14KERNEL=="pmic_adc", NAME="pmic_adc", SYMLINK+="ts"
15
16# The long class name gets cut off to be mc13783_connectiv in
17# /sys/class/mc13783_connectivity/mc13783_connectivit
18KERNEL=="mc13783_connectiv*", NAME="mc13783_connectivity"
19
20KERNEL=="mxc_ssi[0-9]*", NAME="mxc_ssi/%n", SYMLINK+="mxc_ssi%n"
21KERNEL=="spi[0-9]*", NAME="spi/%n", SYMLINK+="spi%n"
22
23KERNEL=="mtdblock*", NAME="mtdblock/%n" SYMLINK+="mtdblock%n"
24KERNEL=="mtd[0-9]", NAME="mtd/%n"
25
26# A more elegant way of doing this must exist...
27KERNEL=="mtd0ro", NAME="mtd/0ro"
28KERNEL=="mtd1ro", NAME="mtd/1ro"
29KERNEL=="mtd2ro", NAME="mtd/2ro"
30KERNEL=="mtd3ro", NAME="mtd/3ro"
31KERNEL=="mtd4ro", NAME="mtd/4ro"
32KERNEL=="mtd5ro", NAME="mtd/5ro"
33KERNEL=="mtd6ro", NAME="mtd/6ro"
34KERNEL=="mtd7ro", NAME="mtd/7ro"
35KERNEL=="mtd8ro", NAME="mtd/8ro"
36KERNEL=="mtd9ro", NAME="mtd/9ro"
37
38# Note that we want /dev/dsp linked to /dev/sound/dsp1...
39KERNEL=="dsp", NAME="sound/dsp"
40KERNEL=="dspW", NAME="sound/dspW"
41KERNEL=="dsp1", NAME="sound/dsp1", SYMLINK+="dsp"
42KERNEL=="mixer", NAME="sound/mixer", SYMLINK+="mixer"
43KERNEL=="sequencer", NAME="sound/sequencer"
44KERNEL=="sequencer2", NAME="sound/sequencer2"
45
46KERNEL=="ram[0-9]*", NAME="ram/%n", SYMLINK+="ram%n"
47
48KERNEL=="dvfs_dptc", NAME="dvfs_dptc", SYMLINK+="dptc dvfs"
49