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

« back to all changes in this revision

Viewing changes to daemons/hw_commandir.c

  • 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:
1
 
/* CommandIR transceivers driver 0.96 CVS $Revision: 5.6 $
 
1
/* CommandIR transceivers driver 0.96 CVS $Revision: 5.7 $
2
2
 * Supporting CommandIR II and CommandIR Mini (and multiple of both)
3
3
 * April-June 2008, Matthew Bodkin
4
4
 */
129
129
        LIRC_MODE_MODE2,            /* rec_mode */
130
130
        sizeof(lirc_t),                 /* code_length in BITS */
131
131
        commandir_init,                 /* init_func */
132
 
        NULL,                                           /* config_func */
133
132
        commandir_deinit,               /* deinit_func */
134
133
        commandir_send,                         /* send_func */
135
134
        commandir_rec,                  /* rec_func  */