Changeset 237a8e6f3641aa52a60f414edacd78a6d16b37f1

Show
Ignore:
Timestamp:
07/07/05 11:07:16 (3 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1120727236 +0000
git-parent:

[19a6aa8f7794a182d386e9c6baf4de3269ee8b91]

git-author:
Christophe Massiot <massiot@videolan.org> 1120727236 +0000
Message:
  • modules/access/dvb/linux_dvb.c: Fixed support of Nexus-S, patch courtesy
    of Michael Ditum.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/dvb/linux_dvb.c

    r75a5fdd r237a8e6  
    11651165 
    11661166    if ( ioctl( p_sys->i_ca_handle, CA_GET_CAP, &caps ) != 0 
    1167           || caps.slot_num == 0 || caps.slot_type != CA_CI_LINK
     1167          || caps.slot_num == 0 || !(caps.slot_type & CA_CI_LINK)
    11681168    { 
    11691169        msg_Err( p_access, "CAMInit: no compatible CAM module" );