lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 04 Mar 2010 11:19:03 +0000
From:	Jonathan Cameron <jic23@....ac.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	Dima Zavin <dmitriyz@...gle.com>,
	Dmitry Torokhov <dmitry.torokhov@...il.com>,
	LKML <linux-kernel@...r.kernel.org>,
	Zhang Rui <rui.zhang@...el.com>,
	Amit Kucheria <amit.kucheria@...durent.com>,
	Jean Delvare <khali@...ux-fr.org>
Subject: Re: [GIT PULL] Ambient Light Sensors subsystem

Hi Linus,

> On Wed, 3 Mar 2010, Dima Zavin wrote:
>>
>> Actually, accelerometers fit into that model fine. They have some
>> variable number of absolute axes (3, 6, etc.).
> 
> In fact, they obviouslya also do end up being used exactly like joysticks 
> in real life, and joysticks are commonly starting to have accelerometers 
> in them (ie any modern game console controller).
> 
> So treating an accelerometer like a joystick - regardless of whether it 
> happens to be internal to the device or happens to be external in a 
> separate controller - is not all that far-fetched anyway.
True enough if you want relatively low rate data either polled or from an
internally clocked accelerometer. So yes, if your application is input and
you are using an accelerometer for such a job, then it makes sense to be in
input.  That is exactly why Dmitry has taken some accelerometers in there.
It isn't true if you are dealing with higher spec devices.  There are devices
out there that will throw data at many KHz with lot of different channels,
these are totally different from what input was designed for.  The deepest
discussions of these points that I know of are those that IIO grew out of:
http://lkml.org/lkml/2008/5/20/135 onwards.

These in conjunction with ADC's etc were why we got into writing IIO in the first
place + the entirely reasonable point that they fell out of the scope of input
and hwmon.

Anyhow, the way this conversation is going there appear to be several options
and we need to make a decision before anyone wastes much more time.

1) ALS as is. It's extremely light weight and can always be merged with a better
  option at a later date. If people prefer we can always stick it in a subdirectory
  called sensors or similar.  Perhaps move hwmon in there as well.

2) Input.  I agree with Dmitry here.  These devices are not within the scope as it
  currently exists.  It can be done and there have been numerous discussions about
  doing so in the past (with various sensor types) and each time it has been decided
  that it isn't the right option.  Perhaps opinion on this has changed?

3) Leave as is. Perhaps move all such drivers to misc and introduce some documentation
   in an attempt to standardize the interface they export.  To all intents and purposes
   this is the core of als anyway.  What we loose is a consistent location and device
   naming for userspace usage.

4) Move them into IIO.   They are within the scope we are covering.  I agreed
  with the ALS subsystem when it was proposed as it was clean small and ready now
  not because I particularly wanted them out of IIO (there is still one there.)
 
Two comments on option 4:
a) If we do it now rather than taking one of the other options and moving them later,
   then we are moving two perfectly good drivers out of the main tree into staging.
   Doesn't matter to me, may to others.
b) If anyone comes back later and says, 'IIO is a massively overweight subsystem for
   such simple drivers', then I reserve the right to get rather somewhat annoyed.
   We have always kept the core driver requirement (that needed for these drivers)
   as slim as possible.  Of course suggestions on how to make it slimmer without
   breaking other functionality are welcome.

Please can anyone who feels like suggesting another general sensors subsystem
at least taking a look at IIO (and keeping in mind we are in the middle of a big
API cleanup).  If you disagree with how we have done things, then contribute
to the discussions and they may change.

Thanks,

Jonathan
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ