Home > OS >  System of sleep and wake up
System of sleep and wake up

Time:09-22

I now have a demand that APP, click on the button, make the whole android dormant, and then click on the touch pad (FTXXX chip driver is the I2C interface) system,
Now I can realize click APP button, the system is in a dormant state, in a dormant state, I touch the chip can also receive the data, but when I submitted to coordinate data, the system still couldn't wake up,
Input_report_abs (data - & gt; Input_dev ABS_MT_POSITION_X, event - & gt; The x1);
Input_report_abs (data - & gt; Input_dev ABS_MT_POSITION_Y, event - & gt; Y1);
Input_report_abs (data - & gt; Input_dev ABS_MT_WIDTH_MAJOR, 30);
Input_mt_sync (data - & gt; Input_dev);


Input_sync (data - & gt; Input_dev);


But I under test, move the mouse can wake up the system, don't know where is not the same,

Is there a way I received data the TP wake up system which directly,,
  • Related