Re: Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devices

2013-07-07 Thread Geert Uytterhoeven
On Fri, Jul 5, 2013 at 1:51 AM, Linux Kernel Mailing List wrote: > +++ b/drivers/input/touchscreen/cyttsp4_spi.c > +static int cyttsp_spi_xfer(struct device *dev, u8 *xfer_buf, > + u8 op, u8 reg, u8 *buf, int length) > +{ > + if (reg > 255) As "reg" is "u8", this

[PATCH] Input: cyttsp4 - Kill defined but not used compiler warnings

2013-07-07 Thread Geert Uytterhoeven
If both CONFIG_PM_SLEEP and CONFIG_PM_RUNTIME are unset: drivers/input/touchscreen/cyttsp4_core.c:1556: warning: ‘cyttsp4_core_sleep’ defined but not used drivers/input/touchscreen/cyttsp4_core.c:1634: warning: ‘cyttsp4_core_wake’ defined but not used Move cyttsp4_core_sleep(), cyttsp4_core_wak

[PATCH] HID : core : fix hid delimiter local tag parsing.

2013-07-07 Thread pchavent
Hi. When i plug an USB HID device with the DELIMITER tag in its report descriptor, the device doesn't load. The problem comes from the "return 1" in the DELIMITER switch of the local tags parsing. I join a trivial patch that return no error when encounter the DELIMITER tag. Please review

Attn

2013-07-07 Thread Western Union
-- Seven Hundred and Fifty Thousand usd deposited to you from western union. Send Your Name, Telephone Number,Country,Occupation -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.ke

Re: My logitech wireless keyboard and mouse stop working after 3.10 kernel

2013-07-07 Thread Jiri Kosina
On Sat, 6 Jul 2013, wujun zhou wrote: > Dear maintainers, > > After I switch to the 3.10 kernel, my logitech wireless keyboard and mouse > stop working. > > The keyboard and mouse are connected to the desktop though logitech > unifying receiver. This little problem almost makes my desktop totall

My logitech wireless keyboard and mouse stop working after kernel v3.10

2013-07-07 Thread wujun zhou
Dear maintainers, After I switch to the 3.10 kernel, my logitech wireless keyboard and mouse stop working. The keyboard and mouse are connected to the desktop though logitech unifying receiver. This little problem almost makes my desktop totally unusable. Could someone check and fix the problem?