diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-07-08 11:58:15 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 12:18:04 +0200 |
commit | ac0d6df69bc72eabda944fd14a958074dc08ca0c (patch) | |
tree | 28d452f1d5f4ca2316b8e1ad11c7476998567407 /drivers/media/video/gspca/gspca.h | |
parent | V4L/DVB (8231): gspca: Do not declare the webcams declared by other drivers. (diff) | |
download | linux-ac0d6df69bc72eabda944fd14a958074dc08ca0c.tar.xz linux-ac0d6df69bc72eabda944fd14a958074dc08ca0c.zip |
V4L/DVB (8232): gspca: Change the USERPTR mechanism.
main: Change the packet copy mechanism for userptr.
Cannot do reqbufs ioctl when already done and count != 0.
Accept count < frame size in read().
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/gspca/gspca.h')
-rw-r--r-- | drivers/media/video/gspca/gspca.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h index 945f1ab4c9eb..9b645af81a07 100644 --- a/drivers/media/video/gspca/gspca.h +++ b/drivers/media/video/gspca/gspca.h @@ -156,8 +156,6 @@ struct gspca_dev { char nbufread; /* number of buffers for read() */ char nurbs; /* number of allocated URBs */ char memory; /* memory type (V4L2_MEMORY_xxx) */ - __u8 urb_in; /* URB pointers - used when !mmap */ - __u8 urb_out; __u8 nbalt; /* number of USB alternate settings */ }; |