~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/media/video/gspca/gspca.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include <linux/mutex.h>
10
10
 
11
11
/* compilation option */
12
 
#define GSPCA_DEBUG 1
 
12
/*#define GSPCA_DEBUG 1*/
13
13
 
14
14
#ifdef GSPCA_DEBUG
15
15
/* GSPCA our debug messages */
25
25
#define D_STREAM 0x08
26
26
#define D_FRAM 0x10
27
27
#define D_PACK 0x20
28
 
#define D_USBI 0x40
29
 
#define D_USBO 0x80
 
28
#define D_USBI 0x00
 
29
#define D_USBO 0x00
30
30
#define D_V4L2 0x0100
31
31
#else
32
32
#define PDEBUG(level, fmt, args...)