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 307010 Details for
Bug 448854
Failed to open device sm3840
[?]
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]
Patch to fix failed to open device
failed_open_device.patch (text/plain), 463 bytes, created by
Bob Kashani
on 2008-05-29 03:01:53 UTC
(
hide
)
Description:
Patch to fix failed to open device
Filename:
MIME Type:
Creator:
Bob Kashani
Created:
2008-05-29 03:01:53 UTC
Size:
463 bytes
patch
obsolete
>--- backend/sm3840.c 2008-02-03 02:34:20.000000000 -0800 >+++ backend/sm3840.c.new 2008-05-28 17:47:27.000000000 -0700 >@@ -805,10 +805,9 @@ sane_open (SANE_String_Const devicename, > if (!s) > return SANE_STATUS_NO_MEM; > >- s->udev = 0; > status = sanei_usb_open (dev->sane.name, &(s->udev)); >- if (!s->udev) >- return SANE_STATUS_ACCESS_DENIED; >+ if (status != SANE_STATUS_GOOD) >+ return status; > > initialize_options_list (s); > s->scanning = 0;
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 448854
: 307010