~ubuntu-branches/ubuntu/quantal/zaptel/quantal

« back to all changes in this revision

Viewing changes to wctdm.c

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell, Tzafrir Cohen, Kilian Krause, Mark Purcell
  • Date: 2006-12-02 14:33:30 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061202143330-ezh6vrvpmab44gw8
Tags: 1:1.2.11.dfsg-1
[ Tzafrir Cohen ]
* Reverting my changes from 1:1.2.9.1.dfsg-2. Moved to the experimental
  branch.

[ Kilian Krause ]
* Remove bogus zaptel-modules from being Recommends (Closes: #387961)
* Update vzaphfc as proposed by Jens Wilke

[ Mark Purcell ]
* New Upstream Release
  - Fixes: Fails to build with pristine upstream kernel, very recent version
  (Closes: #400705)
  - Fixes: Please package version 1.2.11 (Closes: #399634)
  - Fixes: vzaphfc: error: 'CHECKSUM_HW' undeclared (Closes: #386498)
* Cleanup debian/patches/wct4xxp-dfsg.dpatch
* debian/rules call dh_installmodules from binary_modules:
  - Fixes:  I had to do depmod -a manually after doing m-a a-i zaptel (Closes:
  #332787)
* Update debian/patches/Makefile_uname.dpatch to force -O2
  - Fixes:  Cannot initiate a call to BRI (Closes: #386052)
* Remove Depends: zaptel from debian/control.modules.in
  - please don't depend on zaptel (Closes: #391826)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1184
1184
                printk("ProSLIC 3210 version %d is too old\n", blah & 0xf);
1185
1185
                return -1;
1186
1186
        }
1187
 
        if ((blah & 0xf) == 2) {
 
1187
        if (wctdm_getreg(wc, card, 1) & 0x80)
1188
1188
                /* ProSLIC 3215, not a 3210 */
1189
1189
                wc->flags[card] |= FLAG_3215;
1190
 
        }
 
1190
 
1191
1191
        blah = wctdm_getreg(wc, card, 8);
1192
1192
        if (blah != 0x2) {
1193
1193
                printk("ProSLIC on module %d insane (1) %d should be 2\n", card, blah);