comparison driver/pt1_tuner_data.c @ 120:3914cc1b2375

- adapted to 3.x kernels - replaced lock/unlock_kernel with mutex - enlarged read size - changed the order in clean up so that the module no longer hangs on being removed - changed channel step of bs17 as the upstream - adopted some useful patches
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 06 Jan 2012 17:32:36 +0900
parents 6e661e828b43
children 2dc994610477
comparison
equal deleted inserted replaced
119:7662d0ecd74b 120:3914cc1b2375
661 /* BS-17 */ 661 /* BS-17 */
662 /***************************************************************************/ 662 /***************************************************************************/
663 WBLOCK bs_17_step1 = { 663 WBLOCK bs_17_step1 = {
664 0, 664 0,
665 6, 665 6,
666 {0xFE, 0xC0, 0x45, 0x73, 0xE0, 0x40} 666 {0xFE, 0xC0, 0x45, 0x4C, 0xE0, 0x40}
667 }; 667 };
668 WBLOCK bs_17_step3 = { 668 WBLOCK bs_17_step3 = {
669 0, 669 0,
670 4, 670 4,
671 {0xFE, 0xC0, 0xF4, 0X44} 671 {0xFE, 0xC0, 0xF4, 0X44}