Luis R. Rodriguez wrote: > On Fri, May 28, 2010 at 3:40 AM, Martin Vogt > <martin.vogt@xxxxxxxxxxxxxxxxxx> wrote: >> Marcel Holtmann wrote: >>> Hi Martin, >>> >>> so first of all, this is the wrong mailing list. You should be using >>> linux-bluetooth@xxxxxxxxxxxxxxxx >> Oh, ok. >>> >> Just a small update: It works now, the btusb driver >> from the compat-wireless module didnt load with symbol >> problems. >> (I use a Suse 2.6.27 vendor kernel which already is a bit 2.6.28+ >> compat-wireless-2.6.34) >> >> I placed some #if 0 #endif combinations in compat-2.6.28.c >> ==>now it works. > > Was this a Suse distribution problem? If so can you elaborate? > I thought that bluetooth would not work an the T410, but now Im not sure anymore, if it would have worked directly with 2.6.27.suse. (At least the KDE 3.5 bluetooth applet was "grey" (and is still grey), the KDE 4.x kbluetooth app works now, but maybe this would have worked before too...--dont know--) So I cannot say if it wouldnt have worked out of the box because I directly upgrade to compat-wireless 2.6.34. regards, Martin This was the patch required for the vendor SUSE kernel. --- compat/compat-2.6.28.c.org 2010-05-27 15:41:41.000000000 +0200 +++ compat/compat-2.6.28.c 2010-05-27 15:57:33.000000000 +0200 @@ -307,6 +307,7 @@ } EXPORT_SYMBOL_GPL(pci_ioremap_bar); +#if 0 static unsigned long round_jiffies_common(unsigned long j, int cpu, bool force_up) { @@ -369,5 +370,5 @@ skb->truesize += size; } EXPORT_SYMBOL(skb_add_rx_frag); - +#endif /* vogt */ #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28) */ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html