Advertisement
deadman96385

Untitled

Nov 20th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. /*
  2. * Factory CMD for Synaptics IC.
  3. *
  4. * fw_update : 0 (Update with internal firmware).
  5. * 1 (Update with external firmware).
  6. * 2 (Update with Internal factory firmware).
  7. * get_fw_ver_bin : Display firmware version in binary.
  8. * get_fw_ver_ic : Display firmware version in IC.
  9. * get_fac_fw_ver_bin : Display factory firmware version in binary.
  10. * get_config_ver : Display configuration version.
  11. * get_threshold : Display threshold of mutual.
  12. * module_off/on_master/slave : Control ot touch IC's power.
  13. * get_chip_vendor : Display vendor name.
  14. * get_chip_name : Display chip name.
  15. * get_x/y_num : Return RX/TX line of IC.
  16. * get_rawcap : Return the rawcap(mutual) about selected.
  17. * run_rawcap_read : Get the rawcap(mutual value about entire screen.
  18. * get_delta : Return the delta(mutual jitter) about selected.
  19. * run_delta_read : Get the delta value about entire screen.
  20. * run_abscap_read : Get the abscap(self) value about entire screen.
  21. * run_absdelta_read : Get the absdelta(self jitter) value about entire screen.
  22. * run_trx_short_test : Test for open/short state each node.
  23. * (each node return the valu -> 0: ok 1: not ok).
  24. * hover_enable : To control the hover functionality dinamically.
  25. * ( 0: disalbe, 1: enable)
  26. * hover_no_sleep_enable : To keep the no sleep state before enter the hover test.
  27. * This command was requested by Display team /HW.
  28. * glove_mode : Set glove mode on/off
  29. * clear_cover_mode : Set the touch sensitivity mode. we are supporting various mode
  30. in sensitivity such as (glove, flip cover, clear cover mode) and they are controled
  31. by this sysfs.
  32. * get_glove_sensitivity : Display glove's sensitivity.
  33. * fast_glove_mode : Set the fast glove mode such as incomming screen.
  34. * secure_mode : Set the secure mode.
  35. * boost_level : Control touch booster level.
  36. * handgrip_enable : Enable reporting the grip infomation based on hover shape.
  37. * set_tsp_test_result : Write the result of tsp test in config area.
  38. * get_tsp_test_result : Read the result of tsp test in config area.
  39. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement