From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>,
Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>,
Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: [PATCH v3 0/2] Add support for Terratec H6 version 2
Date: Tue, 2 May 2017 23:12:21 -0300 [thread overview]
Message-ID: <cover.1493776983.git.mchehab@s-opensource.com> (raw)
That's the third version of this patch series. It adds support
for Terratec H6 version 2.
As on the past version, this board is identified as "H5 MKII".
There's a typo on the manufacturer's name, though:
[ 2970.196999] usb 1-1.5: Product: TERRATCE H5 MKII
[ 2970.197011] usb 1-1.5: Manufacturer: TERRATEC
While I wrote the patches, I don't have this verson of
this device. The tests were run by an IRC user. Thanks!
The first patch is actually not needed for this device to work,
but it fixes an issue: if something goes bad while reading
the eeprom, the device probe aborts. As we don't really need
to read the eeprom contents, we safely ignore any errors there.
While not certain why eeprom reading was failing with this
device, I suspect that this particular device require some
GPIO setting before being able to read its eeprom content.
The second patch in this series add support for the board.
-
v3: Improve patch documentation
v2: Ignore eeprom errors
v1: was assuming that eeprom would be at bus 1. such hipotesys
didn't confirm on the tests done today.
Mauro Carvalho Chehab (2):
em28xx: Ignore errors while reading from eeprom
em28xx: add support for new of Terratec H6
drivers/media/usb/em28xx/em28xx-cards.c | 18 ++++++++++++++++++
drivers/media/usb/em28xx/em28xx-dvb.c | 1 +
drivers/media/usb/em28xx/em28xx-i2c.c | 2 --
drivers/media/usb/em28xx/em28xx.h | 1 +
4 files changed, 20 insertions(+), 2 deletions(-)
--
2.9.3
next reply other threads:[~2017-05-03 2:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-03 2:12 Mauro Carvalho Chehab [this message]
2017-05-03 2:12 ` [PATCH v3 1/2] em28xx: Ignore errors while reading from eeprom Mauro Carvalho Chehab
2017-05-07 17:55 ` Frank Schäfer
2017-05-03 2:12 ` [PATCH v3 2/2] em28xx: add support for new of Terratec H6 Mauro Carvalho Chehab
2017-05-07 18:02 ` Frank Schäfer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1493776983.git.mchehab@s-opensource.com \
--to=mchehab@s-opensource.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.