]> Pileus Git - ~andy/linux/blobdiff - drivers/media/video/gspca/tv8532.c
V4L/DVB (8718): gspca: suspend/resume added.
[~andy/linux] / drivers / media / video / gspca / tv8532.c
index 1ff8ba2f7fe54ca83cb10a6428483bcf8b7bd694..d2273624a91d56e2c9223ac9de03f9da37c3681a 100644 (file)
@@ -644,6 +644,10 @@ static struct usb_driver sd_driver = {
        .id_table = device_table,
        .probe = sd_probe,
        .disconnect = gspca_disconnect,
+#ifdef CONFIG_PM
+       .suspend = gspca_suspend,
+       .resume = gspca_resume,
+#endif
 };
 
 /* -- module insert / remove -- */