Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 329286 Details for
Bug 442808
sys-kernel/gentoo-sources sys-kernel/hardened-sources 3.6.5, 3.6.6 keyspan driver GPF oops
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for gentoo-sources-3.6.6 keyspan USB serial oops
keyspan-fix_gentoo-sources-3.6.6.patch (text/plain), 668 bytes, created by
Hank Leininger
on 2012-11-11 20:51:23 UTC
(
hide
)
Description:
Fix for gentoo-sources-3.6.6 keyspan USB serial oops
Filename:
MIME Type:
Creator:
Hank Leininger
Created:
2012-11-11 20:51:23 UTC
Size:
668 bytes
patch
obsolete
>--- drivers/usb/serial/keyspan.c.orig 2012-11-07 15:59:26.728468322 -0500 >+++ drivers/usb/serial/keyspan.c 2012-11-11 15:32:15.306960825 -0500 >@@ -2448,7 +2448,7 @@ > static int keyspan_port_probe(struct usb_serial_port *port) > { > struct usb_serial *serial = port->serial; >- struct keyspan_port_private *s_priv; >+ struct keyspan_serial_private *s_priv; > struct keyspan_port_private *p_priv; > const struct keyspan_device_details *d_details; > struct callbacks *cback; >@@ -2463,7 +2463,6 @@ > if (!p_priv) > return -ENOMEM; > >- s_priv = usb_get_serial_data(port->serial); > p_priv->device_details = d_details; > > /* Setup values for the various callback routines */
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 442808
:
329284
| 329286