Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a40231a6 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: ir-kbd-i2c: remove obsolete I2C_HW_B_CX2341X test

parent a644c072
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -354,11 +354,9 @@ static int ir_probe(struct i2c_client *client, const struct i2c_device_id *id)
	case 0x0b:
	case 0x0b:
	case 0x47:
	case 0x47:
	case 0x71:
	case 0x71:
		if (adap->id == I2C_HW_B_CX2388x ||
		if (adap->id == I2C_HW_B_CX2388x) {
		    adap->id == I2C_HW_B_CX2341X) {
			/* Handled by cx88-input */
			/* Handled by cx88-input */
			name = adap->id == I2C_HW_B_CX2341X ? "CX2341x remote"
			name = "CX2388x remote";
							    : "CX2388x remote";
			ir_type     = IR_TYPE_RC5;
			ir_type     = IR_TYPE_RC5;
			ir->get_key = get_key_haup_xvr;
			ir->get_key = get_key_haup_xvr;
			if (hauppauge == 1) {
			if (hauppauge == 1) {