1. 24 8月, 2016 4 次提交
  2. 26 4月, 2016 1 次提交
  3. 12 1月, 2016 1 次提交
  4. 12 12月, 2015 1 次提交
    • J
      Input: atmel_mxt_ts - add maxtouch to I2C table for module autoload · b7d21058
      Javier Martinez Canillas 提交于
      The Atmel maxtouch DT binding documents that the compatible string for
      the device is "atmel,maxtouch" and the I2C core always reports a module
      alias of the form i2c:alias where alias is the compatible string model:
      
      $ grep MODALIAS /sys/devices/platform/12e00000.i2c/i2c-8/8-004b/uevent
      MODALIAS=i2c:maxtouch
      
      But there isn't maxtouch entry in the I2C device ID table so when the
      i2c:maxtouch MODALIAS uevent is reported, kmod is not able to match the
      alias with a module to load:
      
      $ modinfo atmel_mxt_ts | grep alias
      alias:          of:N*T*Catmel,maxtouch
      alias:          i2c:mXT224
      alias:          i2c:atmel_mxt_tp
      alias:          i2c:atmel_mxt_ts
      alias:          i2c:qt602240_ts
      
      So add the maxtouch entry to the I2C device ID table to allow the module
      to be autoloaded when the device is registered via OF.
      Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      b7d21058
  5. 03 12月, 2015 1 次提交
  6. 05 8月, 2015 7 次提交
  7. 18 7月, 2015 1 次提交
  8. 21 5月, 2015 1 次提交
  9. 16 4月, 2015 1 次提交
  10. 07 4月, 2015 2 次提交
  11. 01 1月, 2015 1 次提交
  12. 02 11月, 2014 1 次提交
  13. 11 9月, 2014 1 次提交
  14. 10 9月, 2014 1 次提交
  15. 14 8月, 2014 3 次提交
  16. 08 8月, 2014 1 次提交
  17. 29 7月, 2014 1 次提交
  18. 24 7月, 2014 11 次提交