1. 23 Mar, 2015 1 commit
  2. 21 Mar, 2015 1 commit
  3. 20 Mar, 2015 1 commit
  4. 19 Mar, 2015 2 commits
  5. 12 Mar, 2015 2 commits
  6. 11 Mar, 2015 2 commits
    • Dan Carpenter's avatar
      Input: sx8654 - signedness bug in sx8654_irq() · b6310aff
      Dan Carpenter authored
      "irqsrc" needs to be signed for the error handling to work.
      Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      b6310aff
    • Charlie Mooney's avatar
      Input: elants_i2c - append hw_version to FW file · 37dee1ac
      Charlie Mooney authored
      Currently the elants_i2c driver simply requests a static filename
      /lib/firmware/elants_i2c.bin when it gets firmware updates.  This is a
      problem if you have two Elan touchscreens using the same driver.  If both
      touchscreens have different firmwares, you would need to move the files
      around in your filesystem when you're updating them so that they don't get
      updated with the other's FW.  If you have a read-only filesystem then this
      is impossible, even.
      
      This patch changes the elants_i2c driver to automatically append the
      four-hex-digit hw_version of the device onto the name of the FW file it's
      requesting for update.  Since different touchscreens should have a
      different hw_version's this means the user needs to append the hw version
      of the touchscreen he or she intends to update onto the end of the firmware
      filename and then the driver will do the rest.
      
      The firmware filenames it looks for now are of the form:
      
        elants_i2c_${HW_VERSION}.bin
      
        eg:
      
        elants_i2c_2a44.bin
      Signed-off-by: default avatarCharlie Mooney <charliemooney@chromium.org>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      37dee1ac
  7. 10 Mar, 2015 1 commit
  8. 08 Mar, 2015 4 commits
  9. 07 Mar, 2015 5 commits
  10. 06 Mar, 2015 4 commits
  11. 02 Mar, 2015 1 commit
  12. 16 Feb, 2015 11 commits
  13. 15 Feb, 2015 5 commits