From owner-soc-status@FreeBSD.ORG Wed Aug 13 23:49:59 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92BF2DA0 for ; Wed, 13 Aug 2014 23:49:59 +0000 (UTC) Received: from mail1.uj.edu.pl (mail1.uj.edu.pl [149.156.89.193]) by mx1.freebsd.org (Postfix) with ESMTP id 5423C2134 for ; Wed, 13 Aug 2014 23:49:59 +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 <0NA9002YERJ38S10@mta.uoks.uj.edu.pl> for soc-status@freebsd.org; Thu, 14 Aug 2014 01:49:51 +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) ; Thu, 14 Aug 2014 01:49:51 +0200 Received: from mbox.uj.edu.pl ([149.156.89.248]) by mta.uoks.uj.edu.pl with ESMTP; Thu, 14 Aug 2014 01:49:51 +0200 (CEST) Date: Thu, 14 Aug 2014 01:49:51 +0200 From: Jakub Klama Message-id: <432baa27506a634db7325d3b86edba43@uj.edu.pl> Subject: evdev status report #11 & #12 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-1 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: Wed, 13 Aug 2014 23:49:59 -0000 Hello, This is combined status report #11 and #12 for GSoC project named "Implementation of evdev protocol and touchscreens support". There's not much work done as there was not much left to do. Done last two weeks: * fixed linuxishms in libevdev and python-evdev allowing to seamlessly compile them under FreeBSD * made input.h and uinput.h be installed into /usr/include/dev/evdev * written manual page (not yet committed) Next week: * merge changes from HEAD * test everything once again Jakub