On Fri, 01 Apr 2005 13:52:25 +0100 Daniel Drake <[EMAIL PROTECTED]> wrote:
> This adds support for the Zire 31 devices to the visor driver. This ID is > already present in Linux 2.6 Daniel, thank you for the patch, it seems fine. I have it in RHEL 3 U5. I didn't post it before because I thought nobody cared about enhancements to 2.4 anymore except enterprise users with legacy hardware. Knowing Marcelo though, I expect this to be bumped to 2.4.31. -- Pete diff -urp -X dontdiff linux-2.4.30-pre3/drivers/usb/serial/visor.c linux-2.4.30-pre3-usbs/drivers/usb/serial/visor.c --- linux-2.4.30-pre3/drivers/usb/serial/visor.c 2004-08-10 13:43:36.000000000 -0700 +++ linux-2.4.30-pre3-usbs/drivers/usb/serial/visor.c 2005-04-01 11:06:36.000000000 -0800 @@ -206,6 +206,7 @@ static struct usb_device_id id_table [] { USB_DEVICE(PALM_VENDOR_ID, PALM_M130_ID) }, { USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_T_ID) }, { USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_Z_ID) }, + { USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE31_ID) }, { USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE_ID) }, { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_4_0_ID) }, { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_S360_ID) }, @@ -243,6 +244,7 @@ static __devinitdata struct usb_device_i { USB_DEVICE(PALM_VENDOR_ID, PALM_M130_ID) }, { USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_T_ID) }, { USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_Z_ID) }, + { USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE31_ID) }, { USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE_ID) }, { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_3_5_ID) }, { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_4_0_ID) }, diff -urp -X dontdiff linux-2.4.30-pre3/drivers/usb/serial/visor.h linux-2.4.30-pre3-usbs/drivers/usb/serial/visor.h --- linux-2.4.30-pre3/drivers/usb/serial/visor.h 2004-04-14 17:33:16.000000000 -0700 +++ linux-2.4.30-pre3-usbs/drivers/usb/serial/visor.h 2005-04-01 11:06:36.000000000 -0800 @@ -31,6 +31,7 @@ #define PALM_M130_ID 0x0050 #define PALM_TUNGSTEN_T_ID 0x0060 #define PALM_TUNGSTEN_Z_ID 0x0031 +#define PALM_ZIRE31_ID 0x0061 #define PALM_ZIRE_ID 0x0070 #define PALM_M100_ID 0x0080 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel