Message ID | 1530058079-29405-1-git-send-email-guylovesbritt@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Where did patches 2 and 3 go? If this is the only USB serial patch, you
can send it on it's own.
Also, please use the common prefix for the subsystem you're changing
(see git log). In this case, add "USB: serial: pl2303: " to your
Subject.
On Tue, Jun 26, 2018 at 07:07:59PM -0500, Guy Chronister wrote:
Also add at least one line here describing your change to avoid having
an empty commit message, even if this is a trivial change.
> Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>
Apart from the above, everything looks fine. Care to send a v2?
Thanks,
Johan
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Jun 26, 2018 at 07:07:59PM -0500, Guy Chronister wrote:
> Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>
I know I don't take patches with no change log at all, but other
maintainers might be nicer :)
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 5d1a193..5528764 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c @@ -54,8 +54,8 @@ static const struct usb_device_id id_table[] = { .driver_info = PL2303_QUIRK_ENDPOINT_HACK }, { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID2) }, { USB_DEVICE(ATEN_VENDOR_ID2, ATEN_PRODUCT_ID) }, - { USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID) }, - { USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID_UCSGT) }, + { USB_DEVICE(ELECOM_VENDOR_ID, ELECOM_PRODUCT_ID) }, + { USB_DEVICE(ELECOM_VENDOR_ID, ELECOM_PRODUCT_ID_UCSGT) }, { USB_DEVICE(ITEGNO_VENDOR_ID, ITEGNO_PRODUCT_ID) }, { USB_DEVICE(ITEGNO_VENDOR_ID, ITEGNO_PRODUCT_ID_2080) }, { USB_DEVICE(MA620_VENDOR_ID, MA620_PRODUCT_ID) }, diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index fcd7239..40f82d3 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h @@ -30,9 +30,9 @@ #define IODATA_PRODUCT_ID 0x0a03 #define IODATA_PRODUCT_ID_RSAQ5 0x0a0e -#define ELCOM_VENDOR_ID 0x056e -#define ELCOM_PRODUCT_ID 0x5003 -#define ELCOM_PRODUCT_ID_UCSGT 0x5004 +#define ELECOM_VENDOR_ID 0x056e +#define ELECOM_PRODUCT_ID 0x5003 +#define ELECOM_PRODUCT_ID_UCSGT 0x5004 #define ITEGNO_VENDOR_ID 0x0eba #define ITEGNO_PRODUCT_ID 0x1080
Signed-off-by: Guy Chronister <guylovesbritt@gmail.com> --- drivers/usb/serial/pl2303.c | 4 ++-- drivers/usb/serial/pl2303.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)