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

« back to all changes in this revision

Viewing changes to daemons/hw_caraca.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
 
/*      $Id: hw_caraca.c,v 1.7 2007/07/29 18:20:06 lirc Exp $   */
 
1
/*      $Id: hw_caraca.c,v 1.8 2010/04/11 18:50:38 lirc Exp $   */
2
2
 
3
3
/****************************************************************************
4
4
 ** hw_caraca.c ***********************************************************
52
52
        LIRC_MODE_LIRCCODE,       /* rec_mode */
53
53
        16,                       /* code_length */
54
54
        caraca_init,              /* init_func */
55
 
        NULL,                     /* config_func */
56
55
        caraca_deinit,            /* deinit_func */
57
56
        NULL,                     /* send_func */
58
57
        caraca_rec,               /* rec_func */