Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 601781 Details for
Bug 845071
Experimental Cypress PS/2 Trackpad Driver With Multi-Touch Support
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[PATCH 2/2] Cypress Driver Debug Parameter
input-mouse-cypress-0002-debugparam.patch (text/plain), 908 bytes, created by
Lorenzo Villani
on 2012-08-01 16:12:02 UTC
(
hide
)
Description:
[PATCH 2/2] Cypress Driver Debug Parameter
Filename:
MIME Type:
Creator:
Lorenzo Villani
Created:
2012-08-01 16:12:02 UTC
Size:
908 bytes
patch
obsolete
>From 8eb9f3b37bbe85d27e9320c9a281840ed4b98eb7 Mon Sep 17 00:00:00 2001 >From: Kamal Mostafa <kamal@canonical.com> >Date: Tue, 26 Jun 2012 07:53:58 -0700 >Subject: [PATCH] UBUNTU: input: Cypress PS/2 add psmouse.cy_debug modparm > >Signed-off-by: Kamal Mostafa <kamal@canonical.com> >--- > drivers/input/mouse/cypress_ps2.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/drivers/input/mouse/cypress_ps2.c b/drivers/input/mouse/cypress_ps2.c >index 2d90827..6a9e90c 100644 >--- a/drivers/input/mouse/cypress_ps2.c >+++ b/drivers/input/mouse/cypress_ps2.c >@@ -22,7 +22,9 @@ > > #define CYTP_DBG 1 > #if CYTP_DBG >-static int debug_level = 1; >+static int debug_level = 0; >+module_param_named(cy_debug, debug_level, int, 0644); >+MODULE_PARM_DESC(cy_debug, "Set CyPS/2 debug output level (0, 1, or 2)"); > #define cytp_dbg(fmt, ...) \ > do { \ > if (cytp && debug_level) \ >-- >1.7.0.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 845071
:
601780
| 601781 |
601822