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 > 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 > closed an rmmod finally returns. > > The same thing happens with usbhid.ko and an ordinary USB mouse, if I hold > the evdev device open with less. driver_unregister in function > usb_deregister does not return, although the disconnect function in the > usb device driver already returned. >
Hi, I think it is a problem with USB because I can rmmod psmouse while using Synaptics (PS/2 flavor) in X without any problems (except for loosing the mouse of course. That means that input core can handle such removal. -- Dmitry ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
