Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187822
Collapse All | Expand All

(-)lirc-0.8.2/drivers/lirc_i2c/lirc_i2c.c (-1 / +1 lines)
Lines 420-426 Link Here
420
		   Hauppauge cards, but the data flow is different, so we need
420
		   Hauppauge cards, but the data flow is different, so we need
421
		   to deal with it by its own.
421
		   to deal with it by its own.
422
		 */
422
		 */
423
		strcpy(ir->c.name,"Hauppauge IR (PVR150)");
423
		strcpy(ir->c.name,"Hauppauge PVR150");
424
		ir->l.code_length = 13;
424
		ir->l.code_length = 13;
425
		ir->l.add_to_buf=add_to_buf_haup_pvr150;
425
		ir->l.add_to_buf=add_to_buf_haup_pvr150;
426
		break;
426
		break;

Return to bug 187822