diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-07-27 17:08:52 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-07-27 17:08:52 +0000 |
commit | 4ce2a9f607c5389385b88577d84b91d601ad7389 (patch) | |
tree | e6d64b0c99d926e65fad4ac541fb4f83f46b02d1 /linux/drivers/media | |
parent | b539cb9174fdb32e76306b242af7dc20416b7e9d (diff) | |
download | mediapointer-dvb-s2-4ce2a9f607c5389385b88577d84b91d601ad7389.tar.gz mediapointer-dvb-s2-4ce2a9f607c5389385b88577d84b91d601ad7389.tar.bz2 |
change DVB major number from 250 to 212 as assigned by www.lanana.org
(see linux/Documentation/devices.txt)
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvbdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvbdev.h b/linux/drivers/media/dvb/dvb-core/dvbdev.h index 3b0f396d5..c9e0f1b03 100644 --- a/linux/drivers/media/dvb/dvb-core/dvbdev.h +++ b/linux/drivers/media/dvb/dvb-core/dvbdev.h @@ -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 |