FreeBSD Bugzilla – Attachment 87082 Details for
Bug 123640
[patch] [snd_cmi] add support of "C-Media INC. USB Sound Device" a.k.a. CMI120
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 617 bytes, created by
Juan José del Río
on 2008-05-13 21:00:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Juan José del Río
Created:
2008-05-13 21:00:13 UTC
Size:
617 bytes
patch
obsolete
>--- cmi.c~ 2008-05-13 21:35:37.000000000 +0200 >+++ cmi.c 2008-05-13 21:35:04.000000000 +0200 >@@ -60,6 +60,7 @@ > #define CMI8338B_PCI_ID 0x010113f6 > #define CMI8738_PCI_ID 0x011113f6 > #define CMI8738B_PCI_ID 0x011213f6 >+#define CMI120_USB_ID 0x01030d8c > > /* Buffer size max is 64k for permitted DMA boundaries */ > #define CMI_DEFAULT_BUFSZ 16384 >@@ -916,6 +917,9 @@ > case CMI8738B_PCI_ID: > device_set_desc(dev, "CMedia CMI8738B"); > return BUS_PROBE_DEFAULT; >+ case CMI120_USB_ID: >+ device_set_desc(dev, "CMedia CMI120"); >+ return BUS_PROBE_DEFAULT; > default: > return ENXIO; > }
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 123640
: 87082