From owner-soc-status@FreeBSD.ORG Tue Jun 3 20:13:33 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 7AD267AD; Tue, 3 Jun 2014 20:13:33 +0000 (UTC) Received: from mail1.uj.edu.pl (mail1.uj.edu.pl [149.156.89.193]) by mx1.freebsd.org (Postfix) with ESMTP id 3B83025A4; Tue, 3 Jun 2014 20:13:32 +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 <0N6M00C7A06IVDE0@mta.uoks.uj.edu.pl>; Tue, 03 Jun 2014 22:13: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) ; Tue, 03 Jun 2014 22:13:30 +0200 Received: from mbox.uj.edu.pl ([149.156.89.248]) by mta.uoks.uj.edu.pl with ESMTP; Tue, 03 Jun 2014 22:13:30 +0200 (CEST) Date: Tue, 03 Jun 2014 22:13:30 +0200 From: Jakub Klama Message-id: Subject: evdev status report #2 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, 03 Jun 2014 20:13:33 -0000 This is status report #2 for GSoC project named "Implementation of evdev protocol and touchscreens support". Work done in second week: * Added support for absolute axes and EVIOCGABS/EVIOCSABS ioctls * Created utouch(4) driver for USB HID touchscreens like one emulated by QEMU (and tested on QEMU so far) Archievements unlocked: * Read evdev events stream from utouch(4) using python-evdev Work to do in near future: * Run xorg with QEMU emulated touchscreen ('-usbdevice tablet') * Clean utouch(4) code * Run libevdev * Implement rest of ioctls Jakub