Bug 174339 - Additional device ID for Conexant AccessRunner USB driver
Summary: Additional device ID for Conexant AccessRunner USB driver
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-28 10:27 UTC by Petr Tuma
Modified: 2015-01-04 22:23 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-12-01 06:45:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Petr Tuma 2005-11-28 10:27:12 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

Description of problem:
Can you please add the Well PTI-800 modem device ID to the Conexant AccessRunner USB driver ? (I've tested the modem and it works with the driver once the device ID is added.)

File /drivers/usb/atm/cxacru.c, array cxacru_usb_ids (line 783), add:

{ /* V = Conexant             P = ADSL modem (Well PTI-800 */
  USB_DEVICE(0x0572, 0xcb02), .driver_info = (unsigned long) &cxacru_cb00
},

Thank you.


Version-Release number of selected component (if applicable):
kernel-1.6.14-1.1663

How reproducible:
Always

Steps to Reproduce:
N/A

Actual Results:  N/A

Expected Results:  N/A

Additional info:

Comment 1 David Woodhouse 2005-11-29 12:03:08 UTC
Have you reported this to the driver's author?

Comment 2 Petr Tuma 2005-11-29 12:43:12 UTC
Only in the driver development mailing list. To make sure the informatin does
not get missed, I've just mailed the project maintainer at SourceForge directly too.

Comment 3 Dave Jones 2005-11-29 23:07:07 UTC
I sent this upstream a few days ago, GregKH merged it into his usb tree.
It'll propagate upstream at some point soon.



Note You need to log in before you can comment on or make changes to this bug.