Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83315 Details for
Bug 127086
New ebuild for linux-uvc (Driver for UVC compatible webcams)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch for the driver to compile with 2.6.16 kernels
kernel-2.6.16.patch (text/plain), 736 bytes, created by
Jürgen Geuter
on 2006-03-28 11:02:26 UTC
(
hide
)
Description:
the patch for the driver to compile with 2.6.16 kernels
Filename:
MIME Type:
Creator:
Jürgen Geuter
Created:
2006-03-28 11:02:26 UTC
Size:
736 bytes
patch
obsolete
>--- uvcvideo.old.c 2006-03-28 20:02:32.000000000 +0200 >+++ uvcvideo.c 2006-03-28 20:33:08.000000000 +0200 >@@ -2051,15 +2051,15 @@ > uvc_printk(KERN_DEBUG, "ioctl 0x%x (V4L1)\n", cmd); > break; > case 'V': >- uvc_printk(KERN_DEBUG, "ioctl 0x%x (%s)\n", >- cmd, v4l2_ioctl_names[_IOC_NR(cmd)]); >+ uvc_printk(KERN_DEBUG, "ioctl 0x%x\n", >+ cmd); > break; > default: > uvc_printk(KERN_DEBUG, "ioctl 0x%x (???)\n", cmd); > break; > } > #else >- v4l2_printk_ioctl(cmd); >+ // v4l2_printk_ioctl(cmd); > #endif > } > >@@ -2350,7 +2350,7 @@ > } > > static struct file_operations uvc_fops = { >- .owner = THIS_MODULE, >+ // .owner = THIS_MODULE, > .open = uvc_v4l2_open, > .release = uvc_v4l2_release, > .ioctl = uvc_v4l2_ioctl,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 127086
:
82784
|
83314
|
83315
|
92581
|
92582