* [GIT PATCHES FOR 3.3] gspca patches and new jl2005bcd driver
@ 2011-12-30 9:29 Hans de Goede
2011-12-30 10:24 ` Jean-Francois Moine
0 siblings, 1 reply; 5+ messages in thread
From: Hans de Goede @ 2011-12-30 9:29 UTC (permalink / raw)
To: Linux Media Mailing List
Hi Mauro et all,
Please pull from my tree, for a few small gspca fixes
(including the bulk mode fix I send earlier for 3.2) and a
new gspca subdriver for jl2005bcd based cameras by
Theodore Kilgore.
The following changes since commit 1a5cd29631a6b75e49e6ad8a770ab9d69cda0fa2:
[media] tda10021: Add support for DVB-C Annex C (2011-12-20 14:01:08 -0200)
are available in the git repository at:
git://linuxtv.org/hgoede/gspca.git media-for_v3.3
Hans de Goede (3):
gspca: Fix bulk mode cameras no longer working (regression fix)
gspca_pac207: Raise max exposure + various autogain setting tweaks
gscpa_vicam: Fix oops if unplugged while streaming
Theodore Kilgore (1):
gspca: add jl2005bcd sub driver
Documentation/video4linux/gspca.txt | 1 +
drivers/media/video/gspca/Kconfig | 10 +
drivers/media/video/gspca/Makefile | 2 +
drivers/media/video/gspca/gspca.c | 4 +-
drivers/media/video/gspca/gspca.h | 2 +
drivers/media/video/gspca/jl2005bcd.c | 571 +++++++++++++++++++++++++++++++++
drivers/media/video/gspca/pac207.c | 10 +-
drivers/media/video/gspca/vicam.c | 3 +-
include/linux/videodev2.h | 1 +
9 files changed, 596 insertions(+), 8 deletions(-)
create mode 100644 drivers/media/video/gspca/jl2005bcd.c
Thanks & Regards,
Hans
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PATCHES FOR 3.3] gspca patches and new jl2005bcd driver
2011-12-30 9:29 [GIT PATCHES FOR 3.3] gspca patches and new jl2005bcd driver Hans de Goede
@ 2011-12-30 10:24 ` Jean-Francois Moine
2011-12-30 10:56 ` Hans de Goede
0 siblings, 1 reply; 5+ messages in thread
From: Jean-Francois Moine @ 2011-12-30 10:24 UTC (permalink / raw)
To: Hans de Goede; +Cc: Linux Media Mailing List
On Fri, 30 Dec 2011 10:29:56 +0100
Hans de Goede <hdegoede@redhat.com> wrote:
[snip]
> The following changes since commit 1a5cd29631a6b75e49e6ad8a770ab9d69cda0fa2:
>
> [media] tda10021: Add support for DVB-C Annex C (2011-12-20 14:01:08 -0200)
>
> are available in the git repository at:
> git://linuxtv.org/hgoede/gspca.git media-for_v3.3
[snip]
> Theodore Kilgore (1):
> gspca: add jl2005bcd sub driver
[snip]
I have noticed some problems with the patch 2346c78dff71b003f:
- there should be no change in gspca.h (addition of two empty lines)
- there is no documentation about the new pixel format 'JL20'
- in jl2005bcd.c, the macro 'err' is used instead of 'pr_err'
(there are also spaces at end of line, but this is less important..)
--
Ken ar c'hentañ | ** Breizh ha Linux atav! **
Jef | http://moinejf.free.fr/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCHES FOR 3.3] gspca patches and new jl2005bcd driver
2011-12-30 10:24 ` Jean-Francois Moine
@ 2011-12-30 10:56 ` Hans de Goede
2011-12-30 11:26 ` Jean-Francois Moine
0 siblings, 1 reply; 5+ messages in thread
From: Hans de Goede @ 2011-12-30 10:56 UTC (permalink / raw)
To: Jean-Francois Moine; +Cc: Linux Media Mailing List, Theodore Kilgore
Hi,
On 12/30/2011 11:24 AM, Jean-Francois Moine wrote:
> On Fri, 30 Dec 2011 10:29:56 +0100
> Hans de Goede<hdegoede@redhat.com> wrote:
> [snip]
>> The following changes since commit 1a5cd29631a6b75e49e6ad8a770ab9d69cda0fa2:
>>
>> [media] tda10021: Add support for DVB-C Annex C (2011-12-20 14:01:08 -0200)
>>
>> are available in the git repository at:
>> git://linuxtv.org/hgoede/gspca.git media-for_v3.3
> [snip]
>> Theodore Kilgore (1):
>> gspca: add jl2005bcd sub driver
> [snip]
>
> I have noticed some problems with the patch 2346c78dff71b003f:
>
> - there should be no change in gspca.h (addition of two empty lines)
>
> - there is no documentation about the new pixel format 'JL20'
>
> - in jl2005bcd.c, the macro 'err' is used instead of 'pr_err'
> (there are also spaces at end of line, but this is less important..)
>
I took it as is from Theodore, I guess we should do a separate cleanup
patch on top to preserve the history / authorship. Since I'm busy testing
the new isoc bandwidth stuff today, could you perhaps do a cleanup patch for this?
Regards,
Hans
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCHES FOR 3.3] gspca patches and new jl2005bcd driver
2011-12-30 10:56 ` Hans de Goede
@ 2011-12-30 11:26 ` Jean-Francois Moine
2011-12-30 11:39 ` Hans de Goede
0 siblings, 1 reply; 5+ messages in thread
From: Jean-Francois Moine @ 2011-12-30 11:26 UTC (permalink / raw)
To: Hans de Goede; +Cc: Linux Media Mailing List, Theodore Kilgore
On Fri, 30 Dec 2011 11:56:38 +0100
Hans de Goede <hdegoede@redhat.com> wrote:
> I took it as is from Theodore, I guess we should do a separate cleanup
> patch on top to preserve the history / authorship. Since I'm busy testing
> the new isoc bandwidth stuff today, could you perhaps do a cleanup patch for this?
Yes, but the first step is to remove this patch from the pull request, and only you may do it (it is only 3 git commands and an email - otherwise, it has no sense to add two empty lines in a patch and to remove them in an other one!).
--
Ken ar c'hentañ | ** Breizh ha Linux atav! **
Jef | http://moinejf.free.fr/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCHES FOR 3.3] gspca patches and new jl2005bcd driver
2011-12-30 11:26 ` Jean-Francois Moine
@ 2011-12-30 11:39 ` Hans de Goede
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Goede @ 2011-12-30 11:39 UTC (permalink / raw)
To: Jean-Francois Moine; +Cc: Linux Media Mailing List, Theodore Kilgore
Hi,
On 12/30/2011 12:26 PM, Jean-Francois Moine wrote:
> On Fri, 30 Dec 2011 11:56:38 +0100
> Hans de Goede<hdegoede@redhat.com> wrote:
>
>> I took it as is from Theodore, I guess we should do a separate cleanup
>> patch on top to preserve the history / authorship. Since I'm busy testing
>> the new isoc bandwidth stuff today, could you perhaps do a cleanup patch for this?
>
> Yes, but the first step is to remove this patch from the pull request, and only you may do it (it is only 3 git commands and an email - otherwise, it has no sense to add two empty lines in a patch and to remove them in an other one!).
Done.
I'll re-add it later, squashing the white-space fixes into the
patch and adding a patch on top to fix:
-err versus pr_err
-PDEBUG used with D_ERR everywhere where most cases should have
a different level
-the missing pixfmt documentation
Regards,
Hans
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-12-30 11:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-30 9:29 [GIT PATCHES FOR 3.3] gspca patches and new jl2005bcd driver Hans de Goede
2011-12-30 10:24 ` Jean-Francois Moine
2011-12-30 10:56 ` Hans de Goede
2011-12-30 11:26 ` Jean-Francois Moine
2011-12-30 11:39 ` Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox