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 159416 Details for
Bug 248539
kernel ignores ENE Technology CB-712/4 SD/MMC card reader
[?]
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]
adds entries so that the kernel recognises ENE cb712/4 with PCI id 0x0551
kernel-2.6.21_ene_cb712.patch (text/plain), 1.34 KB, created by
Richard Schwarting
on 2007-07-17 12:07:11 UTC
(
hide
)
Description:
adds entries so that the kernel recognises ENE cb712/4 with PCI id 0x0551
Filename:
MIME Type:
Creator:
Richard Schwarting
Created:
2007-07-17 12:07:11 UTC
Size:
1.34 KB
patch
obsolete
>diff -uNrp kernel-2.6.21.orig/linux-2.6.21.x86_64/drivers/mmc/sdhci.c kernel-2.6.21.new/linux-2.6.21.x86_64/drivers/mmc/sdhci.c >--- kernel-2.6.21.orig/linux-2.6.21.x86_64/drivers/mmc/sdhci.c 2007-07-16 22:03:28.000000000 -0400 >+++ kernel-2.6.21.new/linux-2.6.21.x86_64/drivers/mmc/sdhci.c 2007-07-16 22:35:21.000000000 -0400 >@@ -71,6 +71,15 @@ static const struct pci_device_id pci_id > .driver_data = SDHCI_QUIRK_SINGLE_POWER_WRITE, > }, > >+ { >+ .vendor = PCI_VENDOR_ID_ENE, >+ .device = PCI_DEVICE_ID_ENE_CB712_SD_2, >+ .subvendor = PCI_ANY_ID, >+ .subdevice = PCI_ANY_ID, >+ .driver_data = SDHCI_QUIRK_SINGLE_POWER_WRITE, >+ }, >+ >+ > { /* Generic SD host controller */ > PCI_DEVICE_CLASS((PCI_CLASS_SYSTEM_SDHCI << 8), 0xFFFF00) > }, >diff -uNrp kernel-2.6.21.orig/linux-2.6.21.x86_64/include/linux/pci_ids.h kernel-2.6.21.new/linux-2.6.21.x86_64/include/linux/pci_ids.h >--- kernel-2.6.21.orig/linux-2.6.21.x86_64/include/linux/pci_ids.h 2007-07-16 22:00:51.000000000 -0400 >+++ kernel-2.6.21.new/linux-2.6.21.x86_64/include/linux/pci_ids.h 2007-07-16 22:37:06.000000000 -0400 >@@ -1991,6 +1991,7 @@ > > #define PCI_VENDOR_ID_ENE 0x1524 > #define PCI_DEVICE_ID_ENE_CB712_SD 0x0550 >+#define PCI_DEVICE_ID_ENE_CB712_SD_2 0x0551 > #define PCI_DEVICE_ID_ENE_1211 0x1211 > #define PCI_DEVICE_ID_ENE_1225 0x1225 > #define PCI_DEVICE_ID_ENE_1410 0x1410
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 248539
: 159416