From: <z7...@us...> - 2007-05-16 12:59:32
|
Revision: 977 http://svn.sourceforge.net/hackndev/?rev=977&view=rev Author: z72ka Date: 2007-05-16 05:59:27 -0700 (Wed, 16 May 2007) Log Message: ----------- PalmTX: Added missing init of bt device.. sorry Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx.c Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx.c =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx.c 2007-05-16 12:50:16 UTC (rev 976) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx.c 2007-05-16 12:59:27 UTC (rev 977) @@ -349,6 +349,7 @@ &palmtx_ac97, &palmtx_pm, &palmtx_backlight, + &bcm2035_bt, }; /*************** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |