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

Commit 6f44bcb6 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

USB: serial: option: add cinterion device id



This adds a device id for a Cinterion device.

Reported-by: default avatarJohn Race <John.Race@roscom.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent fe30bc1b
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -378,6 +378,8 @@ static int option_resume(struct usb_serial *serial);
#define HAIER_VENDOR_ID				0x201e
#define HAIER_VENDOR_ID				0x201e
#define HAIER_PRODUCT_CE100			0x2009
#define HAIER_PRODUCT_CE100			0x2009


#define CINTERION_VENDOR_ID			0x0681

/* some devices interfaces need special handling due to a number of reasons */
/* some devices interfaces need special handling due to a number of reasons */
enum option_blacklist_reason {
enum option_blacklist_reason {
		OPTION_BLACKLIST_NONE = 0,
		OPTION_BLACKLIST_NONE = 0,
@@ -723,6 +725,7 @@ static const struct usb_device_id option_ids[] = {
	{ USB_DEVICE(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1011)},
	{ USB_DEVICE(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1011)},
	{ USB_DEVICE(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1012)},
	{ USB_DEVICE(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1012)},


	{ USB_DEVICE(CINTERION_VENDOR_ID, 0x0047) },
	{ } /* Terminating entry */
	{ } /* Terminating entry */
};
};
MODULE_DEVICE_TABLE(usb, option_ids);
MODULE_DEVICE_TABLE(usb, option_ids);