lkml.org 
[lkml]   [2006]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 05/20] V4L/DVB (3343) Add support for DViCO FusionHDTV DVB-T USB devices
mchehab@infradead.org wrote:
>
> + .urb = {
> + .type = DVB_USB_BULK,
> + .count = 5,
> + .endpoint = 0x04,
> + .u = {
> + .bulk = {
> + .buffersize = 8192,
> + }
> + }
> + },

Note that we don't need to go through this pain any more. With the
gcc-2.95 abandonment we can do

.u.bulk.buffersize = 8192;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-01-12 04:54    [W:1.010 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site