Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] USB: add new visor id for Treo 650

Thanks to Jamieson Becker <jamie@jamiebecker.com> for the info

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

diff -Naur -X dontdiff-osdl tmp/linux-2.6.12-rc2/drivers/usb/serial/visor.h linux-2.6/drivers/usb/serial/visor.h

+4
+3
drivers/usb/serial/visor.c
··· 215 215 .driver_info = (kernel_ulong_t)&palm_os_4_probe }, 216 216 { USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_T_ID), 217 217 .driver_info = (kernel_ulong_t)&palm_os_4_probe }, 218 + { USB_DEVICE(PALM_VENDOR_ID, PALM_TREO_650), 219 + .driver_info = (kernel_ulong_t)&palm_os_4_probe }, 218 220 { USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_Z_ID), 219 221 .driver_info = (kernel_ulong_t)&palm_os_4_probe }, 220 222 { USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE31_ID), ··· 275 273 { USB_DEVICE(PALM_VENDOR_ID, PALM_M125_ID) }, 276 274 { USB_DEVICE(PALM_VENDOR_ID, PALM_M130_ID) }, 277 275 { USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_T_ID) }, 276 + { USB_DEVICE(PALM_VENDOR_ID, PALM_TREO_650) }, 278 277 { USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_Z_ID) }, 279 278 { USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE31_ID) }, 280 279 { USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE_ID) },
+1
drivers/usb/serial/visor.h
··· 30 30 #define PALM_M125_ID 0x0040 31 31 #define PALM_M130_ID 0x0050 32 32 #define PALM_TUNGSTEN_T_ID 0x0060 33 + #define PALM_TREO_650 0x0061 33 34 #define PALM_TUNGSTEN_Z_ID 0x0031 34 35 #define PALM_ZIRE31_ID 0x0061 35 36 #define PALM_ZIRE_ID 0x0070