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

Commit 5060f71c authored by Akshaya Bhat's avatar Akshaya Bhat Committed by Gerrit - the friendly Code Review server
Browse files

usb: misc: ks_bridge: add support for 9008 PID



Added support for 9008 PID for SA515M USB boot.

Change-Id: I7c03669595c5fca21882dbae922a269479e232ce
Signed-off-by: default avatarAkshaya Bhat <akshayab@codeaurora.org>
parent cee765df
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -928,6 +928,9 @@ static void ksb_debugfs_exit(void) { }

static const struct usb_device_id ksb_usb_ids[] = {

	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x9008, 0),
		.driver_info = DEV_ID(0), },

	{} /* terminating entry */
};
MODULE_DEVICE_TABLE(usb, ksb_usb_ids);