Commit 01fedaf9 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] DVB major number

The DVB merge forgot an important change - DVB is currently using 
major 250, which is "local" while devices.txt (and thus FSSTND/LSB) require
it uses the officially allocated 212 major.

Fortunately most 2.6 users don't currently use DVB and vendors ship devfs
or versions of makedev that do the right thing and generate 212 majors.

Fix below, original author: Red Hat <alan@redhat.com>, OSDL certificate
of authorship included by reference.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b7ae29f5
......@@ -29,7 +29,7 @@
#include <linux/list.h>
#include <linux/devfs_fs_kernel.h>
#define DVB_MAJOR 250
#define DVB_MAJOR 212
#define DVB_DEVICE_VIDEO 0
#define DVB_DEVICE_AUDIO 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment