Hi!
> I haven't (yet) changed from a single 'status' file to multiple
> 'is_flag_0' 'is_flag_1' 'is_flag_2' files. I really don't like that idea
> much -- it doesn't seem any more sensible than exposing each bit of the
> voltage value through a separate file. These flags are _read_ together,
> and _used_ together. I'd rather show it as a hex value 'flags' than
> split it up. But I still think that the current 'present,charging,low'
> is best.
Please do this change. sysfs *is* one file per value.. if at least to
be consistent with rest of code.
> @@ -0,0 +1,177 @@
> +/*
> + * Battery class core
> + *
> + * ?? 2006 David Woodhouse <[EMAIL PROTECTED]>
> + *
> + * Based on LED Class support, by John Lenz and Richard Purdie:
> + *
> + * ?? 2005 John Lenz <[EMAIL PROTECTED]>
> + * ?? 2005-2006 Richard Purdie <[EMAIL PROTECTED]>
Could we get something ascii here? I'm not sure what you see instead
of copyright... but I see ??. I could not find it in source, but if
you use non-ascii character in file, please fix that, too.
> +ssize_t battery_attribute_show_ac_status(char *buf, unsigned long status)
> +{
> + return 1 + sprintf(buf, "o%s-line\n", status?"n":"ff");
> +}
I guess ac_online should show 0/1...
> + if (unlikely(err))
> + return err;
> +
> + battery_dev->dev = device_create(battery_class, parent, 0,
space/tab problem?
--
Thanks for all the (sleeping) penguins.
_______________________________________________
Devel mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/devel