# US ATSC center frequencies, use if in doubt A 57028615 8VSB A 63028615 8VSB A 69028615 8VSB A 79028615 8VSB A 85028615 8VSB A 177028615 8VSB A 183028615 8VSB A 189028615 8VSB A 195028615 8VSB A 201028615 8VSB A 207028615 8VSB A 213028615 8VSB A 473028615 8VSB A 479028615 8VSB A 485028615 8VSB A 491028615 8VSB A 497028615 8VSB A 503028615 8VSB A 509028615 8VSB A 515028615 8VSB A 521028615 8VSB A 527028615 8VSB A 533028615 8VSB A 539028615 8VSB A 545028615 8VSB A 551028615 8VSB A 557028615 8VSB A 563028615 8VSB A 569028615 8VSB A 575028615 8VSB A 581028615 8VSB A 587028615 8VSB A 593028615 8VSB A 599028615 8VSB A 605028615 8VSB A 611028615 8VSB A 617028615 8VSB A 623028615 8VSB A 629028615 8VSB A 635028615 8VSB A 641028615 8VSB A 647028615 8VSB A 653028615 8VSB A 659028615 8VSB A 665028615 8VSB A 671028615 8VSB A 677028615 8VSB A 683028615 8VSB A 689028615 8VSB A 695028615 8VSB A 701028615 8VSB A 707028615 8VSB A 713028615 8VSB A 719028615 8VSB A 725028615 8VSB A 731028615 8VSB A 737028615 8VSB A 743028615 8VSB A 749028615 8VSB A 755028615 8VSB A 761028615 8VSB A 767028615 8VSB A 773028615 8VSB A 779028615 8VSB A 785028615 8VSB A 791028615 8VSB A 797028615 8VSB A 803028615 8VSB cd4linux.git/log/widget_bar.c?h=master&follow=1'>logtreecommitdiffstats
path: root/widget_bar.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-22drv_picoLCDGraphic.c: changed two annoying info messages to debugging messagesmzuther1-2/+2
2010-04-18drv_picoLCDGraphic.c: alternative use of keypad widgets (instead of GPIO)mzuther1-2/+78
2010-04-18X11 driver: correctly handle key releasesmzuther2-17/+28
2010-03-12changed hardcoded pixel resolution to configuration; usb_*_np functions only ...volker1-21/+30
2010-02-23'Fix the huawei e220 at commands' by Jarmichael1-12/+9
2010-02-15drv_picoLCDGraphic.c: minimum USB read timeout is now 1 msmzuther1-1/+1
2010-02-14drv_picoLCDGraphic.c: added configuration for USB read timeoutmzuther1-1/+9
2010-02-14indent.sh runmichael1-172/+171
2010-02-14plugin_huawei-fix-interval-check_V2.patch from Jarmichael1-35/+35
2010-02-12Improved config behavior.mjona1-9/+32
2010-02-12Fixed a segmentation fault bug in cfg_get().mjona1-1/+1
2010-02-11All static memory allocations were turned into dynamical ones.mjona1-128/+200
2010-02-07timer.c: two small optimizations (removed "flag"; tv_usec can't be negative)mzuther1-7/+4
2010-02-07added grouping of widgets by update interval (new file "timer_group.c")mzuther13-168/+441
2010-02-07BUG: handle negative delays in timer_process() (timer.c)mzuther1-0/+4
2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4
2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3
2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10
2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0
2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1
2010-02-04small warning removedmichael1-1/+1
2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2