diff options
author | Nishanth Menon | 2014-11-11 18:26:10 -0600 |
---|---|---|
committer | Nishanth Menon | 2014-11-11 18:26:10 -0600 |
commit | 8c5cadd1af76f1ff286968b6edeb947a91e45384 (patch) | |
tree | 2748ce37b3add8762bc47118bb653738dd297d35 | |
parent | 3cb97c1d9b8ea67ad3b787230132d8c75247d0a1 (diff) | |
download | device-ti-x15-8c5cadd1af76f1ff286968b6edeb947a91e45384.tar.gz device-ti-x15-8c5cadd1af76f1ff286968b6edeb947a91e45384.tar.xz device-ti-x15-8c5cadd1af76f1ff286968b6edeb947a91e45384.zip |
beaglex15 cleanup
Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | ueventd.beaglex15board.rc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ueventd.beaglex15board.rc b/ueventd.beaglex15board.rc index 55a9f95..31d9e0a 100644 --- a/ueventd.beaglex15board.rc +++ b/ueventd.beaglex15board.rc | |||
@@ -1,19 +1,13 @@ | |||
1 | #for PVR | 1 | #for PVR |
2 | /dev/pvrsrvkm 0666 system system | 2 | /dev/pvrsrvkm 0666 system system |
3 | 3 | ||
4 | #for DSSCOMP | ||
5 | /dev/dsscomp 0666 system system | ||
6 | |||
7 | # for IPC3.x | ||
8 | /dev/rpmsg-dce 0660 media media | ||
9 | |||
10 | # V4L camera | 4 | # V4L camera |
11 | /dev/video* 0660 system camera | 5 | /dev/video* 0660 system camera |
12 | 6 | ||
13 | # for Bluetooth | 7 | # for Bluetooth |
14 | /dev/hci_tty 0666 bluetooth bluetooth | 8 | /dev/hci_tty 0666 bluetooth bluetooth |
15 | 9 | ||
16 | # Radio Tuners | 10 | # I2C buses |
17 | /dev/i2c-0 0660 system system | 11 | /dev/i2c-0 0660 system system |
18 | /dev/i2c-1 0660 system system | 12 | /dev/i2c-1 0660 system system |
19 | /dev/i2c-3 0660 system system | 13 | /dev/i2c-3 0660 system system |
@@ -24,6 +18,3 @@ | |||
24 | 18 | ||
25 | #for GCX | 19 | #for GCX |
26 | /dev/gcioctl 0666 system system | 20 | /dev/gcioctl 0666 system system |
27 | |||
28 | # for GNSS | ||
29 | /dev/tigps 0666 root root | ||