On Sun, 2010-11-28 at 00:07 -0800, Dmitry Torokhov wrote: > On Fri, Nov 26, 2010 at 07:10:57PM -0200, Thadeu Lima de Souza Cascardo wrote: > > Hello, > > > > I have a notebook with an ACPI system that notifies about the pressing > > of the key for blocking touchpad. However, it does not notify it by > > itself. I was considering sending the event to userspace and let it does > > the blocking. > > > > Since other keys are also notified by this same ACPI object, it's even > > more natural that I use an input device to send this to userspace. > > > > The problem is: there seems to be no event to represent this. Any > > suggestions? > > > > I have the patch below from Bastien that I will be queueing shortly. Note that KEY_TOUCHPAD_{ON,OFF} are for when: 1) Your touchpad disables in hardware 2) You can know for certain the status of the device You'll need to use KEY_TOUCHPAD_TOGGLE in your patch (and make changes to udev's keyboard remap scripts to map KEY_TOUCHPAD_TOGGLE to F21 until X can get access to those keycodes. Cheers -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html