Hi folks,
I still use Dave's PCMCIA over the kernel version, and alsa over kernel
sound,
so another module system would not bother me.
OTOH, the test6-irda3 patch was indeed huge and ugly.
I think this patch could be broken up.
1. Make one patch that converts queue_t to irda_queue_t
2. Make these bits into one patch
-               if (!capable(CAP_NET_ADMIN))
+               /*
+                * This function will also be used by IrLAP to change
the
+                * speed, so we still must allow for speed change within
+                * interrupt context.
+                */
+               if (!in_interrupt() && !capable(CAP_NET_ADMIN))

3. Separate out the Makefile patch
4. Submit those individually.
5. See whats left.


> 
> Any comments?
> 
> -- Dag
> 
> _______________________________________________
> Linux-IrDA mailing list  -  [EMAIL PROTECTED]
> http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda
_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to