From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:50968 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756150AbcJVWwK (ORCPT ); Sat, 22 Oct 2016 18:52:10 -0400 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab Subject: [PATCH 0/5] update Documentation/media/v4l-drivers/gspca-cardlist.rst Date: Sat, 22 Oct 2016 20:51:59 -0200 Message-Id: Sender: linux-media-owner@vger.kernel.org List-ID: The gspca cardlist is outdated: several new boards were added and even a few drivers. This series adjust the comments on two drivers and, with the help of a parser, add the missing entries. As several of those new entries don't have any description at the gspca drivers, fill the device names by googling them at the Internet. The gspca cardlist was updated using the following script: Mauro Carvalho Chehab (5): spca506: rewrite a commented line to avoid wrong parsing stv06xx: store device name after the USB_DEVICE line gspca-cardlist.rst: sort entries and adjust table margins gspca-cardlist.rst: update cardlist from drivers USB IDs gspca-cardlist.rst: update camera names Documentation/media/v4l-drivers/gspca-cardlist.rst | 843 +++++++++++---------- drivers/media/usb/gspca/spca506.c | 3 +- drivers/media/usb/gspca/stv06xx/stv06xx.c | 18 +- 3 files changed, 447 insertions(+), 417 deletions(-) -- 2.7.4