diff options
author | Jean-François Moine <moinejf@free.fr> | 2010-06-05 12:47:36 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 19:44:56 +0200 |
commit | 4462864d723fcae990bde5621a19a8dce9231cfa (patch) | |
tree | db1206e581c5706592c903220d6edfa4e2704c99 /drivers/media/video/gspca/gspca.h | |
parent | V4L/DVB: gspca - sq930x: New subdriver (diff) | |
download | linux-4462864d723fcae990bde5621a19a8dce9231cfa.tar.xz linux-4462864d723fcae990bde5621a19a8dce9231cfa.zip |
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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h index 8b963dfae861..3215e4216a31 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, |