]> git.neil.brown.name Git - history.git/commitdiff
USB visor driver
authorGreg Kroah-Hartman <greg@kroah.com>
Sat, 23 Mar 2002 15:48:56 +0000 (07:48 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Sat, 23 Mar 2002 15:48:56 +0000 (07:48 -0800)
added support for the Palm i705 device.
thanks to Thomas Riemer for the information.

drivers/usb/serial/visor.c
drivers/usb/serial/visor.h

index d27328c09cfe0f99c48674941c5a34d7767011d4..89cad45b33ab72f6ce18b56567353b6af9bcdd0d 100644 (file)
  *
  * See Documentation/usb/usb-serial.txt for more information on using this driver
  *
+ * (03/23/2002) gkh
+ *     Added support for the Palm i705 device, thanks to Thomas Riemer
+ *     <tom@netmech.com> for the information.
+ *
  * (03/21/2002) gkh
  *     Added support for the Palm m130 device, thanks to Udo Eisenbarth
  *     <udo.eisenbarth@web.de> for the information.
@@ -174,6 +178,7 @@ static __devinitdata struct usb_device_id combined_id_table [] = {
        { USB_DEVICE(PALM_VENDOR_ID, PALM_M515_ID) },
        { USB_DEVICE(PALM_VENDOR_ID, PALM_M125_ID) },
        { USB_DEVICE(PALM_VENDOR_ID, PALM_M130_ID) },
+       { USB_DEVICE(PALM_VENDOR_ID, PALM_I705_ID) },
        { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_VISOR_ID) },
        { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_4_0_ID) },
        { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_S360_ID) },
@@ -192,6 +197,7 @@ static __devinitdata struct usb_device_id id_table [] = {
        { USB_DEVICE(PALM_VENDOR_ID, PALM_M515_ID) },
        { USB_DEVICE(PALM_VENDOR_ID, PALM_M125_ID) },
        { USB_DEVICE(PALM_VENDOR_ID, PALM_M130_ID) },
+       { USB_DEVICE(PALM_VENDOR_ID, PALM_I705_ID) },
        { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_3_5_ID) },
        { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_4_0_ID) },
        { USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_S360_ID) },
index da73c176a58f7482e272d1351c8d0ce9a8f9bf2f..b4a28ad79a163f08a566eb73c8652377348aadee 100644 (file)
@@ -24,6 +24,7 @@
 #define PALM_M500_ID                   0x0001
 #define PALM_M505_ID                   0x0002
 #define PALM_M515_ID                   0x0003
+#define PALM_I705_ID                   0x0020
 #define PALM_M125_ID                   0x0040
 #define PALM_M130_ID                   0x0050