patch-2.4.19 linux-2.4.19/drivers/usb/serial/ipaq.h

Next file: linux-2.4.19/drivers/usb/serial/pl2303.c
Previous file: linux-2.4.19/drivers/usb/serial/ipaq.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/usb/serial/ipaq.h linux-2.4.19/drivers/usb/serial/ipaq.h
@@ -1,7 +1,7 @@
 /*
  * USB Compaq iPAQ driver
  *
- *	Copyright (C) 2001
+ *	Copyright (C) 2001 - 2002
  *	    Ganesh Varadarajan <ganesh@veritas.com>
  *
  *	This program is free software; you can redistribute it and/or modify
@@ -16,8 +16,15 @@
 #define __LINUX_USB_SERIAL_IPAQ_H
 
 
-#define IPAQ_VENDOR_ID			0x049f
-#define IPAQ_PRODUCT_ID			0x0003
+#define COMPAQ_VENDOR_ID	0x049f
+#define COMPAQ_IPAQ_ID		0x0003
+
+#define HP_VENDOR_ID		0x003f
+#define HP_JORNADA_548_ID	0x1016
+#define HP_JORNADA_568_ID	0x1116
+
+#define CASIO_VENDOR_ID		0x07cf
+#define CASIO_EM500_ID		0x2002
 
 /*
  * Since we can't queue our bulk write urbs (don't know why - it just

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)