~ubuntu-branches/ubuntu/natty/lirc/natty-proposed

« back to all changes in this revision

Viewing changes to contrib/devinput.sh

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2010-04-02 15:06:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402150619-y1z8c1yqv621a11o
Tags: 0.8.7~pre2-0ubuntu1
* Update to 0.8.7~pre2
  - Fixes issues with lirc on maverick. (LP: #620498)
* Add lirc-in-kernel-ioctls.patch to use ioctls from the kernel for drivers.
* Drop patches upstream now:
  - debian/patches/appleir_repeat_issue.patch
  - debian/patches/hauppauge-tv-card.patch
  - debian/patches/lirc-i2c-2.6.patch
  - debian/patches/lirc_dev-2.6.33.patch
* Add updated-driver-names.patch 
* Refresh patches:
  - debian/patches/02_Makefile.in
  - debian/patches/13-warning-cleanup
* Update extra transmitter and remote databases to not reference atiusb.
* debian/control:
  - Update branches to be owned by ~mythbuntu-dev
* Disable in-kernel-support when starting lircd, and re-enable when
  stopping.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        eps             30
10
10
        aeps            100
11
11
        pre_data_bits   16
 
12
        pre_data        0x0001
 
13
        post_data_bits  32
 
14
        post_data       0x00000001
 
15
        gap             132799
 
16
        toggle_bit      0
 
17
 
 
18
        begin codes
 
19
EOF
 
20
 
 
21
sed --expression="s/^{\"\([^\"]*\)\", \(.*\)},/         \1      \2/" <$file
 
22
cat <<EOF
 
23
        end codes
 
24
end remote
 
25
EOF
 
26
 
 
27
echo
 
28
echo "# generated by $(basename $0) (obsolete 32 bit version)"
 
29
cat <<EOF
 
30
begin remote
 
31
        name            devinput
 
32
        bits            16
 
33
        eps             30
 
34
        aeps            100
 
35
        pre_data_bits   16
12
36
        pre_data        0x8001
13
37
        gap             132799
14
38
        toggle_bit      0