summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: pcspkr - separate device and driver registrationMichael Neuling2006-03-141-26/+1Star
* Input: atkbd - allow disabling on X86_PC (if EMBEDDED)Dmitry Torokhov2006-03-141-1/+1
* Input: atkbd - disable softrepeat for dumb keyboardsVojtech Pavlik2006-03-141-3/+0Star
* Input: atkbd - fix complaints about 'releasing unknown key 0x7f'Vojtech Pavlik2006-03-141-6/+6
* Input: use kzalloc() throughout the codeEric Sesterhenn2006-03-1413-40/+22Star
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-03-141-1/+1
|\
| * [PATCH] Input: psmouse - disable autoresyncDmitry Torokhov2006-03-111-1/+1
* | Input: initialize serio and gameport at subsystem levelDmitry Torokhov2006-02-192-2/+2
* | Input: uinput - semaphore to mutex conversionDmitry Torokhov2006-02-191-7/+7
* | Input: joysticks - semaphore to mutex conversionIngo Molnar2006-02-197-38/+43
* | Input: atkbd - semaphore to mutex conversionIngo Molnar2006-02-191-4/+5
* | Input: psmouse - semaphore to mutex conversionIngo Molnar2006-02-191-18/+20
* | Input: gameport - semaphore to mutex conversionArjan van de Ven2006-02-191-13/+14
* | Input: serio - semaphore to mutex conversionArjan van de Ven2006-02-193-38/+40
* | Input: input core - semaphore to mutex conversionJes Sorensen2006-02-191-7/+8
|/
* Input: kill remnants of 98kbd{,-io} and 98spkrArthur Othieno2006-02-153-3/+0Star
* Input: ads7846 - assorted updatesDavid Brownell2006-02-151-24/+44
* Input: ads7846 - convert to to dynamic input_dev allocationDmitry Torokhov2006-02-151-32/+47
* Input: trackpoint - enable devices connected to external portDmitry Torokhov2006-02-152-8/+16
* Input: logips2pp - add new signature (99)Meelis Roos2006-02-151-0/+1
* Input: ixp4xx-beeper - fix compile errorAlessandro Zummo2006-02-151-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-02-0117-265/+544
|\
| * Input: iforce - fix detection of USB devicesDmitry Torokhov2006-01-312-3/+2Star
| * Input: a3d - convert to dynamic input_dev allocationDmitry Torokhov2006-01-301-42/+46
| * Input: tmdc - handle errors from input_register_device()Dmitry Torokhov2006-01-301-4/+11
| * Input: turbografx - handle errors from input_register_device()Dmitry Torokhov2006-01-301-7/+13
| * Input: gamecon - handle errors from input_register_device()Dmitry Torokhov2006-01-301-6/+12
| * Input: gamecon - fix crash when accessing deviceDmitry Torokhov2006-01-301-149/+194
| * Input: sidewinder - handle errors from input_register_device()Dmitry Torokhov2006-01-301-2/+6
| * Input: sidewinder - fix an oopsZinx Verituse2006-01-301-1/+1
| * Input: db9 - handle errors from input_register_device()Dmitry Torokhov2006-01-301-5/+10
| * Input: db9 - fix possible crash with Saturn gamepadsDmitry Torokhov2006-01-301-34/+36
| * Input: grip - handle errors from input_register_device()Dmitry Torokhov2006-01-301-2/+6
| * Input: grip - fix crash when accessing deviceDmitry Torokhov2006-01-301-0/+3
| * Input: make needlessly global code staticAdrian Bunk2006-01-302-3/+3
| * Input: mousedev - fix memory leakKimball Murray2006-01-301-6/+3Star
| * Input: iforce - do not return ENOMEM upon successful allocationAlexey Dobriyan2006-01-301-1/+1
| * Input: psmouse - set name for Genius miceDmitry Torokhov2006-01-301-0/+1
| * Input: add ixp4xx beeper driverAlessandro Zummo2006-01-303-0/+196
* | [ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGERRussell King2006-01-191-6/+3Star
|/
* [PATCH] sh: consolidate hp620/hp680/hp690 targets into hp6xxPaul Mundt2006-01-171-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6Linus Torvalds2006-01-143-0/+639
|\
| * [PATCH] spi: use linked lists rather than an arrayVitaly Wool2006-01-141-4/+8
| * [PATCH] spi: ads7836 uses spi_driverDavid Brownell2006-01-141-42/+42
| * [PATCH] spi: ads7846 driverDavid Brownell2006-01-143-0/+635
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-143-28/+51
|\ \
| * | [PATCH] Add serio bus_type probe and remove methodsRussell King2006-01-131-5/+7
| * | [PATCH] Add gameport bus_type probe and remove methodsRussell King2006-01-131-5/+7
| * | [PATCH] INPUT: add MODALIAS to the event environmentKay Sievers2006-01-131-18/+37
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-01-146-66/+308
|\ \ | |/ |/|