From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lobo.ruivo.org (lobo.ruivo.org [66.92.68.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "lobo.ruivo.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 96196DDE1B for ; Tue, 17 Jul 2007 06:54:22 +1000 (EST) Date: Mon, 16 Jul 2007 16:53:14 -0400 From: Aristeu Rozanski To: linuxppc-dev@ozlabs.org Subject: [PATCH 0/2] adb: make sysrq key configurable at runtime Message-ID: <20070716205314.GB30232@cathedrallabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , These two patches make possible to configure the sysrq key on ADB based machines where the default sysrq key (0x69) is not present. The first patch creates a class device for each handled device. The second one adds an attribute to ADB keyboards that makes possible to configure the sysrq key for each keyboard. -- Aristeu