Author: blues                        Date: Sun Mar 19 21:28:01 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SOURCES:
   kernel-video-qc-usb-messenger-compat_semaphore.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kernel-video-qc-usb-messenger-compat_semaphore.patch
diff -u /dev/null 
SOURCES/kernel-video-qc-usb-messenger-compat_semaphore.patch:1.1
--- /dev/null   Sun Mar 19 22:28:01 2006
+++ SOURCES/kernel-video-qc-usb-messenger-compat_semaphore.patch        Sun Mar 
19 22:27:56 2006
@@ -0,0 +1,11 @@
+--- ./quickcam.h.org   2006-03-19 21:12:30.000000000 +0000
++++ ./quickcam.h       2006-03-19 21:12:44.000000000 +0000
+@@ -533,7 +533,7 @@
+ /* Main per-camera data structure, most important thing in whole driver */
+ struct quickcam {
+       /* The following entries are initialized in qc_usb_init() when camera 
is plugged in */
+-      struct semaphore lock;                  /* Allow only one process to 
access quickcam at a time */
++      struct compat_semaphore lock;           /* Allow only one process to 
access quickcam at a time */
+       struct list_head list;                  /* All cameras are in a doubly 
linked list */
+       int users;                              /* User count (simultaneous 
open count) */
+       struct usb_device *dev;                 /* USB device, set to NULL when 
camera disconnected and interrupts disabled */
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to