[PATCH] Add support for Delock 61959 and its remote control

2013-04-13 Thread Jakob Haufe
This time for real with all bells and whistles: Delock 61959 is a relabeled MexMedia UB-425TC with a different USB ID and a different remote. Patch 1 adds the keytable for the remote control and patch 2 adds support for the device itself. I'm reusing maxmedia_ub425_tc as I didn't want to

[PATCH 1/2] rc: Add rc-delock-61959

2013-04-13 Thread Jakob Haufe
This adds the keytable for the remote that comes with the Delock 61959. NEC protocol with address 0x866b. Signed-off-by: Jakob Haufe su...@sur5r.net --- drivers/media/rc/keymaps/Makefile |1 + drivers/media/rc/keymaps/rc-delock-61959.c | 83 include

[PATCH 2/2] em28xx: Add support for 1b80:e1cc Delock 61959

2013-04-13 Thread Jakob Haufe
Hardware is the same as MaxMedia UB425-TC but ships with a different remote. Signed-off-by: Jakob Haufe su...@sur5r.net --- drivers/media/usb/em28xx/em28xx-cards.c | 16 drivers/media/usb/em28xx/em28xx-dvb.c |5 +++-- drivers/media/usb/em28xx/em28xx.h |1 + 3

Re: Delock 61959

2013-04-12 Thread Jakob Haufe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 9 Apr 2013 14:48:05 +0200 Jakob Haufe su...@sur5r.net wrote: Will do so tonight and report back. Took a little longer but it worked as expected. Patch follows in a separate mail. dmesg output: [19.474818] em28xx: New device USB 2875

[PATCH] Add support for Delock 61959

2013-04-12 Thread Jakob Haufe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Delock 61959 seems to be a relabeled version of Maxmedia UB425-TC with a different USB ID. PCB is marked as UB425-TC Ver: A and this change makes it work without any obvious problems. Signed-off-by: Jakob Haufe su...@sur5r.net - --- drivers/media

Re: Delock 61959

2013-04-09 Thread Jakob Haufe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 24 Mar 2013 15:10:54 +0200 Antti Palosaari cr...@iki.fi wrote: Maybe it is em28xx + DRX-K + tda18271 based. There is few such devices already supported by em28xx driver. First device to test is 1b80:e425 MaxMedia UB425-TC. Perfect

Re: [PATCH] Add quirk for camera of Lenovo Thinkpad X220 Tablet

2012-06-11 Thread Jakob Haufe
For the sake of completeness, I'll answer here as well. On Thu, 10 May 2012 08:45:45 +0200 Gregor Jasny gja...@googlemail.com wrote: Without this patch, is the image flipped in both: laptop and normal mode? Yes, it's flipped in both modes. My girlfriend actually used that as a workaround: Flip

[PATCH] Add quirk for camera of Lenovo Thinkpad X220 Tablet

2012-05-02 Thread Jakob Haufe
--- lib/libv4lconvert/control/libv4lcontrol.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index e802a90..f9fda71 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++