Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 306383 | Differences between
and this patch

Collapse All | Expand All

(-)smartcam-1.4.0.orig/driver_src/smartcam.c (-4 / +1 lines)
Lines 551-557 Link Here
551
}
551
}
552
552
553
static const struct v4l2_file_operations smartcam_fops = {
553
static const struct v4l2_file_operations smartcam_fops = {
554
	.owner		= THIS_MODULE,
555
	.open           = smartcam_open,
554
	.open           = smartcam_open,
556
	.release        = smartcam_release,
555
	.release        = smartcam_release,
557
	.read           = smartcam_read,
556
	.read           = smartcam_read,
Lines 632-638 Link Here
632
module_init(smartcam_init);
631
module_init(smartcam_init);
633
module_exit(smartcam_exit);
632
module_exit(smartcam_exit);
634
633
635
MODULE_DESCRIPTION("Smartphone Webcam");
634
636
MODULE_AUTHOR("Ionut Dediu");
637
MODULE_LICENSE("Dual BSD/GPL");
638
635

Return to bug 306383