#------------------------------------------------------------------------------
# contributed by     Julian Cable (julian.cable@virgin.net)         07-Jan-2003
#------------------------------------------------------------------------------
#
# filename:                      4400
# encoding:                      shift encoded, RC-5
# brand:             Bush
# model:             4400
# supported devices: 28" Widescreen TV
#
#  still haven't found Teletext specific keys
#
#------------------------------------------------------------------------------

begin remote

   name  4400
   bits           13
   flags RC5|CONST_LENGTH
   eps            20
   aeps            0

   one           889   889
   zero          889   889
   plead         889
   gap          113792
   toggle_bit      2

   frequency    36000
   duty_cycle   50

       begin codes
	'0'                   0x0000000000001000    # 0
	'1'                   0x0000000000001001    # 1
	'2'                   0x0000000000001002    # 2
	'3'                   0x0000000000001003    # 3
	'4'                   0x0000000000001004    # 4
	'5'                   0x0000000000001005    # 5
	'6'                   0x0000000000001006    # 6
	'7'                   0x0000000000001007    # 7
	'8'                   0x0000000000001008    # 8
	'9'                   0x0000000000001009    # 9
	'OFF'                 0x000000000000100C    # off
	'MUTE'                0x000000000000100D    # mute
	'NORM'                0x000000000000100E    # norm
	'OSD'                 0x000000000000100F    # osd
	'VOLUMEUP'            0x0000000000001010    # vol+
	'VOLUMEDOWN'          0x0000000000001011    # vol-
	'CHANNELUP'           0x0000000000001020    # chan+
	'CHANNELDOWN'         0x0000000000001021    # chan-
	'LAST'                0x0000000000001024    # last
	'CLOCKON'             0x000000000000102A    # clockon
	'YELLOW'              0x0000000000001032    # yellow
	'BLUE'                0x0000000000001034    # blue
	'WHITE'               0x0000000000001035    # white
	'GREEN'               0x0000000000001036    # green
	'RED'                 0x0000000000001037    # red
	'AV'                  0x0000000000001038    # av
	'MENU'                0x000000000000103B    # menu
	'TEXT'                0x000000000000103C    # text
	'TV'                  0x000000000000103F    # tv
	'MENU-OFF'            0x0000000000000013    # menu-off
	'ZOOM'                0x000000000000003E    # zoom
       end codes

end remote
