aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/gspca.h
diff options
context:
space:
mode:
authorJean-François Moine <moinejf@free.fr>2010-06-05 07:47:36 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 14:44:56 -0300
commit4462864d723fcae990bde5621a19a8dce9231cfa (patch)
treedb1206e581c5706592c903220d6edfa4e2704c99 /drivers/media/video/gspca/gspca.h
parent618a864ee7b720aa3560796e0dfad0e674366e60 (diff)
downloadkernel_samsung_crespo-4462864d723fcae990bde5621a19a8dce9231cfa.zip
kernel_samsung_crespo-4462864d723fcae990bde5621a19a8dce9231cfa.tar.gz
kernel_samsung_crespo-4462864d723fcae990bde5621a19a8dce9231cfa.tar.bz2
V4L/DVB: gspca - main: Function gspca_dev_probe2 added
This function is used when the USB video interface is checked by the subdriver. Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/gspca.h')
-rw-r--r--drivers/media/video/gspca/gspca.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h
index 8b963df..3215e42 100644
--- a/drivers/media/video/gspca/gspca.h
+++ b/drivers/media/video/gspca/gspca.h
@@ -217,6 +217,11 @@ int gspca_dev_probe(struct usb_interface *intf,
const struct sd_desc *sd_desc,
int dev_size,
struct module *module);
+int gspca_dev_probe2(struct usb_interface *intf,
+ const struct usb_device_id *id,
+ const struct sd_desc *sd_desc,
+ int dev_size,
+ struct module *module);
void gspca_disconnect(struct usb_interface *intf);
void gspca_frame_add(struct gspca_dev *gspca_dev,
enum gspca_packet_type packet_type,