git: atmel - Add automatic recalibration

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Aug 15 00:18:30 PDT 2014


commit eb9540f79c3cbf345d146ac3b439552a74bdf6ef
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Aug 15 00:14:38 2014 -0700

    atmel - Add automatic recalibration
    
    * Add automatic recalibration every 30 seconds when idle.  I'm really not
      sure if this is necessary or not but for now we do it.
    
    * Interval can be adjusted with sysctl debug.atmel_mxt_autocalibrate,
      set to 0 to disable.

Summary of changes:
 sys/dev/smbus/atmel_mxt/Makefile    |   3 +-
 sys/dev/smbus/atmel_mxt/atmel_mxt.c | 104 ++++++++++++++++++++++++++++++++----
 sys/dev/smbus/atmel_mxt/obp-utils.h |  15 +++++-
 3 files changed, 108 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eb9540f79c3cbf345d146ac3b439552a74bdf6ef


-- 
DragonFly BSD source repository



More information about the Commits mailing list