Em Thu, 13 Jun 2019 13:14:47 -0500 Brad Love <brad@xxxxxxxxxxxxxxxx> escreveu: > Hi Mauro, > > Here is my first pull request. Please be gentle :) :-) First problem: error: FETCH_HEAD: cannot verify a non-tag object of type commit. You should use branches and sign them with your gpg signature. Patches applied, thanks! There are also a /12 patch series from you: https://patchwork.linuxtv.org/project/linux-media/list/?series=&submitter=7220&state=13&q=&archive=&delegate= > > This adds support for Hauppauge HVR1955 and HVR1975 devices, along with > adding a vid:pid for a missing OEM Hauppauge 955Q variant. > > Cheers, > > Brad > --- > The following changes since commit 513dbd35b5d93c45fa7291147f21fc0227a9f999: > > media: add SPDX headers to some files (2019-06-12 11:42:27 -0400) > > are available in the Git repository at: > > git://linuxtv.org/brad/media_tree.git pr-5.3 > > for you to fetch changes up to 24a620ad0b74d485a1e61d5babe043f59a0ddd57: > > cx231xx-cards: Add Hauppauge 955Q variant (2019-06-13 12:27:57 -0500) > > ---------------------------------------------------------------- > Brad Love (5): > si2157: add detection of si2177 tuner > pvrusb2: Add multiple dvb frontend support > pvrusb2: Add i2c client demod/tuner support > pvrusb2: Add Hauppauge HVR1955/1975 devices > cx231xx-cards: Add Hauppauge 955Q variant > > drivers/media/tuners/si2157.c | 6 + > drivers/media/tuners/si2157_priv.h | 3 +- > drivers/media/usb/cx231xx/cx231xx-cards.c | 2 + > drivers/media/usb/pvrusb2/Kconfig | 2 + > drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c | 25 +++ > drivers/media/usb/pvrusb2/pvrusb2-devattr.c | 212 +++++++++++++++++++++--- > drivers/media/usb/pvrusb2/pvrusb2-devattr.h | 1 + > drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 88 +++++++--- > drivers/media/usb/pvrusb2/pvrusb2-dvb.h | 5 +- > drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h | 4 + > drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 36 +++- > 11 files changed, 339 insertions(+), 45 deletions(-) Thanks, Mauro