lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ed7dcf450809230142l62bb00aapb92e6cb225f0cbba@mail.gmail.com>
Date:	Tue, 23 Sep 2008 10:42:56 +0200
From:	"Søren Hauberg" <hauberg@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] usbtouchscreen, 2.6.25

Hi,
  Currently, the 'usbtouchscreen' module sends raw data from the
touchscreen directly to the user. However, in general, touchscreens
need to be calibrated, and the raw data needs to be transformed
according to the calibration, before the data can be used as an input
device. Currently, some special purpose drivers exists for this in X,
but the situation is a bit messy. I propose to add support for
calibration parameters in the kernel. That way, we can also get usable
touchscreens without X, without having to write special purpose
drivers to handle the data from the touchscreen. The attached patch
adds support for this. A module parameter (transform_xy)
enables/disables this behavior, so the patch is not very intrusive,
and should cause issues to current users.

Comments would be appricated,
Søren

P.S. I'm not subscribed to the list so please keep me in the CC.

View attachment "usbtouchscreen.patch" of type "text/x-patch" (3390 bytes)

Download attachment "README" of type "application/octet-stream" (96 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ