Message ID | 510668E3.8060603@hispeed.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Em Mon, 28 Jan 2013 13:02:43 +0100 Roland Scheidegger <rscheidegger_lists@hispeed.ch> escreveu: > From: Roland Scheidegger <rscheidegger_lists@hispeed.ch> > To: linux-media@vger.kernel.org > Subject: Re: terratec h5 rev. 3? > Date: Mon, 28 Jan 2013 13:02:43 +0100 > Sender: linux-media-owner@vger.kernel.org > User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2 > > Am 21.12.2012 06:38, schrieb linux-media-owner@vger.kernel.org: > > Hi, > > > > I've recently got a terratec h5 for dvb-c and thought it would be > > supported but it looks like it's a newer revision not recognized by em28xx. > > After using the new_id hack it gets recognized and using various htc > > cards (notably h5 or cinergy htc stick, cards 79 and 82 respectively) it > > seems to _nearly_ work but not quite (I was using h5 firmware for the > > older version). Tuning, channel scan works however tv (or dvb radio) > > does not, since it appears the error rate is going through the roof > > (with some imagination it is possible to see some parts of the picture > > sometimes and hear some audio pieces). > > Ok I have received a replacement now and I can confirm this stick in > fact just works like the same as the older versions (I guess maybe the > first one had bad solder point?). I can't judge signal sensitivity or > anything like that (the snr values are rather humorous) but it's > definitely good enough now with no reception issues. The IR receiver is > another matter and I was unsuccesful in making it work for now (I guess > noone got it working with the old versions neither as it lacks the ir > entries). > So could this card be added? I've added the trivial patch. Could you please add your Signed-of-by: to the patch? Thanks, Mauro > > Roland > > > > [h5rev3.diff text/x-patch (549 bytes)]
--- linux/drivers/media/usb/em28xx/em28xx-cards.c 2013-01-23 04:33:31.145158768 +0100 +++ linux/drivers/media/usb/em28xx/em28xx-cards.c 2013-01-23 04:33:31.158158768 +0100 @@ -2080,6 +2080,8 @@ .driver_info = EM2884_BOARD_TERRATEC_H5 }, { USB_DEVICE(0x0ccd, 0x10ad), /* H5 Rev. 2 */ .driver_info = EM2884_BOARD_TERRATEC_H5 }, + { USB_DEVICE(0x0ccd, 0x10b6), /* H5 Rev. 3 */ + .driver_info = EM2884_BOARD_TERRATEC_H5 }, { USB_DEVICE(0x0ccd, 0x0084), .driver_info = EM2860_BOARD_TERRATEC_AV350 }, { USB_DEVICE(0x0ccd, 0x0096),