[PATCH] USB: cypress_m8: add support for the DeLorme Earthmate lt-20
This patch adds support for the DeLorme Earthmate lt-20 to the
cypress_m8 driver. The device was tested and found to be compatible
with the cypress_m8 driver. This is a resend with the complete patch
which properly compiles.
Adds support for the DeLorme Earthmate lt-20 to the cypress_m8 driver.
Signed-off-by: Lonnie Mendez <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 25b6f08e3fa0d84e26a373a205cfdad208b54af7
tree 6e444121a2eb7900a9cd3ab0606eb04046bdac2f
parent 4756ae5b5234e08150ac089f7d989613948f00e5
author Lonnie Mendez <[EMAIL PROTECTED]> Tue, 10 May 2005 17:09:52 -0500
committer Greg KH <[EMAIL PROTECTED]> Mon, 16 May 2005 21:44:26 -0700
drivers/usb/serial/cypress_m8.c | 2 ++
drivers/usb/serial/cypress_m8.h | 1 +
2 files changed, 3 insertions(+)
Index: drivers/usb/serial/cypress_m8.c
===================================================================
--- f98447ecbd5dc59446d87c87f4c6ba3cf0708290/drivers/usb/serial/cypress_m8.c
(mode:100644)
+++ 6e444121a2eb7900a9cd3ab0606eb04046bdac2f/drivers/usb/serial/cypress_m8.c
(mode:100644)
@@ -89,6 +89,7 @@
static struct usb_device_id id_table_earthmate [] = {
{ USB_DEVICE(VENDOR_ID_DELORME, PRODUCT_ID_EARTHMATEUSB) },
+ { USB_DEVICE(VENDOR_ID_DELORME, PRODUCT_ID_EARTHMATEUSB_LT20) },
{ } /* Terminating entry */
};
@@ -99,6 +100,7 @@
static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(VENDOR_ID_DELORME, PRODUCT_ID_EARTHMATEUSB) },
+ { USB_DEVICE(VENDOR_ID_DELORME, PRODUCT_ID_EARTHMATEUSB_LT20) },
{ USB_DEVICE(VENDOR_ID_CYPRESS, PRODUCT_ID_CYPHIDCOM) },
{ } /* Terminating entry */
};
Index: drivers/usb/serial/cypress_m8.h
===================================================================
--- f98447ecbd5dc59446d87c87f4c6ba3cf0708290/drivers/usb/serial/cypress_m8.h
(mode:100644)
+++ 6e444121a2eb7900a9cd3ab0606eb04046bdac2f/drivers/usb/serial/cypress_m8.h
(mode:100644)
@@ -13,6 +13,7 @@
/* DeLorme Earthmate USB - a GPS device */
#define VENDOR_ID_DELORME 0x1163
#define PRODUCT_ID_EARTHMATEUSB 0x0100
+#define PRODUCT_ID_EARTHMATEUSB_LT20 0x0200
/* Cypress HID->COM RS232 Adapter */
#define VENDOR_ID_CYPRESS 0x04b4
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel