From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan Schweizer" Subject: Re: suspend Date: Fri, 4 Apr 2008 00:06:48 +0200 Message-ID: References: <200804032242.36493.oliver@neukum.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from rv-out-0910.google.com ([209.85.198.186]:60460 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbYDCWGs (ORCPT ); Thu, 3 Apr 2008 18:06:48 -0400 Received: by rv-out-0910.google.com with SMTP id k20so1852773rvb.1 for ; Thu, 03 Apr 2008 15:06:48 -0700 (PDT) In-Reply-To: Content-Disposition: inline Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Alan Stern Cc: Oliver Neukum , linux-usb@vger.kernel.org, linux-input@vger.kernel.org Hi, the problem was that I did not identify the correct /sys entry. Anyways with for i in $(find /sys -name persist); do echo 1 > '$i'; done it works perfectly :-) Thank you very much! Finally working touchpad after resume :-) Best regards, Stefan