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

Commit f24287f1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: misc: ks_bridge: add support for 9008 PID"

parents 9a12fe13 5060f71c
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);