Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | | | HID: picolcd_core: Remove setting hdev->claimed before calling hid_hw_start() | Axel Lin | 2012-09-19 | 1 | -4/+0 | |
| | | | * | | | | | | | | | | HID: picoLCD: drop version check during probe | Bruno Prémont | 2012-09-19 | 1 | -18/+0 | |
| | | | * | | | | | | | | | | HID: picolcd: fix build error if !CONFIG_DEBUG_FS | Axel Lin | 2012-09-11 | 1 | -5/+4 | |
| | | | * | | | | | | | | | | HID: picoLCD: fix a NULL test in picolcd_raw_cir() | Dan Carpenter | 2012-09-08 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | HID: picoLCD: use proper device as input_dev parent | Bruno Prémont | 2012-09-05 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | HID: picoLCD: fix dumping of IR_DATA report | Bruno Prémont | 2012-09-05 | 1 | -2/+2 | |
| | | | * | | | | | | | | | | HID: picoLCD: optimize for inactive debugfs | Bruno Prémont | 2012-09-05 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | HID: picoLCD: Add support for CIR | Bruno Prémont | 2012-09-05 | 3 | -5/+98 | |
| | | | * | | | | | | | | | | HID: picoLCD: rework hid-fbdev interaction | Bruno Prémont | 2012-09-05 | 2 | -109/+126 | |
| | | | * | | | | | | | | | | HID: picoLCD: prevent NULL pointer dereferences | Bruno Prémont | 2012-09-05 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | HID: picolcd: Add missing #include <linux/uaccess.h> | Geert Uytterhoeven | 2012-08-22 | 1 | -0/+1 | |
| | | | * | | | | | | | | | | HID: picolcd: using vmalloc() requires the include of vmalloc.h | Stephen Rothwell | 2012-08-16 | 1 | -0/+1 | |
| | | | * | | | | | | | | | | HID: picoLCD: Improve unplug handling | Bruno Prémont | 2012-08-15 | 5 | -25/+46 | |
| | | | * | | | | | | | | | | HID: picoLCD: satify some checkpatch warnings | Bruno Prémont | 2012-08-15 | 1 | -2/+2 | |
| | | | * | | | | | | | | | | HID: picoLCD: prevent NULL pointer dereference on unplug | Bruno Prémont | 2012-08-15 | 1 | -0/+2 | |
| | | | * | | | | | | | | | | HID: picoLCD: Replace own refcounting with fbdev's | Bruno Prémont | 2012-08-15 | 3 | -103/+18 | |
| | | | * | | | | | | | | | | HID: picoLCD: split driver code | Bruno Prémont | 2012-08-15 | 11 | -2748/+3069 | |
| | | | | |_|/ / / / / / / | | | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | | | HID: lg4ff: Minor coding style fixes in lg4ff and hid-lg | Michal Malý | 2012-09-25 | 2 | -5/+5 | |
| | | * | | | | | | | | | | HID: hid-lg4ff: Set absolute axes parametes on DFP | Michal Malý | 2012-09-25 | 1 | -0/+17 | |
| | | * | | | | | | | | | | HID: hid-lg4ff: Adjust X axis input value accordingly to selected range. | Michal Malý | 2012-09-25 | 3 | -0/+61 | |
| | | * | | | | | | | | | | HID: hid-lg4ff: Minor code cleanup to improve readability | Michal Malý | 2012-09-25 | 1 | -57/+64 | |
| | | | |/ / / / / / / / | | | |/| | | | | | | | | ||||||
| | * / | | | | | | | | | HID: hidraw: don't deallocate memory when it is in use | Ratan Nalumasu | 2012-10-01 | 1 | -43/+26 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'for-next' of git://github.com/rydberg/linux into from-henrik | Jiri Kosina | 2012-09-19 | 22 | -453/+769 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Input: bcm5974 - Convert to MT-B | Henrik Rydberg | 2012-09-19 | 1 | -45/+28 | |
| | * | | | | | | | | | Input: bcm5974 - Drop the logical dimensions | Henrik Rydberg | 2012-09-19 | 1 | -144/+111 | |
| | * | | | | | | | | | Input: bcm5974 - Preparatory renames | Henrik Rydberg | 2012-09-19 | 1 | -12/+13 | |
| | * | | | | | | | | | Input: bcm5974 - only setup button urb for TYPE1 devices | Henrik Rydberg | 2012-09-19 | 1 | -17/+26 | |
| | * | | | | | | | | | HID: hid-multitouch: Add Flatfrog support | Henrik Rydberg | 2012-09-19 | 2 | -5/+24 | |
| | * | | | | | | | | | HID: hid-multitouch: Fix contact count on 3M panels | Henrik Rydberg | 2012-09-19 | 1 | -1/+3 | |
| | * | | | | | | | | | HID: hid-multitouch: Remove the redundant touch state | Henrik Rydberg | 2012-09-19 | 1 | -65/+23 | |
| | * | | | | | | | | | HID: hid-multitouch: Simplify setup and frame synchronization | Henrik Rydberg | 2012-09-19 | 1 | -29/+38 | |
| | * | | | | | | | | | HID: Add an input configured notification callback | Henrik Rydberg | 2012-09-19 | 1 | -2/+9 | |
| | * | | | | | | | | | Input: MT - Allow legacy pressure computation | Henrik Rydberg | 2012-09-19 | 1 | -3/+7 | |
| | * | | | | | | | | | Input: MT - Get slot by key | Henrik Rydberg | 2012-09-19 | 1 | -0/+32 | |
| | * | | | | | | | | | Input: MT - Add in-kernel tracking | Henrik Rydberg | 2012-09-19 | 1 | -2/+142 | |
| | * | | | | | | | | | Input: MT - Handle frame synchronization in core | Henrik Rydberg | 2012-09-19 | 1 | -2/+68 | |
| | * | | | | | | | | | Input: MT - Add flags to input_mt_init_slots() | Henrik Rydberg | 2012-09-19 | 17 | -21/+23 | |
| | * | | | | | | | | | Input: evdev - Add the events() callback | Henrik Rydberg | 2012-09-19 | 1 | -21/+47 | |
| | * | | | | | | | | | Input: Send events one packet at a time | Henrik Rydberg | 2012-09-19 | 1 | -53/+123 | |
| | * | | | | | | | | | Input: Move autorepeat to the event-passing phase | Henrik Rydberg | 2012-09-19 | 1 | -21/+25 | |
| | * | | | | | | | | | Input: Make sure we follow all EV_KEY events | Henrik Rydberg | 2012-09-19 | 1 | -7/+13 | |
| | * | | | | | | | | | Input: Improve the events-per-packet estimate | Henrik Rydberg | 2012-09-19 | 2 | -4/+7 | |
| | * | | | | | | | | | Input: Break out MT data | Henrik Rydberg | 2012-09-19 | 3 | -35/+43 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-10-01 | 55 | -156/+106 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | treewide: fix comment/printk/variable typos | Anatol Pomozov | 2012-09-01 | 15 | -20/+20 | |
| * | | | | | | | | | | | ipr: fix small coding style issues | Kleber Sacilotto de Souza | 2012-09-01 | 1 | -33/+33 | |
| * | | | | | | | | | | | platform/x86: fix asus_laptop.wled_type module parameter | Maxim Nikulin | 2012-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | mfd: printk/comment fixes | Masanari Iida | 2012-09-01 | 4 | -4/+4 | |
| * | | | | | | | | | | | mmc: fix comment typos | Masanari Iida | 2012-09-01 | 6 | -6/+6 | |
| * | | | | | | | | | | | dma: fix comments | Masanari Iida | 2012-09-01 | 8 | -14/+14 |