--- hal-0.5.11/debian/changelog +++ hal-0.5.11/debian/changelog @@ -1,3 +1,11 @@ +hal (0.5.11-4ubuntu4) intrepid; urgency=low + + * 100_dell_killswitch.patch: don't disable the hardware switch + for bluetooth radio on Dell laptops with the killswitch interface, + only toggle software radio options. (LP: #288294) + + -- Mario Limonciello Thu, 23 Oct 2008 14:03:54 -0500 + hal (0.5.11-4ubuntu3) intrepid; urgency=low * 99_new-kernel-rfkill-interface.patch: use only in patch2: unchanged: --- hal-0.5.11.orig/debian/patches/100_dell_killswitch.patch +++ hal-0.5.11/debian/patches/100_dell_killswitch.patch @@ -0,0 +1,19 @@ +--- tools/linux/hal-system-killswitch-set-power-linux.old 2008-10-23 12:56:48.000000000 -0500 ++++ tools/linux/hal-system-killswitch-set-power-linux 2008-10-23 12:57:01.000000000 -0500 +@@ -25,14 +25,12 @@ + exit 0 + elif [ "$HAL_PROP_KILLSWITCH_ACCESS_METHOD" = "dell" ]; then + if [ -x "$DELL_WCTL" ]; then +- # As a side effect we disable the physical kill switch +- + # TODO: write our own binary that links with libsmbios? + if [ "$value" = "true" ]; then +- $DELL_WCTL --sw_bt 0 --bt 1 ++ $DELL_WCTL --bt 1 + ret=$? + else +- $DELL_WCTL --sw_bt 0 --bt 0 ++ $DELL_WCTL --bt 0 + ret=$? + fi + if [ "$ret" != "0" ]; then