[linux-dvb] Small Patch for Opera1

2007-06-28 Thread Marco Gittler
Hi here is a small pacth that corrects an small bug in the opera1.c file. the dvb_usb_device* d is not used anymore and can be remove with this. Signed-off-by: Marco Gittler <[EMAIL PROTECTED]> diff -r fe8aa7835454 linux/drivers/media/dvb/dvb-usb/opera1.c --- a/linux/drivers/media/dvb/d

Re: [linux-dvb] Opera problem loading firmware

2007-04-22 Thread Marco Gittler
use this script for the new named firmware. you need to copy the 2830...sys files in the dir where the get_firmware script is in then start get_dvb_firmware opera1 and you'll get the files i someone has an url where the driver for oper can be downloaded, i put it in, and the script could be p

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-21 Thread Marco Gittler
ow i have no datasheet for the device, all taken from usb-logs i hope i answered all asked questions. Signed-off-by: Marco Gittler <[EMAIL PROTECTED]> [EMAIL PROTECTED] schrieb: Marco Gittler wrote: +/* I2C */ + Looks like i2c is using the 8-bit addresses instead of 7-bit ad

[linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Marco Gittler
this patch has applied the hints from mkrufky (dvb_attach, firmware-naming) and also one working rewrite of the i2c addresses stuff to fit the kernel i2c reqs. Signed-off-by: Marco Gittler<[EMAIL PROTECTED]> [EMAIL PROTECTED] schrieb: Was this patch ever posted to the linux-dvb mailin

[linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Marco Gittler
[EMAIL PROTECTED] schrieb: Was this patch ever posted to the linux-dvb mailing list? There are some (minor) concerns that I have with this changeset. Please see my comments inline below: Patch from Marco Gittler wrote: The patch number 5532 was added via Mauro Carvalho Chehab <[EM

Re: [linux-dvb] [PATCH] Opera S1- DVB-USB

2007-04-17 Thread Marco Gittler
[EMAIL PROTECTED] schrieb: On Mon, 16 Apr 2007, Mauro Carvalho Chehab wrote: On Mon, 16 Apr 2007, Marco Gittler wrote: so i this first enough to put it in and have some more testern for this device ? For me, it seems ok now. I'll apply it later at master tree, to allow

Re: [linux-dvb] [PATCH] Opera S1- DVB-USB

2007-04-16 Thread Marco Gittler
PROTECTED] schrieb: Hi Marco, I've some comments bellow about your patch. Cheers, Mauro Em Dom, 2007-04-15 às 19:55 +0200, Marco Gittler escreveu: +config DVB_USB_OPERA1 +tristate "Opera1 DVB-S USB2.0 receiver" +depends on DVB_USB +select DVB_STV0299 + #if !D

Re: [linux-dvb] [PATCH] Opera S1- DVB-USB

2007-04-15 Thread Marco Gittler
sorry missing patch itself is in this post. Signed-of-by Marco Gittler <[EMAIL PROTECTED]> Signed-of-by: Mario Hlawitschka <[EMAIL PROTECTED]> [EMAIL PROTECTED] schrieb: here the corrected patch for the opera dvb s1 usb-box i hope it is now nicer than last time. some hints ab

[linux-dvb] [PATCH] Opera S1- DVB-USB

2007-04-15 Thread Marco Gittler
here the corrected patch for the opera dvb s1 usb-box i hope it is now nicer than last time. some hints about the code are also welcome. firmware files can put somewhere here ? thx Signed-of-by Marco Gittler <[EMAIL PROTECTED]> Signed-of-by: Mario Hlawitschka <[EMAIL

Re: [linux-dvb] [PATCH] Initial Support for Opera USB2.0 DVB-S Adapter

2007-03-01 Thread Marco Gittler
DEVICE_SPECIFIC, > + .firmware = "opera1.fw", > + .download_firmware = opera1_firmware_download, > + .size_of_priv = 0, > + > + .power_ctrl = opera1_power_ctrl, > + .i2c_algo = &opera1_i2c_algo, > + > + .rc_key_map = op