Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 315687 Details for
Bug 453171
kernel: usbhid: probe of 3-1:1.0 failed with error -5
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
test patch
0001--USB-fix-hid-core-to-return-proper-error-code-from.patch (text/plain), 1.14 KB, created by
Aristeu Rozanski
on 2008-09-03 20:44:27 UTC
(
hide
)
Description:
test patch
Filename:
MIME Type:
Creator:
Aristeu Rozanski
Created:
2008-09-03 20:44:27 UTC
Size:
1.14 KB
patch
obsolete
>From 479f6ea85e513551510ad52f37e69e1c596ad356 Mon Sep 17 00:00:00 2001 >From: Stelian Pop <stelian@popies.net> >Date: Wed, 22 Jun 2005 17:53:28 +0200 >Subject: [PATCH] [PATCH] USB: fix hid core to return proper error code from probe > >Drivers need to return -ENODEV when they can't bind to a device. >Anything else stops the "bind a device to a driver" search. > >From: Stelian Pop <stelian@popies.net> >Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> >--- > drivers/usb/input/hid-core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >--- tree.orig/drivers/usb/input/hid-core.c 2008-09-03 16:33:39.000000000 -0400 >+++ tree/drivers/usb/input/hid-core.c 2008-09-03 16:43:03.000000000 -0400 >@@ -1817,7 +1817,7 @@ static int hid_probe (struct usb_interfa > intf->altsetting->desc.bInterfaceNumber); > > if (!(hid = usb_hid_configure(intf))) >- return -EIO; >+ return -ENODEV; > > hid_init_reports(hid); > hid_dump_device(hid); >@@ -1834,7 +1834,7 @@ static int hid_probe (struct usb_interfa > if (!hid->claimed) { > printk ("HID device not claimed by input or hiddev\n"); > hid_disconnect(intf); >- return -EIO; >+ return -ENODEV; > } > > printk(KERN_INFO);
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 453171
: 315687