History log of /drivers/media/dvb/dvb-usb/rtl28xxu.c
Revision Date Author Comments
9d1760059f29f91ad24cb2dcf75ed2b3f5198dcb 21-Feb-2012 Paolo Pantò <munix9@googlemail.com> [media] rtl28xxu: add another Freecom usb id

Besides sticks with the usb id 14AA:0160, there exists also some
with 14AA:0161 - this is the output in /var/log/messages:

usb 1-1: new high-speed USB device number 2 using ehci_hcd
usb 1-1: New USB device found, idVendor=14aa, idProduct=0161
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: Freecom DVB-T
usb 1-1: Manufacturer: Freecom DVB-T
usb 1-1: SerialNumber: 00000000000036742

The patch is based on the code at
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/realtek

Signed-off-by: Paolo Pantò <munix9@googlemail.com>
Acked-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
a8567cf22e0efb9faafa6cf33b607ca5aee3c2fa 22-Jan-2012 Antti Palosaari <crope@iki.fi> [media] rtl2830: prevent .read_status() when sleeping

Hardware is not accessible when device is sleeping.
Preventing such IOCTLs when sleep should be job of DVB CORE...

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
9935eea5ac300b84036192af1bd98940a64650de 22-Jan-2012 Antti Palosaari <crope@iki.fi> [media] rtl28xxu: many small tweaks

* some style issues
* remove rtl2832u device IDs
* move USB IDs to correct place

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
fba16b133e6b8dd3dd3f6f34beca1889c9ac731f 22-Jan-2012 Antti Palosaari <crope@iki.fi> [media] rtl28xxu: make it compile against current Kernel

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
34ec2933485b6b047245ccbb7fa2b3513bed46af 05-Aug-2011 Antti Palosaari <crope@iki.fi> [media] rtl28xx: reimplement I2C adapter

It is almost perfect now!

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
b5cbaa43a676be6fe4d7e26760e5873969e69341 04-Aug-2011 Antti Palosaari <crope@iki.fi> [media] rtl28xx: initial support for rtl2832u

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
e9320ece9ea8cae401548bf66955230d513fd93b 03-Aug-2011 Antti Palosaari <crope@iki.fi> [media] rtl28xx: fix rtl2831u with tuner mxl5005s

Do not return error for demod attach in case of mxl5005s tuner.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
831e0b718c8d28afe6c9c9c2fcaebb5a730201ed 09-Jul-2011 Antti Palosaari <crope@iki.fi> [media] Realtek RTL28xxU serie DVB USB interface driver

For now it supports only Realtek RTL2831U chip.
RTL2831U is integrated DVB USB interface and DVB-T demod.
DVB-T demod integrated to RTL2831U is Realtek RTL2830.
Supported tuners are QT1010, MT2060 and MXL5005S.

Signed-off-by: Antti Palosaari <crope@iki.fi>
[mchehab@redhat.com: fix a small typo]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>