On Fri, 11 Feb 2005 22:51:52 +0100, Vojtech Pavlik wrote:
> On Thu, Sep 23, 2004 at 09:19:11PM +0200, Jan Steinhoff wrote:
> > Hi,
> >
> > I'm working on a kernel 2.6 driver for Synaptics cPad. With kernel >= 2.6.7
> > 'rmmod cpad' hangs if
On Fri, 24 Sep 2004 00:09:23 -0500, Dmitry Torokhov wrote:
> Jan Steinhoff wrote:
>
> > Hi,
> >
> > I'm working on a kernel 2.6 driver for Synaptics cPad. With kernel >=
> > 2.6.7 'rmmod cpad' hangs if called from xterm. This is because Synaptics
On Thu, 23 Sep 2004 23:01:44 +0200, Marcel Holtmann wrote:
> Hi Jan,
>
> > I want to make a control program for an EIZO FlexScan T965 CRT monitor. The
> > monitor keys are reported to hiddev. Setting brightness, contrast etc is done
> > with control messages. I have attached a libusb program that
for this or another monitor
already? I have only found tools for USV.
Thanks,
Jan
/*
* EIZO FlexScan T965 USB Monitor Control
*
* based on set_led (see http://www.linuxjournal.com/article.php?sid=7466)
* Copyright (C) 2004 Greg Kroah-Hartman ([EMAIL PROTECTED])
*
* Copyright (c) 2004 Jan
Hi,
I'm working on a kernel 2.6 driver for Synaptics cPad. With kernel >= 2.6.7
'rmmod cpad' hangs if called from xterm. This is because Synaptics
TouchPad driver for XFree86 holds the evdev device of the cPad open, even
if read errors like ENODEV occur. When switching to console the device is
clo
Hi,
I've rewritten the synaptics cpad (a touchpad with display) driver from
http://www.janerob.com/rob/ts5100/cPad/index.shtml for kernel 2.6
It is currently available at:
http://www.personal.uni-jena.de/~p1stja/linux/cpad.html
Jan
---
This S