hi all,
in input.c file in linux kernel 3.2, there is a function add_input_randomness(type, code, value) used when data is post by touchscreen driver ti_tsc.c (exemple : input_report_abs(input_dev, ABS_PRESSURE, z).
Do you know what it used to ?
thanks