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-next>] [day] [month] [year] [list]
Message-Id: <cover.1371145891.git.andi@etezian.org>
Date:	Thu, 13 Jun 2013 20:20:34 +0200
From:	Andi Shyti <andi@...zian.org>
To:	arnd@...db.de, gregkh@...uxfoundation.org
Cc:	linux-kernel@...r.kernel.org, pc@...f.org, oatilla@...il.com,
	andi@...zian.org
Subject: [PATCH 00/19] misc: bh1770glc features and fixes

Hi,

This patchset contains a collection of new features and fixes for
the bh1770glc driver for the BH1770 and SFH7770 proximity
and ambient light sensor device.

In few words this is what it brings:
- /dev/input/event interface
- removal obsolete and wrong parameters
- new relevant parameters for glass attenuation and glass
  factor, lux compensation due to the LED cover or ink
- improvments of the threshold usage
- corrections of the device rates and default LED current
- general code cleanup

These patches have been applied on top of mainline master, but
they could be easily applied on top of any branch since they
don't affect any core code.

Thanks,
Andi

Andi Shyti (7):
  bh1770glc: added input device interface
  bh1770glc: removed proximity adjustement
  bh1770glc: split read result function
  bh1770glc: logic change in the proximity read
  bh1770glc: use min_t instead of min
  bh1770glc: use kstrtoul instead of strict_strtoul
  bh1770glc: removed lux_read_raw_result() function

Onur Atilla (12):
  bh1770glc: different glass attenuation parameters
  bh1770glc: lux0_glass_factor & lux0_comp_factor on sysfs
  bh1770glc: Added raw lux output file for ALS to sysfs
  bh1770glc: Removed obsolete offset settings from SFH7770 code
  bh1770glc: Introduced dynamic threshold
  bh1770glc: Code cleaning and aligning in source code
  bh1770glc: Modified the neutral glass attenuation value
  bh1770glc: Modified scaler variable
  bh1770glc: Added sanity check for scf
  bh1770glc: Implemented switch for interrupt operation
  bh1770glc: Corrected proximity sensor rates
  bh1770glc: Proximity sensor LED current update

 drivers/misc/bh1770glc.c      |  411 +++++++++++++++++++++++++++--------------
 include/linux/i2c/bh1770glc.h |   30 +--
 2 files changed, 289 insertions(+), 152 deletions(-)

-- 
1.7.10.4

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