Changeset 237a8e6f3641aa52a60f414edacd78a6d16b37f1
- 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
| r75a5fdd |
r237a8e6 |
|
| 1165 | 1165 | |
|---|
| 1166 | 1166 | 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) ) |
|---|
| 1168 | 1168 | { |
|---|
| 1169 | 1169 | msg_Err( p_access, "CAMInit: no compatible CAM module" ); |
|---|