* Patching 2.6.24
@ 2009-01-15 7:30 Krishnan R
2009-01-16 1:39 ` 卞磊
2009-01-18 15:20 ` Marcel Holtmann
0 siblings, 2 replies; 6+ messages in thread
From: Krishnan R @ 2009-01-15 7:30 UTC (permalink / raw)
To: linux-bluetooth
Hi,
Is it possible to pull in just the Bluetooth changes in kernel 2.6.27 to 2.6.24? Does it have any other dependencies? I am trying to use 2.6.24 with BlueZ 4.17.
Kindly let me know.
Regards
Krishnan
--
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching 2.6.24
2009-01-15 7:30 Patching 2.6.24 Krishnan R
@ 2009-01-16 1:39 ` 卞磊
2009-01-18 15:22 ` Marcel Holtmann
2009-01-18 15:20 ` Marcel Holtmann
1 sibling, 1 reply; 6+ messages in thread
From: 卞磊 @ 2009-01-16 1:39 UTC (permalink / raw)
To: linux-bluetooth
Hi Krishnan,
I meet a similar problem. Last time i try to porting bluetooth in
2.6.27 to 2.6.18 (my EVB's kernel version), and found some kernel API
has been changed. So, i think it will take some time, then i suspend
this try.
By the way, there's only the bluetooth patch for lastest kernel in
the BlueZ website. How can i download the old patches?
Regards
LeiBian
2009/1/15 Krishnan R <r_krish@email.com>:
> Hi,
>
> Is it possible to pull in just the Bluetooth changes in kernel 2.6.27 to 2.6.24? Does it have any other dependencies? I am trying to use 2.6.24 with BlueZ 4.17.
>
> Kindly let me know.
>
> Regards
> Krishnan
>
>
> --
> Be Yourself @ mail.com!
> Choose From 200+ Email Addresses
> Get a Free Account at www.mail.com
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching 2.6.24
2009-01-15 7:30 Patching 2.6.24 Krishnan R
2009-01-16 1:39 ` 卞磊
@ 2009-01-18 15:20 ` Marcel Holtmann
2009-01-20 13:25 ` sreevani medhahal
1 sibling, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2009-01-18 15:20 UTC (permalink / raw)
To: Krishnan R; +Cc: linux-bluetooth
Hi Krishnan,
> Is it possible to pull in just the Bluetooth changes in kernel 2.6.27 to 2.6.24? Does it have any other dependencies? I am trying to use 2.6.24 with BlueZ 4.17.
I have 2.6.24 down as release in January 2008. In Linus years this is an
ancient kernel. Please just try to forward port any patches you have
with 2.6.24 to 2.6.28 and use just a recent kernel. In the long-term
this is the only way to keep you sane. Backporting changes to older
kernels are always tricky. Sure it can be done, but nobody with a sane
mind is doing it for free.
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching 2.6.24
2009-01-16 1:39 ` 卞磊
@ 2009-01-18 15:22 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2009-01-18 15:22 UTC (permalink / raw)
To: 卞磊; +Cc: linux-bluetooth
Hi,
> I meet a similar problem. Last time i try to porting bluetooth in
> 2.6.27 to 2.6.18 (my EVB's kernel version), and found some kernel API
> has been changed. So, i think it will take some time, then i suspend
> this try.
that kernel is 2,5 years old. Come on guys, seriously, upgrade your
kernels.
> By the way, there's only the bluetooth patch for lastest kernel in
> the BlueZ website. How can i download the old patches?
I am not updating these any more. It is a fruitless job and nobody
thanks nor pays enough money for it.
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching 2.6.24
2009-01-18 15:20 ` Marcel Holtmann
@ 2009-01-20 13:25 ` sreevani medhahal
2009-01-20 15:23 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: sreevani medhahal @ 2009-01-20 13:25 UTC (permalink / raw)
To: linux-bluetooth; +Cc: marcel
Hi Marcel,
On Sun, Jan 18, 2009 at 8:50 PM, Marcel Holtmann <marcel@holtmann.org> wrote:
>> Hi Krishnan,
>>
>>> Is it possible to pull in just the Bluetooth changes in kernel 2.6.27 to 2.6.24? Does it have any other dependencies? I am trying to use 2.6.24 with BlueZ 4.17.
>
>> I have 2.6.24 down as release in January 2008. In Linus years this is an
>>ancient kernel. Please just try to forward port any patches you have
>> with 2.6.24 to 2.6.28 and use just a recent kernel. In the long-term
>> this is the only way to keep you sane. Backporting changes to older
>> kernels are always tricky. Sure it can be done, but nobody with a sane
>> mind is doing it for free.
after attempting to patching the 2.6.27 bluetooth changes on to
2.6.24[ie., drivers/bluetooth & net/bluetooth] & used the latest BlueZ
. Tested the same with headsets for music & voice(worked fine),but the
HID device didnt not work. We need to work with bluetooth on 2.6.24 as
there is a dependancy on the others drivers present in kernel 2.6.24.
For HID over Bluetooth to work does it have a dependancy on other
kernel drivers/modules(apart from drivers/bluetooth & net/bluetooth
modules). Any clues in this regard will be helpful.
Thanks & Regards,
Sreevani M
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching 2.6.24
2009-01-20 13:25 ` sreevani medhahal
@ 2009-01-20 15:23 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2009-01-20 15:23 UTC (permalink / raw)
To: sreevani medhahal; +Cc: linux-bluetooth
Hi Sreevani,
>>>> Is it possible to pull in just the Bluetooth changes in kernel
>>>> 2.6.27 to 2.6.24? Does it have any other dependencies? I am
>>>> trying to use 2.6.24 with BlueZ 4.17.
>>
>>> I have 2.6.24 down as release in January 2008. In Linus years this
>>> is an
>>> ancient kernel. Please just try to forward port any patches you have
>>> with 2.6.24 to 2.6.28 and use just a recent kernel. In the long-term
>>> this is the only way to keep you sane. Backporting changes to older
>>> kernels are always tricky. Sure it can be done, but nobody with a
>>> sane
>>> mind is doing it for free.
>
> after attempting to patching the 2.6.27 bluetooth changes on to
> 2.6.24[ie., drivers/bluetooth & net/bluetooth] & used the latest BlueZ
> . Tested the same with headsets for music & voice(worked fine),but the
> HID device didnt not work. We need to work with bluetooth on 2.6.24 as
> there is a dependancy on the others drivers present in kernel 2.6.24.
> For HID over Bluetooth to work does it have a dependancy on other
> kernel drivers/modules(apart from drivers/bluetooth & net/bluetooth
> modules). Any clues in this regard will be helpful.
let me be just quite blunt here. The assumption that you have to stay
with 2.6.24 is something you put yourself onto. In many cases it is as
simple to forward other drivers than insisting on backporting changes.
If you blindly copy the directories over you will end up in trouble.
It might work, but in many cases it will not since the subystems
Bluetooth depends on changed quite a bit during the last two years.
For HID, we have introduced a full blown HID subsystem and HID bus
during the time and Bluetooth depends on it. No idea why it doesn't
work, but as I said, backports are painful and introduce the same
risks of breaking things than moving forward with a more recent kernel.
Nobody says you should use bleeding edge 2.6.28, but at least one
kernel where the -stable maintainers still bother to update it.
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-01-20 15:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 7:30 Patching 2.6.24 Krishnan R
2009-01-16 1:39 ` 卞磊
2009-01-18 15:22 ` Marcel Holtmann
2009-01-18 15:20 ` Marcel Holtmann
2009-01-20 13:25 ` sreevani medhahal
2009-01-20 15:23 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox