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

« back to all changes in this revision

Viewing changes to daemons/hw_tira.h

  • 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_tira.h,v 5.2 2007/07/29 18:20:09 lirc Exp $  */
 
1
/*   $Id: hw_tira.h,v 5.3 2010/03/20 16:18:30 lirc Exp $  */
2
2
/*****************************************************************************
3
3
 ** hw_tira.h ****************************************************************
4
4
 *****************************************************************************
40
40
int     tira_init                    (void);
41
41
int     tira_deinit                  (void);
42
42
char    *tira_rec                    (struct ir_remote   *remotes);
 
43
char    *tira_rec_mode2              (struct ir_remote   *remotes);
 
44
static int tira_send(struct ir_remote *remote, struct ir_ncode *code);
 
45
lirc_t  tira_readdata(lirc_t timeout);
43
46
 
44
47
#endif
45
48