[linux-usb-devel] Re: rmmod hangs if evdev is hold open

2005-02-12 Thread Jan Steinhoff
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

[linux-usb-devel] Re: rmmod hangs if evdev is hold open

2004-09-26 Thread Jan Steinhoff
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

Re: [linux-usb-devel] EIZO monitor control

2004-09-24 Thread Jan Steinhoff
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

[linux-usb-devel] EIZO monitor control

2004-09-23 Thread Jan Steinhoff
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

[linux-usb-devel] rmmod hangs if evdev is hold open

2004-09-23 Thread Jan Steinhoff
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

[linux-usb-devel] driver for synaptics cpad

2004-05-11 Thread Jan Steinhoff
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