From owner-soc-status@FreeBSD.ORG Wed Jun 25 23:05:25 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 99495C47 for ; Wed, 25 Jun 2014 23:05:25 +0000 (UTC) Received: from mail1.uj.edu.pl (mail1.uj.edu.pl [149.156.89.193]) by mx1.freebsd.org (Postfix) with ESMTP id 59A1D2F84 for ; Wed, 25 Jun 2014 23:05:24 +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 <0N7Q000MUYKHBOE0@mta.uoks.uj.edu.pl> for soc-status@freebsd.org; Thu, 26 Jun 2014 01:00:17 +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, 26 Jun 2014 01:00:17 +0200 Received: from mbox.uj.edu.pl ([149.156.89.248]) by mta.uoks.uj.edu.pl with ESMTP; Thu, 26 Jun 2014 01:00:17 +0200 (CEST) Date: Thu, 26 Jun 2014 01:00:17 +0200 From: Jakub Klama Message-id: Subject: evdev status report #5 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: Wed, 25 Jun 2014 23:05:25 -0000 Hi, This is status report #4 for GSoC project named "Implementation of evdev protocol and touchscreens support". Last week I was somewhat restricted on time, so worklog is quite small compared to other weeks. Done in last week: * Added EV_REP support for ukbd(4). * Working on uinput driver - almost ready. * Launched first few test cases from libevdev testsuite. Needs to be done: * Same as last week... Jakub