re: re: Re: how to develop driver for cy7c68013(fx2 lp)?

2009-09-22 Thread liu . yaojin
hi Patrick: the data stream is multiplex with h264 and acc-plus. we have ourself SDK to demultiplex it. i use my device in this way: 1、search for valid channel(read/write through ep0) 2、read stream continuously(read through ep6(out) ) -> demultiplex ->display. so,i think the important way is ho

re: Re: how to develop driver for cy7c68013(fx2 lp)?

2009-09-21 Thread liu . yaojin
hi,Mauro: thanks for replying. i am not sure the dtv api can be used in my project.because cmmb's protocol is different to dmb :( in Windows, we download firmware using windows driver,config fx2 as bulk transfer,and read the TS stream,finally decode it and display. I also read this post: "http:

how to develop driver for cy7c68013(fx2 lp)?

2009-09-21 Thread liu . yaojin
hi,all: i have a cmmb usb card,based on fx2 lp.my kernel version is 2.6.24.7.i already read some source in /driver/usb/misc and /driver/media/dvb/dvb-usb, and still have no idea how to write the driver .could you show me how to do it? maybe i just want to read/write cy7c68013 corrently,and not