From owner-soc-status@FreeBSD.ORG Fri Jun 20 21:50:03 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 04A7EF4 for ; Fri, 20 Jun 2014 21:50:03 +0000 (UTC) Received: from mail1.uj.edu.pl (mail1.uj.edu.pl [149.156.89.193]) by mx1.freebsd.org (Postfix) with ESMTP id B8FCA2EA9 for ; Fri, 20 Jun 2014 21:50:02 +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 <0N7H004L4LX1II50@mta.uoks.uj.edu.pl> for soc-status@freebsd.org; Fri, 20 Jun 2014 23:48:37 +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) ; Fri, 20 Jun 2014 23:48:37 +0200 Received: from mbox.uj.edu.pl ([149.156.89.248]) by mta.uoks.uj.edu.pl with ESMTP; Fri, 20 Jun 2014 23:48:37 +0200 (CEST) Date: Fri, 20 Jun 2014 23:48:37 +0200 From: Jakub Klama Message-id: Subject: evdev status report #4 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: Fri, 20 Jun 2014 21:50:03 -0000 Hi, This is status report #4 for GSoC project named "Implementation of evdev protocol and touchscreens support". First, sorry for being late this time. Next status report will arrive on time. Done in last week: * Started working on uinput driver (should get something working at end of this week) * Added real EVIOCGID reporting - currently true for PCI and USB devices * Added repeating support with two repeating modes: DRIVER_REPEAT (driver itself manages key repeat) and EVDEV_REPEAT (evdev layer does that. For now, only former is supported. * Added support for injecting events back to the evdev device (used only for EV_REP though) Needs to be done: * Get that "inside strength" to start looking at atkbd/atkbdc code and inject evdev reporting somewhere there * Same for psm(4), but that should be straightforward * Start working on multitouch suppoprt Jakub