USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, April 22, 2010 - 6:59 pm

Gitweb:     http://git.kernel.org/linus/cfbaa39347b34837f26e01fe8f4f8dbbae60b520
Commit:     cfbaa39347b34837f26e01fe8f4f8dbbae60b520
Parent:     9600cbb24b3937dc6ebf470211d8908354ca3b0c
Author:     William Lightning <kassah@gmail.com>
AuthorDate: Fri Mar 26 10:51:20 2010 -0700
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Thu Apr 22 15:18:24 2010 -0700

    USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.
    
    Signed-off-by: William Lightning <kassah@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 drivers/usb/serial/sierra.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c
index 9202f94..ef0bdb0 100644
--- a/drivers/usb/serial/sierra.c
+++ b/drivers/usb/serial/sierra.c
@@ -230,6 +230,7 @@ static const struct sierra_iface_info direct_ip_interface_blacklist = {
 static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(0x0F3D, 0x0112) }, /* Airprime/Sierra PC 5220 */
 	{ USB_DEVICE(0x03F0, 0x1B1D) },	/* HP ev2200 a.k.a MC5720 */
+	{ USB_DEVICE(0x03F0, 0x211D) }, /* HP ev2210 a.k.a MC5725 */
 	{ USB_DEVICE(0x03F0, 0x1E1D) },	/* HP hs2300 a.k.a MC8775 */
 
 	{ USB_DEVICE(0x1199, 0x0017) },	/* Sierra Wireless EM5625 */
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Ce ..., Linux Kernel Mailing ..., (Thu Apr 22, 6:59 pm)