From owner-soc-status@FreeBSD.ORG Tue Jul 15 22:42:44 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C18C9EEB for ; Tue, 15 Jul 2014 22:42:44 +0000 (UTC) Received: from mail1.uj.edu.pl (mail1.uj.edu.pl [149.156.89.193]) by mx1.freebsd.org (Postfix) with ESMTP id 806182D93 for ; Tue, 15 Jul 2014 22:42:44 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from mbox.uj.edu.pl ([149.156.89.248]) by mta.uoks.uj.edu.pl (Oracle Communications Messaging Server 7u4-27.01 (7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0N8R00CTXZ302T20@mta.uoks.uj.edu.pl> for soc-status@freebsd.org; Wed, 16 Jul 2014 00:42:36 +0200 (CEST) X-Antivirus: Dr.Web (R) for Unix mail servers drweb plugin ver.6.0.2.2 X-Antivirus-Code: 0x100000 Received: from mbox.uj.edu.pl by saiph.uoks.uj.edu.pl (Dr.Web (R) milter module ver.6.0.2.2) ; Wed, 16 Jul 2014 00:42:36 +0200 Received: from mbox.uj.edu.pl ([149.156.89.248]) by mta.uoks.uj.edu.pl with ESMTP; Wed, 16 Jul 2014 00:42:36 +0200 (CEST) Date: Wed, 16 Jul 2014 00:42:36 +0200 From: Jakub Klama Message-id: <5a2672bc72e55d6a24142bea1fef09fc@uj.edu.pl> Subject: evdev status report #7 & #8 To: soc-status@freebsd.org User-Agent: Roundcube Webmail/0.5 X-Sender: jakub.klama@uj.edu.pl X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 22:42:44 -0000 Hi, This is combined status report #7 and #8 for GSoC project named "Implementation of evdev protocol and touchscreens support". Done last week^Wtwo weeks: * evdev support for atkbd(4), psm(4) and kbdmux(4). kbdmux is seen as a regular keyboard. * fixed issues with SYN_DROPPED packets generation * created stripped-down version of libevdev suitable to be included in the base system * started working on terasic_mtl evdev multitouch driver, used on BERI_DE4 platform * merged changes from HEAD onto project branch * attended to DevSummit :-) Next week: * finish & test terasic_mtl multitouch driver * create some multitouch demo for BERI_DE4 * look for what can gain an evdev support - maybe some power switch or a laptop lid? Jakub