Skip to content

Commit

Permalink
udev: add missing symlinks for VU+ drivers.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksl committed Jul 5, 2020
1 parent c028a80 commit d517c95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meta-openpli/recipes-core/udev/files/localextra.rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ KERNEL=="rtc0", SYMLINK+="rtc"
KERNEL=="oled0", SYMLINK+="dbox/oled0"
KERNEL=="fp0", SYMLINK+="dbox/fp0"
KERNEL=="lcd0", SYMLINK+="dbox/lcd0"
KERNEL=="vtuner0", SYMLINK+="misc/vtuner0"
KERNEL=="vtuner1", SYMLINK+="misc/vtuner1"
KERNEL=="vtuner2", SYMLINK+="misc/vtuner2"
KERNEL=="vtuner3", SYMLINK+="misc/vtuner3"
KERNEL=="pvr", SYMLINK+="misc/pvr"
KERNEL=="i2c-[0-9]*", SYMLINK+="i2c/%n"

# The first framebuffer is symlinked to /dev/fb
KERNEL=="fb0", SYMLINK+="fb/0"
Expand Down

0 comments on commit d517c95

Please sign in to comment.