From owner-soc-status@FreeBSD.ORG Wed Jul 2 22:45:32 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 52BB2E5 for ; Wed, 2 Jul 2014 22:45:32 +0000 (UTC) Received: from mail1.uj.edu.pl (mail1.uj.edu.pl [149.156.89.193]) by mx1.freebsd.org (Postfix) with ESMTP id 1393B2B03 for ; Wed, 2 Jul 2014 22:45:31 +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 <0N83001QGWJT6V20@mta.uoks.uj.edu.pl> for soc-status@freebsd.org; Thu, 03 Jul 2014 00:45:30 +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, 03 Jul 2014 00:45:29 +0200 Received: from mbox.uj.edu.pl ([149.156.89.248]) by mta.uoks.uj.edu.pl with ESMTP; Thu, 03 Jul 2014 00:45:29 +0200 (CEST) Date: Thu, 03 Jul 2014 00:45:29 +0200 From: Jakub Klama Message-id: <58850f8c507fbac042ec7c8091e293dc@uj.edu.pl> Subject: evdev status report #6 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, 02 Jul 2014 22:45:32 -0000 Hello, This is status report #6 for GSoC project named "Implementation of evdev protocol and touchscreens support". Done last week: * uinput driver - initial version committed, not widely tested, but seems to work in simple use cases * ported libevdev and ran it's test suite - fails on few not supported ioctls * adapted uinput.h to FreeBSD ioctl specifics Next week: * Work on evdev support for atkbd and psm (really!) * See what's changed in recent Linux versions - there at least some new ioctls... Jakub