[Home]

Summary:DAHLIN-00122: [patch] More hw ids for HFC-4S & HFC-8S
Reporter:odicha (odicha)Labels:
Date Opened:2009-07-03 10:15:39Date Closed:2010-03-25 09:46:41
Priority:MinorRegression?No
Status:Closed/CompleteComponents:wcb4xxp
Versions:2.2.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) wcb4xxp_dahdi-linux.patch
( 1) wcb4xxp_dahdi-tools.patch
Description:Solves a typo in Junghanns 8 ports card hw id & adds more hardware ids (Beronet mainly). All tested ok in asterisk-es group.

****** ADDITIONAL INFORMATION ******

New hw ids for dahdi-linux and dahdi-tools. A minor change in base.c because some hfc-4s uses initial Collogne design with 24.576 clock

- if (b4->card_type == B410P)
+ if ((b4->card_type == B410P) || (b4->card_type == QUADBRI_EVAL))
b4xxp_setreg8(b4, R_BRG_PCM_CFG, 0x02);
else
b4xxp_setreg8(b4, R_BRG_PCM_CFG, V_PCM_CLK);
Comments:By: Digium Subversion (svnbot) 2009-11-12 15:54:22.000-0600

Repository: dahdi
Revision: 7576

U   linux/trunk/drivers/dahdi/wcb4xxp/base.c
U   linux/trunk/drivers/dahdi/wcb4xxp/wcb4xxp.h

------------------------------------------------------------------------
r7576 | sruffell | 2009-11-12 15:54:21 -0600 (Thu, 12 Nov 2009) | 9 lines

wcb4xxp: More hw ids for HFC-4S & HFC-8S

Solves a typo in Junghanns 8 ports card hw id & adds more hardware ids
(Beronet mainly). All tested ok in asterisk-es group.

(issue DAHLIN-122)
Reported by: Odicha
Patches:
     wcb4xxp dahdi-linux.patch uploaded by Odicha (license 700)
------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=7576

By: Digium Subversion (svnbot) 2009-11-12 17:51:32.000-0600

Repository: dahdi
Revision: 7583

_U  linux/branches/2.2/

------------------------------------------------------------------------
r7583 | sruffell | 2009-11-12 17:51:31 -0600 (Thu, 12 Nov 2009) | 20 lines

Blocked revisions 7576,7579 via svnmerge

........
 r7576 | sruffell | 2009-11-12 15:48:17 -0600 (Thu, 12 Nov 2009) | 9 lines
 
 wcb4xxp: More hw ids for HFC-4S & HFC-8S
 
 Solves a typo in Junghanns 8 ports card hw id & adds more hardware ids
 (Beronet mainly). All tested ok in asterisk-es group.
 
 (issue DAHLIN-122)
 Reported by: Odicha
 Patches:
       wcb4xxp dahdi-linux.patch uploaded by Odicha (license 700)
........
 r7579 | sruffell | 2009-11-12 17:03:06 -0600 (Thu, 12 Nov 2009) | 1 line
 
 wcb4xxp: Add missing comma
........

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=7583

By: Tzafrir Cohen (tzafrir) 2010-03-22 00:51:27

Another missind ID: 1397:16b8:1397:b55b - seems to be a Junghanns OctoBRI card as well. Not sure what's different in it.

By: Digium Subversion (svnbot) 2010-03-25 09:43:30

Repository: dahdi
Revision: 8421

U   linux/trunk/drivers/dahdi/wcb4xxp/base.c

------------------------------------------------------------------------
r8421 | tzafrir | 2010-03-25 09:43:29 -0500 (Thu, 25 Mar 2010) | 10 lines

Some more wcb4xxp PCI IDs for Junghanns cards

Resolve two open issues. One of them that accidentally wasn't closed.

(closes issue DAHLIN-122)
(closes issue DAHLIN-167)

Reported by: lpistone
Tested by: okrief

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=8421

By: Digium Subversion (svnbot) 2010-03-25 09:46:41

Repository: dahdi
Revision: 8422

U   tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm

------------------------------------------------------------------------
r8422 | tzafrir | 2010-03-25 09:46:41 -0500 (Thu, 25 Mar 2010) | 8 lines

Some more wcb4xxp PCI IDs for Junghanns cards

(issue DAHLIN-122)
(issue DAHLIN-167)

Reported by: lpistone
Tested by: okrief

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=8422