Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261218AbVDDGOH (ORCPT ); Mon, 4 Apr 2005 02:14:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261557AbVDDGOH (ORCPT ); Mon, 4 Apr 2005 02:14:07 -0400 Received: from smtp812.mail.sc5.yahoo.com ([66.163.170.82]:41308 "HELO smtp812.mail.sc5.yahoo.com") by vger.kernel.org with SMTP id S261218AbVDDGOC (ORCPT ); Mon, 4 Apr 2005 02:14:02 -0400 From: Dmitry Torokhov To: Vojtech Pavlik , LKML , InputML , Andrew Morton Subject: [PATCH 0/4] Input patches for 2.6.12 Date: Mon, 4 Apr 2005 01:10:12 -0500 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504040110.13315.dtor_core@ameritech.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1613 Lines: 42 Hi Vojtech, I have some patches that I would like to get in before 2.6.12 is out: 01-serio-resume-fix.patch - do not attempt to disconnect port in resume handler if reconect failed - let kseriod handle it. This fixes problem with swsusp resuming devices before writing the image. If reconnect fails at this point serio core will try to disconnect port and unregister associated input device invoking hotplug which will block since the system is half-frozen. 02-alps-reconnect-fix.patch - apparently ALPS needs a reset before it starts responding with proper IDs to the E6/E7 queries. 03-serport-oops-fix.patch - serport should not call serio_interrupt or serio_write_wakeup on unregistered port (happens if you move mouse aroung while shutting down the system), also dynamic serio allocation needed to be reworked to awoid memory leaks in case serport was never used. 04-serio-id-attribute-group.patch - move serio port's 'id' attributes into separate subdirectory using attribute group: ..devices/serioX/id_type -> ..devices/serioX/id/type ..devices/serioX/id_proto -> ..devices/serioX/id/proto ID attributes were never part of a released kernel so if we were to do the change now would be the time. I have confirmation reports for patches 1-3. Please let me know what you think. Thanks! -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/