diff options
author | Roberto Ragusa <devnull@localhost> | 2003-12-10 00:21:31 +0000 |
---|---|---|
committer | Roberto Ragusa <devnull@localhost> | 2003-12-10 00:21:31 +0000 |
commit | 4884d78652757fcbb80a11ac41903b94abd152d9 (patch) | |
tree | 8a483e8ba54913089e711a6746a7599f263480a9 /linux/drivers/media/dvb/b2c2/Makefile | |
parent | b64408e8a74e800a9825862904581329b6fe8c4c (diff) | |
download | mediapointer-dvb-s2-4884d78652757fcbb80a11ac41903b94abd152d9.tar.gz mediapointer-dvb-s2-4884d78652757fcbb80a11ac41903b94abd152d9.tar.bz2 |
- pid addition/removal and open_whole_bandwidth() reworked:
add_pid() and remove_pid() handle ref count tables only;
add_hw_pid() and remove_hw_pid() set the hardware, enabling/disabling
whole_bandwidth when necessary;
pid==0x2000 is considered special by *_hw_* functions only.
- write_reg_op() replaced by write_reg_bitfield(), simpler, cleaner
instead of:
write_reg_op(adapter,0x456,3,0xffffe000,0x1234);
we have now:
write_reg_bitfield(adapter,0x456,0x00001fff,0x1234);
- better usage of u8, u16, u32, int
- changed hexadecimal values to lowercase
- improved enable_hw_filters and related log messages
- lot of coding styling fixes
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/Makefile')
0 files changed, 0 insertions, 0 deletions