mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-23 11:08:07 +00:00
[media] gspca - main: Remove USB traces
The USB traces are better done by usbmon which is enabled in most Linux/GNU distributions and which permits easier comparison with the USB exchanges of other drivers. Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
5943ba1391
commit
f8e5677f9e
@ -2495,6 +2495,6 @@ module_exit(gspca_exit);
|
|||||||
module_param_named(debug, gspca_debug, int, 0644);
|
module_param_named(debug, gspca_debug, int, 0644);
|
||||||
MODULE_PARM_DESC(debug,
|
MODULE_PARM_DESC(debug,
|
||||||
"Debug (bit) 0x01:error 0x02:probe 0x04:config"
|
"Debug (bit) 0x01:error 0x02:probe 0x04:config"
|
||||||
" 0x08:stream 0x10:frame 0x20:packet 0x40:USBin 0x80:USBout"
|
" 0x08:stream 0x10:frame 0x20:packet"
|
||||||
" 0x0100: v4l2");
|
" 0x0100: v4l2");
|
||||||
#endif
|
#endif
|
||||||
|
@ -25,8 +25,8 @@ extern int gspca_debug;
|
|||||||
#define D_STREAM 0x08
|
#define D_STREAM 0x08
|
||||||
#define D_FRAM 0x10
|
#define D_FRAM 0x10
|
||||||
#define D_PACK 0x20
|
#define D_PACK 0x20
|
||||||
#define D_USBI 0x40
|
#define D_USBI 0x00
|
||||||
#define D_USBO 0x80
|
#define D_USBO 0x00
|
||||||
#define D_V4L2 0x0100
|
#define D_V4L2 0x0100
|
||||||
#else
|
#else
|
||||||
#define PDEBUG(level, fmt, args...)
|
#define PDEBUG(level, fmt, args...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user