Index: /lm-sensors/trunk/prog/mkdev/mkdev.sh
===================================================================
--- /lm-sensors/trunk/prog/mkdev/mkdev.sh	(revision 2638)
+++ /lm-sensors/trunk/prog/mkdev/mkdev.sh	(revision 2921)
@@ -4,5 +4,6 @@
 
 # The number of devices to create (max: 256)
-NUMBER=32
+# If not provided on the command line, default to 32
+NUMBER=${1:-32}
 
 # The owner and group of the devices
