1. 04 8月, 2015 1 次提交
  2. 29 7月, 2015 1 次提交
    • D
      Revert "Input: zforce - don't overwrite the stack" · 3213afb8
      Dmitry Torokhov 提交于
      This reverts commit 7d01cd26 because
      with given FRAME_MAXSIZE of 257 the check will never trigger and it
      causes warnings from GCC (with -Wtype-limits). Also the check was
      incorrect as it was not accounting for the already read 2 bytes of data
      stored in the buffer.
      3213afb8
  3. 28 7月, 2015 4 次提交
  4. 25 7月, 2015 2 次提交
  5. 24 7月, 2015 1 次提交
  6. 17 7月, 2015 2 次提交
  7. 11 7月, 2015 1 次提交
  8. 08 7月, 2015 1 次提交
  9. 04 7月, 2015 1 次提交
  10. 02 7月, 2015 2 次提交
  11. 30 6月, 2015 2 次提交
  12. 26 6月, 2015 3 次提交
  13. 25 6月, 2015 2 次提交
  14. 23 6月, 2015 4 次提交
  15. 17 6月, 2015 5 次提交
  16. 12 6月, 2015 3 次提交
  17. 10 6月, 2015 4 次提交
  18. 09 6月, 2015 1 次提交
    • C
      Input: elan_i2c - add product IDs FW names · 7b9f1830
      Charlie Mooney 提交于
      Previously the elan_i2c touchpad driver would simply request the firmware
      "/lib/firmware/elan_i2c.bin", which does not work well if there are
      multiple such devices in the system.
      
      Let's append the "product ID" (by using the same function as the sysfs
      interface for consistency) to the filename.  This results in filenames of
      the form "/lib/firmware/elan_i2c_72.0.bin", allowing you to support
      multiple elan_i2c touchpads on the same device by simply naming each
      device's FW with its corresponding product ID.  This way when you trigger a
      fw update the driver will load the correct binary.
      Signed-off-by: NCharlie Mooney <charliemooney@chromium.org>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      7b9f1830