From greg at kroah.com Tue Mar 3 22:22:53 2009 From: greg at kroah.com (Greg KH) Date: Tue, 3 Mar 2009 14:22:53 -0800 Subject: Linux drivers written for W2CBW003 & W2SW001 Wifi Modules In-Reply-To: References: Message-ID: <20090303222253.GB24151@kroah.com> On Tue, Mar 03, 2009 at 11:51:37AM -0800, William Lumpkins wrote: > Hello Project Managers, > > We are looking for a volunteer(s), who are interested in helping with > Libertas driver support of two of our Wi-Fi devices. Great, we would love to help out. > The W2CBW003 has a Marvel 8686 inside and a CSR BC04 Rom, the W2SW001 > has a Marvel 8686 inside. Gum Stix has already created a driver for the > OMAP 25xx and Bug Labs is working on a driver for the IMX 31. So the drivers are already written? If so, do you have pointers to them? Or are these two new drivers that you need produced? If so, are they variants of the above mentioned drivers and some changes would only need to be made to them? > We would need the simple attached NDA to be signed for further technical > spec. I know that it took Gum Stix a week to write a driver and Bug labs > three weeks, I suppose it depends on the time some can put forth. I am > available as a technical resources as well. I can be reached via Phone > and E-mail. The NDA as you have attached does not allow us to create a Linux kernel driver that would be released under the GPL. The NDA that we have at: http://www.linuxfoundation.org/en/NDA_program is the one that we have used in the past, as it allows us to properly create a driver under the legally required license. Would you need us to sign that? If so, you need to sign one of them as well (it's a 3-party NDA), and I can put you in contact with the correct lawyers at the Linux Foundation to help out with this. thanks, greg k-h From greg at kroah.com Tue Mar 3 23:21:32 2009 From: greg at kroah.com (Greg KH) Date: Tue, 3 Mar 2009 15:21:32 -0800 Subject: DUTV005 USB DVB-T dongle In-Reply-To: <6d562c690901301617y316b9056sa7fa80ac003ca03f@mail.gmail.com> References: <6d562c690901301617y316b9056sa7fa80ac003ca03f@mail.gmail.com> Message-ID: <20090303232132.GA25140@kroah.com> On Sat, Jan 31, 2009 at 01:17:26AM +0100, Jan Grmela wrote: > Hello, > I've bought some cheap DVB-T USB dongle at eBay last month but after > some unsuccessful tries to get it working, I've figured out that > there's no Linux driver for the device available since the chipset is > quite new. There are a lot of other people complaining that they need > to use Windows to watch TV. > > Moosy's got a lot of info, USB dumps and datasheets at > http://sites.google.com/site/moosyresearch/dutv005 > > I'm ready to lend the device to a developer willing to create a Linux > driver for it because it's basically useless for me now. Reverse engineering devices is a pain. I'll not object if anyone wants to do this, but I'm sure not going to work on it, sorry. You might want to post this to the developer list instead. thanks, greg k-h From jayakumar.lkml at gmail.com Tue Mar 3 23:50:31 2009 From: jayakumar.lkml at gmail.com (Jaya Kumar) Date: Wed, 4 Mar 2009 07:50:31 +0800 Subject: Linux drivers written for W2CBW003 & W2SW001 Wifi Modules In-Reply-To: <20090303222253.GB24151@kroah.com> References: <20090303222253.GB24151@kroah.com> Message-ID: <45a44e480903031550t332087b1xd9ce31c15235d25a@mail.gmail.com> On Wed, Mar 4, 2009 at 6:22 AM, Greg KH wrote: > On Tue, Mar 03, 2009 at 11:51:37AM -0800, William Lumpkins wrote: >> The W2CBW003 has a Marvel 8686 inside and a CSR BC04 Rom, the W2SW001 >> has a Marvel 8686 inside. Gum Stix has already created a driver for the >> OMAP 25xx and Bug Labs is working on a driver for the IMX 31. > > So the drivers are already written? ?If so, do you have pointers to > them? Hi Greg, William, I believe the 88W8686, 8388 and 8385 are covered by libertas and are in mainline, drivers/net/wireless/libertas, and work at least when interfaced via host usb (as in olpc-xo-1). I suspect what William needs is either additional platform device drivers (ie: arch/*/mach-*/board-something.c) or libertas interface driver (libertas/if_*) support for their W003 and W001 products when it is used with systems other than OMAP3503 (gumstix overo) and i.MX31 (buglabs's device?). I took a quick look at W003's marketing sheet and it looks like the host interface can be SDIO, GPIO, or SPI , and btw, there's a bluetooth module in there as well with more interface capability (USB, UART, PCM, GPIO, SPI) there too, I assume bluez already supports W003's bluetooth. W001 says just 802.11b/g and is SDIO, SPI, GPIO. I think all three, SDIO, GPIO and SPI may now have associated libertas interface drivers, I see at least if_usb/if_sdio/if_cs in mainline, so probably all that's needed is platform support. I'm quite eager to add WiFi/BT to a couple of my currently tethered devices so I'd be interested in taking this on. Thanks, jaya From mchehab at infradead.org Wed Mar 4 00:10:12 2009 From: mchehab at infradead.org (Mauro Carvalho Chehab) Date: Tue, 3 Mar 2009 21:10:12 -0300 Subject: DUTV005 USB DVB-T dongle In-Reply-To: <20090303232132.GA25140@kroah.com> References: <6d562c690901301617y316b9056sa7fa80ac003ca03f@mail.gmail.com> <20090303232132.GA25140@kroah.com> Message-ID: <20090303211012.2e3039c6@pedra.chehab.org> Hi Jan, On Tue, 3 Mar 2009 15:21:32 -0800 Greg KH wrote: > On Sat, Jan 31, 2009 at 01:17:26AM +0100, Jan Grmela wrote: > > Hello, > > I've bought some cheap DVB-T USB dongle at eBay last month but after > > some unsuccessful tries to get it working, I've figured out that > > there's no Linux driver for the device available since the chipset is > > quite new. There are a lot of other people complaining that they need > > to use Windows to watch TV. > > > > Moosy's got a lot of info, USB dumps and datasheets at > > http://sites.google.com/site/moosyresearch/dutv005 > > > > I'm ready to lend the device to a developer willing to create a Linux > > driver for it because it's basically useless for me now. > > Reverse engineering devices is a pain. I'll not object if anyone wants > to do this, but I'm sure not going to work on it, sorry. > > You might want to post this to the developer list instead. The better is to copy also the linux-media at vger.kernel.org for DVB developments. do you know what chips are inside? Maybe there are someone already working on it. > > thanks, > > greg k-h > _______________________________________________ > prjmgr mailing list > prjmgr at linuxdriverproject.org > http://driverdev.linuxdriverproject.org/mailman/listinfo/prjmgr Cheers, Mauro From grmela+linuxdriver at gmail.com Wed Mar 4 00:28:44 2009 From: grmela+linuxdriver at gmail.com (Jan Grmela) Date: Wed, 4 Mar 2009 01:28:44 +0100 Subject: DUTV005 USB DVB-T dongle In-Reply-To: <20090303211012.2e3039c6@pedra.chehab.org> References: <6d562c690901301617y316b9056sa7fa80ac003ca03f@mail.gmail.com> <20090303232132.GA25140@kroah.com> <20090303211012.2e3039c6@pedra.chehab.org> Message-ID: <6d562c690903031628t759fb640ofefab089a36f95a2@mail.gmail.com> Hello, thanks for your replies. I'm in touch with Antti Palosaari. He has ordered the same dongle from eBay and stated at linux-media mailing list that he wants to write the driver by himself. I don't know how is it going but I'm gonna contact him and let you know if he has made some progress. 2009/3/4, Mauro Carvalho Chehab : > Hi Jan, > > On Tue, 3 Mar 2009 15:21:32 -0800 > Greg KH wrote: > >> On Sat, Jan 31, 2009 at 01:17:26AM +0100, Jan Grmela wrote: >> > Hello, >> > I've bought some cheap DVB-T USB dongle at eBay last month but after >> > some unsuccessful tries to get it working, I've figured out that >> > there's no Linux driver for the device available since the chipset is >> > quite new. There are a lot of other people complaining that they need >> > to use Windows to watch TV. >> > >> > Moosy's got a lot of info, USB dumps and datasheets at >> > http://sites.google.com/site/moosyresearch/dutv005 >> > >> > I'm ready to lend the device to a developer willing to create a Linux >> > driver for it because it's basically useless for me now. >> >> Reverse engineering devices is a pain. I'll not object if anyone wants >> to do this, but I'm sure not going to work on it, sorry. >> >> You might want to post this to the developer list instead. > > The better is to copy also the linux-media at vger.kernel.org for DVB > developments. do you know what chips are inside? Maybe there are someone > already working on it. > >> >> thanks, >> >> greg k-h >> _______________________________________________ >> prjmgr mailing list >> prjmgr at linuxdriverproject.org >> http://driverdev.linuxdriverproject.org/mailman/listinfo/prjmgr > > > > > Cheers, > Mauro > -- S pozdravem Jan Grmela Tvor -- tajemstvi dobre chuti From mchehab at infradead.org Wed Mar 4 00:35:47 2009 From: mchehab at infradead.org (Mauro Carvalho Chehab) Date: Tue, 3 Mar 2009 21:35:47 -0300 Subject: DUTV005 USB DVB-T dongle In-Reply-To: <6d562c690903031628t759fb640ofefab089a36f95a2@mail.gmail.com> References: <6d562c690901301617y316b9056sa7fa80ac003ca03f@mail.gmail.com> <20090303232132.GA25140@kroah.com> <20090303211012.2e3039c6@pedra.chehab.org> <6d562c690903031628t759fb640ofefab089a36f95a2@mail.gmail.com> Message-ID: <20090303213547.7ca8f8d1@pedra.chehab.org> On Wed, 4 Mar 2009 01:28:44 +0100 Jan Grmela wrote: > Hello, thanks for your replies. I'm in touch with Antti Palosaari. He > has ordered the same dongle from eBay and stated at linux-media > mailing list that he wants to write the driver by himself. > > I don't know how is it going but I'm gonna contact him and let you > know if he has made some progress. Great! Antti has lots of experience with those DVB USB dongles. > > > 2009/3/4, Mauro Carvalho Chehab : > > Hi Jan, > > > > On Tue, 3 Mar 2009 15:21:32 -0800 > > Greg KH wrote: > > > >> On Sat, Jan 31, 2009 at 01:17:26AM +0100, Jan Grmela wrote: > >> > Hello, > >> > I've bought some cheap DVB-T USB dongle at eBay last month but after > >> > some unsuccessful tries to get it working, I've figured out that > >> > there's no Linux driver for the device available since the chipset is > >> > quite new. There are a lot of other people complaining that they need > >> > to use Windows to watch TV. > >> > > >> > Moosy's got a lot of info, USB dumps and datasheets at > >> > http://sites.google.com/site/moosyresearch/dutv005 > >> > > >> > I'm ready to lend the device to a developer willing to create a Linux > >> > driver for it because it's basically useless for me now. > >> > >> Reverse engineering devices is a pain. I'll not object if anyone wants > >> to do this, but I'm sure not going to work on it, sorry. > >> > >> You might want to post this to the developer list instead. > > > > The better is to copy also the linux-media at vger.kernel.org for DVB > > developments. do you know what chips are inside? Maybe there are someone > > already working on it. > > > >> > >> thanks, > >> > >> greg k-h > >> _______________________________________________ > >> prjmgr mailing list > >> prjmgr at linuxdriverproject.org > >> http://driverdev.linuxdriverproject.org/mailman/listinfo/prjmgr > > > > > > > > > > Cheers, > > Mauro > > > > Cheers, Mauro From w3nlb at amsat.org Wed Mar 4 12:24:52 2009 From: w3nlb at amsat.org (w3nlb at amsat.org) Date: Wed, 04 Mar 2009 07:24:52 -0500 Subject: DUTV005 USB DVB-T dongle In-Reply-To: <20090303232132.GA25140@kroah.com> References: <6d562c690901301617y316b9056sa7fa80ac003ca03f@mail.gmail.com>, <20090303232132.GA25140@kroah.com> Message-ID: <49AE2CC4.22291.93B86@w3nlb.amsat.org> The main problem with reverse engineering is error detection and recovery. It's pretty easy to determine how a device works under ordinary circumstances. But how does it report error conditions and recover from same? In most cases you can't determine that independently. Leigh > On Sat, Jan 31, 2009 at 01:17:26AM +0100, Jan Grmela wrote: > > Hello, > > I've bought some cheap DVB-T USB dongle at eBay last month but after > > some unsuccessful tries to get it working, I've figured out that > > there's no Linux driver for the device available since the chipset is > > quite new. There are a lot of other people complaining that they need > > to use Windows to watch TV. > > > > Moosy's got a lot of info, USB dumps and datasheets at > > http://sites.google.com/site/moosyresearch/dutv005 > > > > I'm ready to lend the device to a developer willing to create a Linux > > driver for it because it's basically useless for me now. > > Reverse engineering devices is a pain. I'll not object if anyone wants > to do this, but I'm sure not going to work on it, sorry. > > You might want to post this to the developer list instead. > > thanks, > > greg k-h > _______________________________________________ > prjmgr mailing list > prjmgr at linuxdriverproject.org > http://driverdev.linuxdriverproject.org/mailman/listinfo/prjmgr From grmela+linuxdriver at gmail.com Thu Mar 5 23:31:29 2009 From: grmela+linuxdriver at gmail.com (Jan Grmela) Date: Fri, 6 Mar 2009 00:31:29 +0100 Subject: DUTV005 USB DVB-T dongle In-Reply-To: <49AE2CC4.22291.93B86@w3nlb.amsat.org> References: <6d562c690901301617y316b9056sa7fa80ac003ca03f@mail.gmail.com> <20090303232132.GA25140@kroah.com> <49AE2CC4.22291.93B86@w3nlb.amsat.org> Message-ID: <6d562c690903051531s32a27f29v9d5c3f234977ca6a@mail.gmail.com> I've got a great news -- Antti has released a driver in his linuxtv tree at http://linuxtv.org/hg/~anttip/ce6230/ about a week ago! I've done some quick testing and nearly everything seems to work great. The only issue I've currently found is that the dvbscan gives "Unable to query frontend status" error, I'm in touch with Antii hoping to solve this. 2009/3/4 : > The main problem with reverse engineering is error detection and > recovery. > > It's pretty easy to determine how a device works under ordinary > circumstances. ?But how does it report error conditions and recover > from same? ?In most cases you can't determine that independently. > > Leigh > > >> On Sat, Jan 31, 2009 at 01:17:26AM +0100, Jan Grmela wrote: >> > Hello, >> > I've bought some cheap DVB-T USB dongle at eBay last month but after >> > some unsuccessful tries to get it working, I've figured out that >> > there's no Linux driver for the device available since the chipset is >> > quite new. There are a lot of other people complaining that they need >> > to use Windows to watch TV. >> > >> > Moosy's got a lot of info, USB dumps and datasheets at >> > http://sites.google.com/site/moosyresearch/dutv005 >> > >> > I'm ready to lend the device to a developer willing to create a Linux >> > driver for it because it's basically useless for me now. >> >> Reverse engineering devices is a pain. ?I'll not object if anyone wants >> to do this, but I'm sure not going to work on it, sorry. >> >> You might want to post this to the developer list instead. >> >> thanks, >> >> greg k-h >> _______________________________________________ >> prjmgr mailing list >> prjmgr at linuxdriverproject.org >> http://driverdev.linuxdriverproject.org/mailman/listinfo/prjmgr > > > -- S pozdravem Jan Grmela Tvor -- tajemstvi dobre chuti From leon.woestenberg at gmail.com Wed Mar 11 18:04:36 2009 From: leon.woestenberg at gmail.com (Leon Woestenberg) Date: Wed, 11 Mar 2009 19:04:36 +0100 Subject: getting drivers out of staging into the maintree? Message-ID: Greg, what is the way of getting drivers out of staging into the maintree? staging/altpciechdma - Altera PCIe Chaining DMA reference driver. I have gotten some positive feedback on others now using it: http://www.alteraforum.com/forum/showpost.php?p=19697&postcount=5 I would like to finish the effort while I get entangled in other projects. Regards, -- Leon From greg at kroah.com Wed Mar 11 18:15:52 2009 From: greg at kroah.com (Greg KH) Date: Wed, 11 Mar 2009 11:15:52 -0700 Subject: getting drivers out of staging into the maintree? In-Reply-To: References: Message-ID: <20090311181552.GA30250@kroah.com> On Wed, Mar 11, 2009 at 07:04:36PM +0100, Leon Woestenberg wrote: > Greg, > > > what is the way of getting drivers out of staging into the maintree? > > staging/altpciechdma - Altera PCIe Chaining DMA reference driver. > > I have gotten some positive feedback on others now using it: > http://www.alteraforum.com/forum/showpost.php?p=19697&postcount=5 > > I would like to finish the effort while I get entangled in other projects. If you think it's ready to move into the "real" portion of the tree, just let me know. I'll review it and see if it has any problems that I can see. If not, I'll submit it for a move and see what happens. thanks, greg k-h From greg at kroah.com Wed Mar 11 18:18:11 2009 From: greg at kroah.com (Greg KH) Date: Wed, 11 Mar 2009 11:18:11 -0700 Subject: getting drivers out of staging into the maintree? In-Reply-To: <20090311181552.GA30250@kroah.com> References: <20090311181552.GA30250@kroah.com> Message-ID: <20090311181811.GA6705@kroah.com> On Wed, Mar 11, 2009 at 11:15:52AM -0700, Greg KH wrote: > On Wed, Mar 11, 2009 at 07:04:36PM +0100, Leon Woestenberg wrote: > > Greg, > > > > > > what is the way of getting drivers out of staging into the maintree? > > > > staging/altpciechdma - Altera PCIe Chaining DMA reference driver. > > > > I have gotten some positive feedback on others now using it: > > http://www.alteraforum.com/forum/showpost.php?p=19697&postcount=5 > > > > I would like to finish the effort while I get entangled in other projects. > > If you think it's ready to move into the "real" portion of the tree, > just let me know. I'll review it and see if it has any problems that I > can see. If not, I'll submit it for a move and see what happens. Oh, first, you might want to resolve all of the TODO items in the driver, those need to be handled at the least, right? thanks, greg k-h