# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.491   -> 1.492  
#	drivers/usb/serial/ipaq.h	1.3     -> 1.4    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/08/17	ganesh@vxindia.veritas.com	1.492
# [PATCH] typo in usb/serial/ipaq.h
# 
#         this fixes HP's vendor ID in ipaq.h
# --------------------------------------------
#
diff -Nru a/drivers/usb/serial/ipaq.h b/drivers/usb/serial/ipaq.h
--- a/drivers/usb/serial/ipaq.h	Sun Aug 18 20:48:29 2002
+++ b/drivers/usb/serial/ipaq.h	Sun Aug 18 20:48:29 2002
@@ -19,7 +19,7 @@
 #define COMPAQ_VENDOR_ID	0x049f
 #define COMPAQ_IPAQ_ID		0x0003
 
-#define HP_VENDOR_ID		0x003f
+#define HP_VENDOR_ID		0x03f0
 #define HP_JORNADA_548_ID	0x1016
 #define HP_JORNADA_568_ID	0x1116
 
