All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Be explicit about the Abbott product ids being product ids.
@ 2013-06-18 23:58 Anders Hammarquist
  2013-06-19 22:52 ` [PATCH 2/2] USB: serial: ti_usb_3410_5052: " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Hammarquist @ 2013-06-18 23:58 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

Signed-off-by: Anders Hammarquist <iko@iko.pp.se>
---
 drivers/usb/serial/ti_usb_3410_5052.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/serial/ti_usb_3410_5052.h b/drivers/usb/serial/ti_usb_3410_5052.h
index 4a2423e..ea8b273 100644
--- a/drivers/usb/serial/ti_usb_3410_5052.h
+++ b/drivers/usb/serial/ti_usb_3410_5052.h
@@ -52,9 +52,9 @@
 
 /* Abbott Diabetics vendor and product ids */
 #define ABBOTT_VENDOR_ID		0x1a61
-#define ABBOTT_STEREO_PLUG_ID		0x3410
+#define ABBOTT_STEREO_PLUG_PRODUCT_ID	0x3410
 #define ABBOTT_PRODUCT_ID		ABBOTT_STEREO_PLUG_ID
-#define ABBOTT_STRIP_PORT_ID		0x3420
+#define ABBOTT_STRIP_PORT_PRODUCT_ID	0x3420
 
 /* Commands */
 #define TI_GET_VERSION			0x01
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-19 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 23:58 [PATCH 2/2] Be explicit about the Abbott product ids being product ids Anders Hammarquist
2013-06-19 22:52 ` [PATCH 2/2] USB: serial: ti_usb_3410_5052: " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.