[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080114222849.GA7279@toshiba-lt>
Date: Mon, 14 Jan 2008 22:28:51 +0000
From: Steve Hardy <steve@...uxrealtime.co.uk>
To: Jean Delvare <khali@...ux-fr.org>
Cc: linux-kernel@...r.kernel.org, lm-sensors@...sensors.org
Subject: Re: [PATCH 1/1] : hwmon - new chip driver for TI ADS7828 A-D
> As far as I know boolean parameters take values 0 and 1, not N and Y.
Not on the systems I am testing on (2.6.24-rc6) - the sysfs interface
displays boolean parameters as Y/N, and will accept boot parameters as
either Y/N or 0/1. Below is a snippet from a test proving this point :
test@...est:~$ cat /sys/module/ads7828/parameters/se_input
Y
test@...est:~$ cat /sys/module/ads7828/parameters/int_vref
Y
after appending the ads7828.int_vref=N parameter to the kernel
command-line :
Linux 2.6.24-rc6 (shtest) (16:53 on Saturday, 05 January 2002)
login: test
test@...est:~$ cat /sys/module/ads7828/parameters/int_vref
N
Is it more "correct" to refer to 1/0 in the documentation?
I just naturally used the same syntax provided by the sysfs nodes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists