ひっそりとXperiaのGPLに絡むソースコードが公開*1されている。のでのぞいてみて妄想。 esheep_linuxというディレクトリ名。esheep。electric sheep。電気羊。べたですね。 configはes209ra_rel_defconfig。電気羊209レイチェル_リリース。 タッチスクリーンはdrivers/input/touchscreen/es209ra_touch.c。 es209ra_touch_fw.hはマイコンに喰わせるファームウェアのバイナリ。 ということで本題。 input_report_abs(this->input, ABS_X, x); input_report_abs(this->input, ABS_Y, y); input_report_key(this->input, BTN_TOUCH, 0); input_sync(this->in