[PATCH] af9015: add USB ID for Terratec Cinergy T Stick RC MKII

Previous thread: uartlite - fix poll support by Michal Simek on Wednesday, August 25, 2010 - 5:55 am. (1 message)

Next thread: [RFC V2 PATCH 0/3] timer: patchset focus on del_timer_sync() by Yong Zhang on Wednesday, August 25, 2010 - 6:45 am. (6 messages)
From: Stefan Lippers-Hollmann
Date: Wednesday, August 25, 2010 - 6:08 am

Adding the USB ID for my TerraTec Electronic GmbH Cinergy T RC MKII
[0ccd:0097] and hooking it up into af9015, on top of your new NXP TDA18218
patches, makes it work for me.

Just the shipped IR remote control doesn't seem to create keycode events
yet (tested with different remote=%d parameters), are there any hints to 
add support for that?

[    2.250022] usb 1-10: new high speed USB device using ehci_hcd and address 5
[    2.369287] usb 1-10: New USB device found, idVendor=0ccd, idProduct=0097
[    2.369290] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.369293] usb 1-10: Product: USB2.0 DVB-T TV Stick
[    2.369294] usb 1-10: Manufacturer: NEWMI
[    2.369296] usb 1-10: SerialNumber: 010101010600001
[    2.534023] usbcore: registered new interface driver hiddev
[    2.537235] input: NEWMI USB2.0 DVB-T TV Stick as /devices/pci0000:00/0000:00:02.1/usb1/1-10/1-10:1.1/input/input0
[    2.537323] generic-usb 0003:0CCD:0097.0001: input,hidraw0: USB HID v1.01 Keyboard [NEWMI USB2.0 DVB-T TV Stick] on usb-0000:00:02.1-10/input1
[    2.537349] usbcore: registered new interface driver usbhid
[    2.537351] usbhid: USB HID core driver
[    3.263177] generic-usb 0003:04D9:1603.0002: input,hidraw1: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:02.0-8.1/input0
[    3.286946] generic-usb 0003:04D9:1603.0003: input,hidraw2: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:02.0-8.1/input1
[    3.467136] generic-usb 0003:046D:C050.0004: input,hidraw3: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:02.0-8.2/input0
[    3.660890] generic-usb 0003:10D5:000D.0005: input,hidraw4: USB HID v1.10 Keyboard [No brand SP02-A1] on usb-0000:00:02.0-8.3/input0
[    5.567632] dvb-usb: found a 'TerraTec Cinergy T Stick RC' in cold state, will try to load a firmware
[    5.693497] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
[    5.773109] dvb-usb: found a 'TerraTec Cinergy T Stick RC' in warm state.
[    5.773168] dvb-usb: will pass the ...
From: Antti Palosaari
Date: Wednesday, August 25, 2010 - 6:58 am

Heissan Stefan,


Patch is OK, I have just similar patch waiting here...

Acked-by: Antti Palosaari <crope@iki.fi>

I have been waiting Mauro commit for TDA18218 driver which I send about 
2 weeks ago. And few others too for the MXL5007T based devices. Mauro 

My next plan is to move that remote controller to the new remote core 
system. I have done some tests and I can now read out raw remote codes 
from the device. Before that you can add keymap for that remote. There 
is many ways to get keycodes; 1) USB-sniff, 2) dump from Windows driver, 
3) read from af9015 memory, 4) use some other IR receiver...

regards

-- 
http://palosaari.fi/
--

From: Mauro Carvalho Chehab
Date: Wednesday, September 8, 2010 - 7:28 am

I've committed it this week.  Sorry for being late about that. I was very busy
with some other pending work. 



--

Previous thread: uartlite - fix poll support by Michal Simek on Wednesday, August 25, 2010 - 5:55 am. (1 message)

Next thread: [RFC V2 PATCH 0/3] timer: patchset focus on del_timer_sync() by Yong Zhang on Wednesday, August 25, 2010 - 6:45 am. (6 messages)