usb: Update PID to 9048 for mdm_bridge, diag_bridge, embedded rmnet drivers

mdm9x15 default composition changed from 0x9001 to 0x9048 to include
new serial interfaces and additional rmnet interfaces. Hence update the
PID for mdm_bridge, diag_bridge, embedded rmnet drivers to support new
composition.

Change-Id: I5c3778ef6b8fddd07d1a0789213e4b289ccc7567
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
diff --git a/drivers/usb/misc/mdm_data_bridge.c b/drivers/usb/misc/mdm_data_bridge.c
index 632a8c7..89b8e5a 100644
--- a/drivers/usb/misc/mdm_data_bridge.c
+++ b/drivers/usb/misc/mdm_data_bridge.c
@@ -753,6 +753,9 @@
 static void data_bridge_debugfs_exit(void) { }
 #endif
 
+#define DUN_IFACE_NUM			3
+#define TETHERED_RMNET_IFACE_NUM	4
+
 static int __devinit
 bridge_probe(struct usb_interface *iface, const struct usb_device_id *id)
 {
@@ -871,7 +874,7 @@
 }
 
 static const struct usb_device_id bridge_ids[] = {
-	{ USB_DEVICE(0x5c6, 0x9001) },
+	{ USB_DEVICE(0x5c6, 0x9048) },
 
 	{ } /* Terminating entry */
 };