* [3/3] Fixed simple typo from ELCOM to ELECOM.
@ 2018-06-27 0:07 Guy Chronister
0 siblings, 0 replies; 3+ messages in thread
From: Guy Chronister @ 2018-06-27 0:07 UTC (permalink / raw)
To: linux-usb; +Cc: Guy Chronister
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(-)
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [3/3] Fixed simple typo from ELCOM to ELECOM.
@ 2018-06-27 5:57 Johan Hovold
0 siblings, 0 replies; 3+ messages in thread
From: Johan Hovold @ 2018-06-27 5:57 UTC (permalink / raw)
To: Guy Chronister; +Cc: linux-usb
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [3/3] Fixed simple typo from ELCOM to ELECOM.
@ 2018-06-27 10:19 Greg Kroah-Hartman
0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2018-06-27 10:19 UTC (permalink / raw)
To: Guy Chronister; +Cc: linux-usb
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-06-27 10:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27 5:57 [3/3] Fixed simple typo from ELCOM to ELECOM Johan Hovold
-- strict thread matches above, loose matches on Subject: below --
2018-06-27 10:19 Greg Kroah-Hartman
2018-06-27 0:07 Guy Chronister
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).