V4L/DVB (3339): Activate remote control on HVR1100


- Add a missing case which was preventing the operation of the HVR1100
remote.

Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Chris Pascoe and committed by
Mauro Carvalho Chehab
30367bfd a4fc7ab1

+1
+1
drivers/media/video/cx88/cx88-input.c
··· 697 697 case CX88_BOARD_HAUPPAUGE_DVB_T1: 698 698 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1: 699 699 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1: 700 + case CX88_BOARD_HAUPPAUGE_HVR1100: 700 701 ircode = ir_decode_biphase(ir->samples, ir->scount, 5, 7); 701 702 ir_dprintk("biphase decoded: %x\n", ircode); 702 703 if ((ircode & 0xfffff000) != 0x3000)