Added lirc.
[irreco.git] / lirc-0.8.4a / remotes / packard_bell / lircd.conf.packard_bell
blobb63ab25b5017b2cc615dfc3193c5ceefc4071fa8
1 # Config file for Packard Bell Remotes (with repeat codes!)
2 # created by Samuel Wood (sjw@umr.edu)
4 # brand:             Packard Bell Remote
5 # model:             El Cheapo Packard Bell Remote
7 # This is a config file for the cheap excess Packard Bell remotes 
8 # you sometimes can buy from online auctions like www.onsale.com.
10 # The receiver that comes with it hooks into the serial port and works 
11 # fine with lirc 0.5.4.
13 # The receiver that comes with the remote is near garbage. If 
14 # you don't point almost directly at it, it will not detect. But
15 # it's simpler than building your own. :-)
17 # Repeat works fine for me. You just have to modify or add the 
18 # "repeat=" lines in your .lircrc.
20 # irrecord was used to generate the file, then I modified and 
21 # added repeat codes. 
23 # The button names used are identical to what was printed on the 
24 # remote, except for the number pads (using actual numbers like 
25 # "1" and so forth did not seem to work. Similarly, '*' is Star 
26 # and '#' is Hash. LMB and RMB refer to the two mousepad buttons
27 # on the left and right respectively.
29 # I still need to modify the gap setting. Right now, if you don't 
30 # hold the button down long enough, it may not register, but if
31 # you hold it too long, it will detect a repeat or two. Feel free
32 # to modify this to work better. If you get it to work better, send
33 # me a copy. :-)
35 begin remote
37   name  PackBell
38   bits           15
39   flags SPACE_ENC|CONST_LENGTH
40   eps            30
41   aeps          100
43   header       9065  4500
44   one           597   532
45   zero          597  1643
46   ptrail        597
47   pre_data_bits   16
48   pre_data       0xF708
49   post_data_bits  1
50   post_data      0x0
51   gap          107000
52   repeat_bit      0
53   repeat          9050 2250
55       begin codes
56           Help                     0x0000000000006F90
57           Phone                    0x0000000000004FB0
58           Message                  0x0000000000006E91
59           SRS                      0x0000000000004EB1
60           CD                       0x0000000000002FD0
61           Aux1                     0x0000000000000FF0
62           Aux2                     0x0000000000002ED1
63           Aux3                     0x0000000000000EF1
64           LMB                      0x00000000000023DC
65           RMB                      0x000000000000639C
66           Up                       0x00000000000037C8
67           Down                     0x00000000000057A8
68           Left                     0x0000000000007788
69           Right                    0x00000000000017E8
70           Menu                     0x0000000000007B84
71           Mute                     0x0000000000003BC4
72           Enter                    0x00000000000047B8
73           CHUp                     0x00000000000027D8
74           CHDown                   0x0000000000006798
75           VolUp                    0x0000000000005BA4
76           VolDown                  0x0000000000001BE4
77           Display                  0x00000000000007F8
78           One                      0x0000000000005EA1
79           Two                      0x0000000000001EE1
80           Three                    0x0000000000000BF4
81           Four                     0x0000000000007E81
82           Five                     0x0000000000003EC1
83           Six                      0x0000000000004BB4
84           Seven                    0x0000000000005FA0
85           Eight                    0x0000000000001FE0
86           Nine                     0x0000000000002BD4
87           Zero                     0x0000000000003FC0
88           Star                     0x0000000000007F80
89           Hash                     0x0000000000006B94
90       end codes
92 end remote