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

Commit 336d23ef authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab
Browse files

[media] gspca - sonixj: Same init for all bridges but the sn9c102p

parent e6a92a74
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -1835,13 +1835,7 @@ static int sd_init(struct gspca_dev *gspca_dev)
	case BRIDGE_SN9C102P:
		reg_w1(gspca_dev, 0x02, regGpio[1]);
		break;
	case BRIDGE_SN9C105:
		reg_w(gspca_dev, 0x01, regGpio, 2);
		break;
	case BRIDGE_SN9C110:
		reg_w1(gspca_dev, 0x02, 0x62);
		break;
	case BRIDGE_SN9C120:
	default:
		reg_w(gspca_dev, 0x01, regGpio, 2);
		break;
	}