summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | HID: hid-ntrig add multi input quirk and clean upRafi Rubin2010-02-161-11/+58
| * | | | | | | | | HID: usbhid: introduce timeout for stuck ctrl/out URBsOliver Neukum2010-02-122-2/+28
| * | | | | | | | | HID: remove MODULE_VERSION from new driversJiri Kosina2010-02-104-4/+0
| * | | | | | | | | HID: Support for MosArt multitouch panelStephane Chatty2010-02-105-5/+290
| * | | | | | | | | HID: add pressure support for the Stantum multitouch panelStephane Chatty2010-02-101-4/+5
| * | | | | | | | | HID: fixed bug in single-touch emulation on the stantum panelStephane Chatty2010-02-101-1/+1
| * | | | | | | | | HID: fix typo in error messageBastien Nocera2010-02-091-1/+1
| * | | | | | | | | HID: add mapping for "AL Network Chat" usageLeo P White2010-02-091-0/+1
| * | | | | | | | | HID: use multi input quirk for TouchPack touchscreenThadeu Lima de Souza Cascardo2010-02-042-1/+5
| * | | | | | | | | HID: make full-fledged hid-bus drivers properly selectableJiri Kosina2010-02-031-4/+2
| * | | | | | | | | HID: add support for Pixart Imaging Optical Touch ScreenAlex Neblett2010-02-033-0/+4
| * | | | | | | | | Merge branch 'master' into upstreamJiri Kosina2010-02-025918-285222/+487828
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | HID: use multi input quirk for eTurboTouch touchscreenThadeu Lima de Souza Cascardo2010-02-022-0/+4
| * | | | | | | | | | HID: add NOGET quirk for Prodige Cordless ComboAlexander Shishkin2010-02-022-0/+4
| * | | | | | | | | | HID: update copyrightJiri Kosina2010-02-023-3/+3
| * | | | | | | | | | HID: add support for Ortek WKB-2000Johnathon Harris2010-01-265-0/+68
| * | | | | | | | | | HID: let hid-input accept digitizersStephane Chatty2010-01-171-1/+1
| * | | | | | | | | | HID: hid-debug.c: make local symbols staticH Hartley Sweeten2010-01-151-3/+3
| * | | | | | | | | | HID: remove TENX iBuddy from blacklistJiri Kosina2010-01-132-6/+0
| * | | | | | | | | | HID: add support for Acer T230H multitouchStephane Chatty2010-01-135-0/+270
| * | | | | | | | | | HID: add driver for the Logitech Flight System G940Gary Stein2010-01-138-1/+202
| * | | | | | | | | | HID: make USB device id constantMárton Németh2010-01-121-1/+1
| * | | | | | | | | | HID: allow disabling hard-coded ISO-layout for Apple keyboardsStefan Glasenhardt2010-01-061-5/+12
| * | | | | | | | | | HID: fix parsing of local delimiter with size 0Jiri Kosina2010-01-051-1/+2
| * | | | | | | | | | HID: handle joysticks with large number of buttonsJiri Kosina2010-01-042-1/+48
| * | | | | | | | | | HID: make Stantum driver standalone config optionJiri Kosina2010-01-041-1/+1
| * | | | | | | | | | HID: add support for Stantum multitouch panelStephane Chatty2010-01-045-0/+294
| * | | | | | | | | | HID: make 3M PCT touchscreen driver standalone config optionJiri Kosina2009-12-231-2/+1
| * | | | | | | | | | HID: Support for 3M multitouch panelStephane Chatty2009-12-235-0/+303
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-02-2521-193/+1721
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add MAINTAINERS entry for virtio_consoleAmit Shah2010-02-241-0/+6
| * | | | | | | | | | | virtio: console: Fill ports' entire in_vq with buffersAmit Shah2010-02-241-21/+32
| * | | | | | | | | | | virtio: console: Error out if we can't allocate buffers for control queueAmit Shah2010-02-241-6/+21
| * | | | | | | | | | | virtio: console: Add ability to remove moduleAmit Shah2010-02-241-0/+41
| * | | | | | | | | | | virtio: console: Ensure no memleaks in case of unused buffersAmit Shah2010-02-241-3/+8
| * | | | | | | | | | | virtio: console: show error message if hvc_alloc fails for console portsAmit Shah2010-02-241-0/+2
| * | | | | | | | | | | virtio: console: Add debugfs files for each port to expose debug infoAmit Shah2010-02-241-0/+71
| * | | | | | | | | | | virtio: console: Add ability to hot-unplug portsAmit Shah2010-02-242-2/+64
| * | | | | | | | | | | virtio: console: Handle port hot-plugAmit Shah2010-02-241-6/+72
| * | | | | | | | | | | virtio: console: Remove cached data on port closeAmit Shah2010-02-241-0/+40
| * | | | | | | | | | | virtio: console: Register with sysfs and create a 'name' attribute for portsAmit Shah2010-02-242-0/+58
| * | | | | | | | | | | virtio: console: Ensure only one process can have a port open at a timeAmit Shah2010-02-241-1/+17
| * | | | | | | | | | | virtio: console: Add file operations to ports for open/read/write/pollAmit Shah2010-02-242-1/+164
| * | | | | | | | | | | virtio: console: Associate each port with a char deviceAmit Shah2010-02-242-7/+82
| * | | | | | | | | | | virtio: console: Prepare for writing to userspace buffersAmit Shah2010-02-241-6/+14
| * | | | | | | | | | | virtio: console: Add a new MULTIPORT feature, support for generic portsAmit Shah2010-02-242-56/+357
| * | | | | | | | | | | virtio: console: Introduce a send_buf function for a common path for sending ...Amit Shah2010-02-241-17/+33
| * | | | | | | | | | | virtio: console: Introduce function to hand off data from host to readersAmit Shah2010-02-241-36/+106
| * | | | | | | | | | | virtio: console: Separate out find_vqs operation into a different functionAmit Shah2010-02-241-12/+86
| * | | | | | | | | | | virtio: console: Separate out console init into a new functionAmit Shah2010-02-241-22/+39