[PATCH] add a test for a minor over 255

This commit is contained in:
greg@kroah.com 2004-03-12 17:39:59 -08:00 committed by Greg KH
parent 7ddb6f47d7
commit a5e8d2b4a3
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
89:300

View File

@ -0,0 +1 @@
foo dev

View File

@ -542,6 +542,16 @@ EOF
exp_majorminor => "8:0",
conf => <<EOF
BUS="scsi", KERNEL="sda", NAME="node"
EOF
},
{
desc => "big minor number test",
subsys => "i2c-dev",
devpath => "class/i2c-dev/i2c-300",
exp_name => "node",
exp_majorminor => "89:300",
conf => <<EOF
KERNEL="i2c-300", NAME="node"
EOF
},
);