* struct tty_flip_buffer replacement in newer kernels
@ 2012-05-22 12:17 Dmitriy Alekseev
[not found] ` <4FBB8742.7050504@fastmail.fm>
0 siblings, 1 reply; 2+ messages in thread
From: Dmitriy Alekseev @ 2012-05-22 12:17 UTC (permalink / raw)
To: linux-kernel
Hello
I'm newbie, working under existed serial driver, adapting it for 2.6.32.
During the compilation I have had several problems, which I
succesfully solved except this one:
error: 'struct tty_struct' has no member named 'flip'
In particular, cound you advice correct replacement of "tty->flip.count"
Thanks
--
Best Regards,
Dmitriy Alekseev
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: struct tty_flip_buffer replacement in newer kernels
[not found] ` <20120522151033.33ef577a@pyramind.ukuu.org.uk>
@ 2012-05-22 14:44 ` Jack Stone
0 siblings, 0 replies; 2+ messages in thread
From: Jack Stone @ 2012-05-22 14:44 UTC (permalink / raw)
To: Alan Cox; +Cc: gregkh, alan, linux-serial, Linux Kernel, deathonfuneral
[Re-adding original poster an LKML after I accidentally dropped them.
Sorry about that]
On 05/22/2012 03:10 PM, Alan Cox wrote:
>> I'm newbie, working under existed serial driver, adapting it for 2.6.32.
>> During the compilation I have had several problems, which I
>> succesfully solved except this one:
>> error: 'struct tty_struct' has no member named 'flip'
>> In particular, cound you advice correct replacement of "tty->flip.count"
>
> Your driver shouldn't be looking in those areas. There isn't a correct
> replacement. You will need to update it to use the flip buffers properly
> not poke its nose in places it shouldn't have.
>
> Perhaps the best thing would be to post a link to the driver ?
>
> Alan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-22 14:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-22 12:17 struct tty_flip_buffer replacement in newer kernels Dmitriy Alekseev
[not found] ` <4FBB8742.7050504@fastmail.fm>
[not found] ` <20120522151033.33ef577a@pyramind.ukuu.org.uk>
2012-05-22 14:44 ` Jack Stone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome