hi,
        this adds the dell axim and toshiba e740 vendor/product ids to the
ipaq driver.

thanks,
ganesh

# This is a BitKeeper generated patch for the following project:
# Project Name: greg k-h's linux 2.5 USB kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.1282  -> 1.1283 
#       drivers/usb/serial/ipaq.h       1.9     -> 1.10   
#       drivers/usb/serial/ipaq.c       1.41    -> 1.42   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/01/16      [EMAIL PROTECTED]       1.1283
# Added ids for the Dell Axim and Toshiba E740. Thanks to Ian Molton
# and B.I.
# --------------------------------------------
#
diff -Nru a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c
--- a/drivers/usb/serial/ipaq.c Thu Jan 16 06:44:46 2003
+++ b/drivers/usb/serial/ipaq.c Thu Jan 16 06:44:46 2003
@@ -106,6 +106,7 @@
        { USB_DEVICE(CASIO_VENDOR_ID, CASIO_EM500_ID) },
        { USB_DEVICE(COMPAQ_VENDOR_ID, COMPAQ_IPAQ_ID) },
        { USB_DEVICE(COMPAQ_VENDOR_ID, COMPAQ_0032_ID) },
+       { USB_DEVICE(DELL_VENDOR_ID, DELL_AXIM_ID) },
        { USB_DEVICE(HP_VENDOR_ID, HP_JORNADA_548_ID) },
        { USB_DEVICE(HP_VENDOR_ID, HP_JORNADA_568_ID) },
        { USB_DEVICE(HP_VENDOR_ID, HP_2016_ID) },
@@ -126,6 +127,7 @@
        { USB_DEVICE(SAGEM_VENDOR_ID, SAGEM_WIRELESS_ID) },
        { USB_DEVICE(SOCKET_VENDOR_ID, SOCKET_PRODUCT_ID) },
        { USB_DEVICE(TOSHIBA_VENDOR_ID, TOSHIBA_PRODUCT_ID) },
+       { USB_DEVICE(TOSHIBA_VENDOR_ID, TOSHIBA_E740_ID) },
        { USB_DEVICE(HTC_VENDOR_ID, HTC_PRODUCT_ID) },
        { USB_DEVICE(NEC_VENDOR_ID, NEC_PRODUCT_ID) },
        { }                                     /* Terminating entry */
diff -Nru a/drivers/usb/serial/ipaq.h b/drivers/usb/serial/ipaq.h
--- a/drivers/usb/serial/ipaq.h Thu Jan 16 06:44:46 2003
+++ b/drivers/usb/serial/ipaq.h Thu Jan 16 06:44:46 2003
@@ -30,6 +30,9 @@
 #define COMPAQ_IPAQ_ID         0x0003
 #define COMPAQ_0032_ID         0x0032
 
+#define DELL_VENDOR_ID         0x413c
+#define DELL_AXIM_ID           0x4001
+
 #define HP_VENDOR_ID           0x03f0
 #define HP_JORNADA_548_ID      0x1016
 #define HP_JORNADA_568_ID      0x1116
@@ -63,6 +66,7 @@
 
 #define TOSHIBA_VENDOR_ID      0x0930
 #define TOSHIBA_PRODUCT_ID     0x0700
+#define TOSHIBA_E740_ID                0x0706
 
 #define HTC_VENDOR_ID          0x0bb4
 #define HTC_PRODUCT_ID         0x00ce
This BitKeeper patch contains the following changesets:
+
## Wrapped with gzip_uu ##


begin 664 bkpatch1146
M'XL(`)$')CX``]65VVZ;0!"&K]FG&"DWK1+#G@U(KF+';H.:-)%S4"\J16M8
M&V0;7,")J])W[V+GT#A*XB2JJB(D6';^96;V^V$+S@J=^]9(I;J(T1;L9T7I
M6^5\468S^W*1I%&B[$N=)Z4J[#";FI!^EID0)\ZFVEGIG*LL'SOS8M"@MFC4
M@R0=(1-ZK,HP!B,O?(O8[/9)^6.F?:O?^W1VT.XCU&K!7JS2D3[1);1::##>
MC>9Z8H_S3,5VEH^JV^F*8DP(H0(S(8FHJ,L8KXC$@\C<1K3I#0?20Z-<CW97
M<I/T?3DS"TA,*!&XPH1)@;I`;&+D@)F#B4,D8.ESZG.\C87/,*S*W'V\+;!-
MH8%1!]Z>^AX*H1U%.H(D*F"8Y5#&&KIZ,H'V(IF"2B,XS8HX&2CH-3FVX=2\
M85Q`F4&@4CC,)F66FD7JP(X=V.@C"$'09Q",$G1\UVK4>.&!$%88?8!9O8GK
M=49Y4F]TC8%CF$K4Q$EFZKL=UG533'!]$=RK./&(5PT5T\04'%(6>J81S_?X
MZ3=<[RJAK%D)(3E]:9[Q@SRIAUE%E':I(L330IIUR1ORC-?S9*[;%$O\'RVM
MML/?:/>Z0Y[K+9984,)EQ5TIO*5C.%WW"VO^#WZIG;`$Y`@:^=7R-&@?/[X'
MK_!)0+`+!%D_X>RD<]'MG0=[O7?=WL'!Q7GO2_>H?Q%T=V`Y;G\-#LWH/?S:
M,2KZ4'5Z=+(?=-I_"F\>U>7<:)^B*'XQ11N:85.*XG6*&.4N7WUW\5LHXO^2
MHI5]-Z0H?@U%C(+Y:49ZF*0:[N-C67C!"0OO3U_3M)PT=:-O*)#"('43M$9.
>'8>;6-[]J\-8A^-B/FV%DFJ.78E^`RX]T?PC"```
`
end


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to