SOURCES (LINUX_2_6): linux-static-dev.patch, dev-list - fbsplash d...

pluto pluto at pld-linux.org
Fri Aug 19 16:58:24 CEST 2005


Author: pluto                        Date: Fri Aug 19 14:58:23 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- fbsplash dropped, /dev/inotify minor code updated.

---- Files affected:
SOURCES:
   linux-static-dev.patch (1.1.6.1 -> 1.1.6.2) , dev-list (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SOURCES/linux-static-dev.patch
diff -u SOURCES/linux-static-dev.patch:1.1.6.1 SOURCES/linux-static-dev.patch:1.1.6.2
--- SOURCES/linux-static-dev.patch:1.1.6.1	Sun Apr 10 14:41:47 2005
+++ SOURCES/linux-static-dev.patch	Fri Aug 19 16:58:17 2005
@@ -1,14 +1,3 @@
---- a/drivers/video/fbsplash.c.orig	2005-01-05 10:42:42.000000000 +0100
-+++ b/drivers/video/fbsplash.c	2005-01-05 11:15:25.000000000 +0100
-@@ -476,7 +476,7 @@
- };
- 
- static struct miscdevice splash_dev = {
--	.minor = MISC_DYNAMIC_MINOR,
-+	.minor = 62 /* MISC_DYNAMIC_MINOR */,
- 	.name = "fbsplash",
- 	.fops = &splash_ops
- };
 --- a/drivers/char/misc.c.orig	2004-12-24 22:35:28.000000000 +0100
 +++ b/drivers/char/misc.c	2005-01-05 11:16:47.000000000 +0100
 @@ -220,7 +220,7 @@
@@ -16,7 +5,7 @@
  
  	if (misc->minor == MISC_DYNAMIC_MINOR) {
 -		int i = DYNAMIC_MINORS;
-+		int i = DYNAMIC_MINORS - 3 /* reserved */;
++		int i = DYNAMIC_MINORS - 2 /* reserved */;
  		while (--i >= 0)
  			if ( (misc_minors[i>>3] & (1 << (i&7))) == 0)
  				break;
@@ -38,7 +27,7 @@
  
  static struct miscdevice inotify_device = {
 -	.minor  = MISC_DYNAMIC_MINOR,
-+	.minor  = 61 /* MISC_DYNAMIC_MINOR */,
++	.minor  = 62 /* MISC_DYNAMIC_MINOR */,
  	.name	= "inotify",
  	.fops	= &inotify_fops,
  };

================================================================
Index: SOURCES/dev-list
diff -u SOURCES/dev-list:1.27 SOURCES/dev-list:1.28
--- SOURCES/dev-list:1.27	Fri Aug  5 22:34:30 2005
+++ SOURCES/dev-list	Fri Aug 19 16:58:17 2005
@@ -3932,7 +3932,7 @@
 %dev(c,185,1) %attr(600,root,root) /dev/intermezzo1
 %dev(c,185,2) %attr(600,root,root) /dev/intermezzo2
 %dev(c,185,3) %attr(600,root,root) /dev/intermezzo3
-%dev(c,10,61) %attr(444,root,root) /dev/inotify
+%dev(c,10,62) %attr(444,root,root) /dev/inotify
 %dev(c,95,3) %attr(600,root,root) /dev/ipauth
 %dev(c,254,0) %attr(600,root,root) /dev/ipmi0
 %dev(c,10,173) %attr(600,root,root) /dev/ipmikcs
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-static-dev.patch?r1=1.1.6.1&r2=1.1.6.2&f=u
    http://cvs.pld-linux.org/SOURCES/dev-list?r1=1.27&r2=1.28&f=u




More information about the pld-cvs-commit mailing list