From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Swetland Subject: keypad driver not working for me on 730 (latest git tree) Date: Sat, 3 Dec 2005 01:02:20 -0800 Message-ID: <20051203090220.GA9078@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org The keypad driver's init() is called, but probe() is never called. Any suggestions as to something that might have changed that causes the driver to not probe? platform_driver_register, in init, is not returning an error. Brian