Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-29 Thread Nemosoft Unv.
Hi, On 26-Apr-01 Mark McClelland wrote: > "Nemosoft Unv." wrote: > >> No problem... But Im still deciding whats the best strategy. Ive tried >> two approaches: >> >> * distribute a .o file with the code which requires a small patch to the >> Makefile, so that it gets linked in (the current met

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-26 Thread johan verrept
Brad Hards wrote: > The other drivers that should be pushed to Linus pretty soon: > * Philips webcam driver (maybe EXPERIMENTAL, for any bugs that show up on > other architectures, if this hasn't been verified, say on a big endian machine > and/or a 64 bit machine). > * The Alcatel ADSL driver (

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-26 Thread Mark McClelland
"Nemosoft Unv." wrote: > No problem... But I´m still deciding what´s the best strategy. I´ve tried two > approaches: > > * distribute a .o file with the code which requires a small patch to the > Makefile, so that it gets linked in (the current method) The advantage to that approach is that us

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-23 Thread Miles Lane
Johannes, If you'd send a note when either one of Alan or Linus' kernels contains all your recent patches telling folks whove experienced problems using drivers with uhci, that'd enable us to get a quick sanity check of where we stand. Thanks, Miles On Mon, 23 Apr 2001, Johannes Erdfel

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-23 Thread Johannes Erdfelt
On Mon, Apr 23, 2001, Nemosoft Unv. <[EMAIL PROTECTED]> wrote: > Hi, > > On 22-Apr-01 Jeroen Vreeken wrote: > > On 2001.04.22 20:57:42 +0200 Alan Cox wrote: > >> > I have no problems with keeping it as an add-on, like Jeroen Vreekens > >> SE401 > >> > driver, or other such drivers. > >> > >> Goo

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-23 Thread Alan Cox
> user level programs are legal (although linking proprietary programs > against glibc's libio package can only be done only with "a gnu > compiler" according to the libio copying conditions). This was fixed a while ago. It had to be fixed otherwise the Linux Project would have been required to d

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Dmitri
Quoting Miles Lane <[EMAIL PROTECTED]>: > On Sun, 22 Apr 2001, Dmitri wrote: > > > > > Updates to ibmcam are in CVS at SF. New driver supports two more > > cameras (thus covering all IBM/Xirlink products that I know of), > > moves processing into user context and is overall cleaner. > > It is

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Miles Lane
On Sun, 22 Apr 2001, Dmitri wrote: > Updates to ibmcam are in CVS at SF. New driver supports two more > cameras (thus covering all IBM/Xirlink products that I know of), > moves processing into user context and is overall cleaner. > It is a "minidriver" that plugs into usbvideo library (module),

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Adam J. Richter
I am not a lawyer, so please don't rely on this as legal advice. "Nemosoft" wrote, about his Philips web module: >The source part is placed under the GPL; Great! Thanks for writing it! >AFAIK, it is allowed to link in >binary stuff into the Linux kernel as an exception by Linus

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Nemosoft Unv.
Hi, On 22-Apr-01 Adam J. Richter wrote: > So far, I have been unable to reach http://www.smcc.demon.nl/webcam/, > and I see a name of the person to contact about the driver, That would be me :-) Anyway, can you send me a traceroute (private, not on the list)? A few months ago some router

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Dmitri
Quoting Nemosoft Unv. <[EMAIL PROTECTED]>: > > I am still looking into some uhci related problems, other than that I > > think I will have a nice patch for the kernel tree soon :) > > If you refer to the fact that the usb-uchi.o driver works, but uhci.o > doesn?t... It seems like ISOC transfers

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Nemosoft Unv.
Greetings, On 22-Apr-01 Alan Cox wrote: >> Question is... do you want it? Considering it still has a binary part, >> though completely optional... The driver is certainly production ready, >> its > > The binary part would simply get forgotten. Leave a comment so that people > know where to get t

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Nemosoft Unv.
Hi, On 22-Apr-01 Jeroen Vreeken wrote: > On 2001.04.22 20:57:42 +0200 Alan Cox wrote: >> > I have no problems with keeping it as an add-on, like Jeroen Vreekens >> SE401 >> > driver, or other such drivers. >> >> Good, solid, drivers belong in the kernel in general. > > I am still looking into s

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Dmitri
Quoting Brad Hards <[EMAIL PROTECTED]>: > Alan Cox wrote: > > > This brings me up to a general note. There is a lot of USB stuff in -ac that > > is different (hopefully better) than Linus tree. Im reluctant to submit that > > on myself and it would be good after 2.4.4 to work out which bits are

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Oliver Neukum
> * HP5300C (EXPERIMENTAL) Please not this one. It lacks all improvements done to the mother driver for about half a year. I'll get the hardware within two weeks. As the original author has vanished, I'll maintain it. In the current state it's basically a nightmare to get to work. Regard

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Adam J. Richter
Oops. I wrote: >[...] and I see a name of the person to contact about the driver [...] That should read "and I _don't_ see a name of the person to contact about the driver." Sorry for the confusing typo. Adam J. Richter __ __ 4880 Stevens Creek Blvd, Suite 104 [EMAIL PROT

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Brad Hards
Alan Cox wrote: > This brings me up to a general note. There is a lot of USB stuff in -ac that > is different (hopefully better) than Linus tree. Im reluctant to submit that > on myself and it would be good after 2.4.4 to work out which bits are ready > to go to Linus IMPNSHO, I think that the fo

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Adam J. Richter
So far, I have been unable to reach http://www.smcc.demon.nl/webcam/, and I see a name of the person to contact about the driver, but I think that the source code part would be fine for inclusion (I'm assuming no weird GPL-incompatible copying conditions on it), but the proprietary binary

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Miles Lane
On Sun, 22 Apr 2001, Nemosoft Unv. wrote: > Greetings, > > On 22-Apr-01 Johannes Erdfelt wrote: > > On Sun, Apr 22, 2001, Chmouel Boudjnah <[EMAIL PROTECTED]> wrote: > >> > >> Great, would be possible to send a clean patch to Alan for inclusion > >> in stock kernel ? > > > > If you want it into t

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Miles Lane
Agreed. I am especially interested in seeing the uhci and usb-ohci changes go in. There are patches which I'm not even sure are in your ac tree, yet. Miles On Sun, 22 Apr 2001, Alan Cox wrote: > > > Great, would be possible to send a clean patch to Alan for inclusion > > > in stock

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Jeroen Vreeken
On 2001.04.22 20:57:42 +0200 Alan Cox wrote: > > I have no problems with keeping it as an add-on, like Jeroen Vreeken´s > SE401 > > driver, or other such drivers. > > Good, solid, drivers belong in the kernel in general. I am still looking into some uhci related problems, other than that I think

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Alan Cox
> Question is... do you want it? Considering it still has a binary part, > though completely optional... The driver is certainly production ready, it´s The binary part would simply get forgotten. Leave a comment so that people know where to get the binary module including one by ftp/http. > I ha

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Nemosoft Unv.
Greetings, On 22-Apr-01 Johannes Erdfelt wrote: > On Sun, Apr 22, 2001, Chmouel Boudjnah <[EMAIL PROTECTED]> wrote: >> >> Great, would be possible to send a clean patch to Alan for inclusion >> in stock kernel ? > > If you want it into the stock kernel, that would go through me. Question is...

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Alan Cox
> > Great, would be possible to send a clean patch to Alan for inclusion > > in stock kernel ? > > If you want it into the stock kernel, that would go through me. and if you want it testing in -ac first then by all means send me a copy. This brings me up to a general note. There is a lot of USB

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Nemosoft Unv.
Hello, On 22-Apr-01 Oliver Neukum wrote: > On Sunday, 22. April 2001 02:55, you wrote: >> Greetings, >> >> Today I released the first version of a Philips webcam driver that >> contains >> enough source code to get a working webcam on all Linux platforms that >> support USB. Release 7.0 contains

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Johannes Erdfelt
On Sun, Apr 22, 2001, Chmouel Boudjnah <[EMAIL PROTECTED]> wrote: > "Nemosoft Unv." <[EMAIL PROTECTED]> writes: > > > This just shows what you can get with some diplomacy and good talking. It > > may take a little time, but this is a big step forward. > > The homepage is: http://www.smcc.demon.nl

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Chmouel Boudjnah
"Nemosoft Unv." <[EMAIL PROTECTED]> writes: > This just shows what you can get with some diplomacy and good talking. It > may take a little time, but this is a big step forward. > The homepage is: http://www.smcc.demon.nl/webcam/ Great, would be possible to send a clean patch to Alan for inclusi

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Deti Fliegl
Oliver Neukum wrote: > > On Sunday, 22. April 2001 02:55, you wrote: > > Greetings, > > > > Today I released the first version of a Philips webcam driver that contains > > enough source code to get a working webcam on all Linux platforms that > > support USB. Release 7.0 contains only a small bin

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Oliver Neukum
On Sunday, 22. April 2001 02:55, you wrote: > Greetings, > > Today I released the first version of a Philips webcam driver that contains > enough source code to get a working webcam on all Linux platforms that > support USB. Release 7.0 contains only a small binary part which is > completely optio

[linux-usb-devel] [announce] Philips USB webcam source code

2001-04-21 Thread Nemosoft Unv.
Greetings, Today I released the first version of a Philips webcam driver that contains enough source code to get a working webcam on all Linux platforms that support USB. Release 7.0 contains only a small binary part which is completely optional (with some degradation in features, yes). However,