hi greg,
        this fixes an uninitialzed spinlock in ipaq.c. the driver should work
on smp machines now.

ganesh

# This is a BitKeeper generated patch for the following project:
# Project Name: greg k-h's linux 2.4 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.816   -> 1.817  
#       drivers/usb/serial/ipaq.c       1.15    -> 1.16   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/11/23      [EMAIL PROTECTED]       1.817
# brown paper bag bug - uninitialized spinlock fixed.
# --------------------------------------------
#
diff -Nru a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c
--- a/drivers/usb/serial/ipaq.c Sat Nov 23 03:38:18 2002
+++ b/drivers/usb/serial/ipaq.c Sat Nov 23 03:38:18 2002
@@ -63,7 +63,7 @@
 /*
  * Version Information
  */
-#define DRIVER_VERSION "v0.2"
+#define DRIVER_VERSION "v0.3"
 #define DRIVER_AUTHOR "Ganesh Varadarajan <[EMAIL PROTECTED]>"
 #define DRIVER_DESC "USB Compaq iPAQ, HP Jornada, Casio EM500 driver"
 
@@ -516,6 +516,7 @@
 
 static int __init ipaq_init(void)
 {
+       spin_lock_init(&write_list_lock);
        usb_serial_register(&ipaq_device);
        info(DRIVER_DESC " " DRIVER_VERSION);
 
This BitKeeper patch contains the following changesets:
+
## Wrapped with gzip_uu ##


begin 664 bkpatch21698
M'XL(`.2JWCT``[54;6O;,!#^'/V*HX&Q46S?2;(=>V1D:\L6-M:2TGT-LJW8
M(JF=^:7IAG_\Y!1:.I9UK\(26+H[/?<\#QK#5:/K>)2K4C<%&\.[JFGC4=O=
MMM76O;DU96:4>Z-KTZK&3:MK&[*H*AOB%=6U]N[RO%U5K[VN21SN2F?X,67.
M;.B%:M,";'H3C\@5]SOMEZV.1XNSMU<?7B\8FT[AI%!EKB]U"],I2]:SK-,;
M=UU7JG"K.N_OCWN.2.@C<2$#Y#V&2'X?A)D*I<#(]V5&FMA.%;4ND[I+B]FZ
M2LS&S?3C(IS(KB$&4O8B\CEGIT#NA$)`[A%Y7`"*6,A8\F/T8X%PU^OL,#=P
M3.`@>P-_C_^$I9#4U:Z$K=KJ&A*50]+EX$!7FM*T1FW,5YU!LS7EIDK7L#*W
M.G/9>Y`D(\XN'@AESF\.QE`A>V5OME)]WTA6FT'.06S/.L?B\,Q6?7;3?6/$
M>4`37_C8DYA(WB>A2$(=1J$O=9($XFD2?W[#H)H=B()ZE!.2>_,<3!G,]#_:
M8'FM\]E=N:<Q8T1($9$M9\7&:.\T"AX;#6-!OVXT#@[],Z/]R%"#DP9ZS\&I
M=_O/&N/B,--_X++3(`!B\_TZSO3*E!I.%_-/9XNEG9?S\X]P=(.N.&)SGR8V
M:#2`6P[HE@/DY\]VEA&]W)BFW>^^>/GPYJ2%3M=-=SU=H56-^ROV#5P&^RGK
#!```
`
end


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to