~ubuntu-branches/ubuntu/saucy/nut/saucy

« back to all changes in this revision

Viewing changes to drivers/hidups.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-07-20 19:48:50 UTC
  • mto: (16.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050720194850-oo61wjr33rrx2mre
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <asm/types.h>
29
29
#include <sys/ioctl.h>
30
30
#include <sys/types.h>
31
 
#include <sys/time.h>
 
31
#include "timehead.h"
32
32
 
33
33
#include "config.h"
 
34
 
 
35
#ifndef HID_MAX_USAGES
 
36
#define HID_MAX_USAGES 1024     /* horrible workaround hack */
 
37
#endif
 
38
 
34
39
#include LINUX_HIDDEV           /* from configure */
35
40
 
36
41
#define DEFAULT_ONDELAY         13      /* delay between return of utility power */