ChangeSet 1.1500.8.17, 2004/02/02 13:56:05-08:00, [EMAIL PROTECTED]

[PATCH] USB: add support for the Aceeca Meazura device to the visor driver.

Thanks to Terry Markovich <[EMAIL PROTECTED]> for the information.


 drivers/usb/serial/visor.c |    3 +++
 drivers/usb/serial/visor.h |    3 +++
 2 files changed, 6 insertions(+)


diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c
--- a/drivers/usb/serial/visor.c        Mon Feb  9 14:39:43 2004
+++ b/drivers/usb/serial/visor.c        Mon Feb  9 14:39:43 2004
@@ -241,6 +241,8 @@
                .driver_info = (kernel_ulong_t)&palm_os_4_probe },
        { USB_DEVICE(GARMIN_VENDOR_ID, GARMIN_IQUE_3600_ID), 
                .driver_info = (kernel_ulong_t)&palm_os_4_probe },
+       { USB_DEVICE(ACEECA_VENDOR_ID, ACEECA_MEZ1000_ID),
+               .driver_info = (kernel_ulong_t)&palm_os_4_probe },
        { },                                    /* optional parameter entry */
        { }                                     /* Terminating entry */
 };
@@ -274,6 +276,7 @@
        { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_TJ25_ID) },
        { USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_SCH_I330_ID) },
        { USB_DEVICE(GARMIN_VENDOR_ID, GARMIN_IQUE_3600_ID) },
+       { USB_DEVICE(ACEECA_VENDOR_ID, ACEECA_MEZ1000_ID) },
        { },                                    /* optional parameter entry */
        { }                                     /* Terminating entry */
 };
diff -Nru a/drivers/usb/serial/visor.h b/drivers/usb/serial/visor.h
--- a/drivers/usb/serial/visor.h        Mon Feb  9 14:39:43 2004
+++ b/drivers/usb/serial/visor.h        Mon Feb  9 14:39:43 2004
@@ -50,6 +50,9 @@
 #define GARMIN_VENDOR_ID               0x091E
 #define GARMIN_IQUE_3600_ID            0x0004
 
+#define ACEECA_VENDOR_ID               0x4766
+#define ACEECA_MEZ1000_ID              0x0001
+
 /****************************************************************************
  * Handspring Visor Vendor specific request codes (bRequest values)
  * A big thank you to Handspring for providing the following information.



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to