summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2008-12-3046-521/+2937
|\
| * Input: gtco - use USB endpoint APIJulia Lawall2008-12-301-1/+1
| * Input: add support for Maple controller as a joystickAdrian McMenamin2008-12-303-0/+206
| * Input: atkbd - broaden the Dell DMI signaturesMatthew Garrett2008-12-301-0/+9
| * Input: HIL drivers - add MODULE_ALIAS()Helge Deller2008-12-303-1/+3
| * Input: add support for enhanced rotary controller on pxa930 and pxa935Yong Yao2008-12-293-0/+222
| * Input: add support for trackball on pxa930 and pxa935Yong Yao2008-12-293-13/+289
| * Input: add da9034 touchscreen supportEric Miao2008-12-233-0/+398
| * Input: ads7846 - strict_strtoul takes unsigned longHarvey Harrison2008-12-231-1/+1
| * Input: make some variables and functions staticRoel Kluin2008-12-202-2/+2
| * Input: add tsc2007 based touchscreen driverKwangwoo Lee2008-12-203-0/+393
| * Input: psmouse - add module parameters to control OLPC touchpad delaysPaul Fox2008-12-201-4/+28
| * Input: i8042 - add Gigabyte M912 netbook to noloop exception tableOzan Çağlayan2008-12-201-0/+8
| * Input: atkbd - Samsung NC10 key repeat fixStuart Hopkins2008-12-201-0/+25
| * Input: atkbd - add keyboard quirk for HP Pavilion ZV6100 laptopRikard Ljungstrand2008-12-201-0/+26
| * Merge commit 'v2.6.28-rc9' into nextDmitry Torokhov2008-12-20754-7642/+16241
| |\
| * | Input: libps2 - handle 0xfc responses from devicesDmitry Torokhov2008-11-241-4/+16
| * | Input: add support for Wacom W8001 penabled serial touchscreenJaya Kumar2008-11-243-0/+339
| * | Input: synaptics - report multi-taps only if supported by the devicePeter Hutterer2008-11-201-6/+10
| * | Input: add joystick driver for Walkera WK-0701 RC transmitterPeter Popovec2008-11-193-0/+305
| * | Input: pcspkr - fix PIT lockup on some chipsetsZoltan Devai2008-11-191-2/+2
| * | Input: usbtouchscreen - fix TSC-10 DM USB controllers without EEPROMNuno Lucas2008-11-191-3/+2
| * | Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-3010-17/+15
| * | Input: omap-keypad - allow more than 6 rowsPeter Ujfalusi2008-10-291-1/+1
| * | Input: omap-keypad - interrupt disable fixPeter Ujfalusi2008-10-291-4/+0
| * | Input: appletouch - driver refactoringStelian Pop2008-10-291-138/+136
| * | Input: gpio-keys - add flag to allow auto repeatDominic Curran2008-10-271-0/+4
| * | Input: xilinx_ps2 - various cleanupsJohn Linn2008-10-271-107/+113
| * | Input: refactor evdev 32bit compat to be shareable with uinputPhilip Langdale2008-10-275-217/+383
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2008-12-2415-41/+48
|\ \ \
| * | | V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RE...Devin Heitmueller2008-12-231-1/+2
| * | | V4L/DVB (9906): v4l2-compat: test for unlocked_ioctl as well.Hans Verkuil2008-12-161-1/+1
| * | | V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204Mauro Carvalho Chehab2008-12-169-33/+33
| * | | V4L/DVB (9875): gspca - main: Fix vidioc_s_jpegcomp locking.Jim Paris2008-12-161-2/+2
| * | | V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support)Antti Seppälä2008-12-162-1/+7
| * | | V4L/DVB (9780): dib0700: Stop repeating after user stops pushing buttonDevin Heitmueller2008-12-161-3/+3
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2008-12-231-2/+2
|\ \ \ \
| * | | | drm/radeon: fix correctness of irq_enabled check for radeon.Dave Airlie2008-12-231-2/+2
* | | | | edac: fix edac core deadlock when removing a deviceHarry Ciao2008-12-231-3/+9
* | | | | w1: fix slave selection on big-endian systemsEvgeniy Polyakov2008-12-231-1/+3
* | | | | rtc: rtc-isl1208: reject invalid datesChris Elston2008-12-231-0/+7
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-12-222-9/+1
|\ \ \ \ \
| * | | | | ACPI: fix 2.6.28 acpi.debug_level regressionBjorn Helgaas2008-12-192-9/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-12-222-2/+4
|\ \ \ \ \
| * | | | | drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL testJulia Lawall2008-12-222-2/+4
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-221-15/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ppp: fix segfaults introduced by netdev_priv changesJames Chapman2008-12-181-15/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-12-195-16/+20
|\ \ \ \ \
| * | | | | [SCSI] mpt fusion: clear list of outstanding commands on host resetJames Bottomley2008-12-161-0/+3
| * | | | | [SCSI] scsi_lib: only call scsi_unprep_request() under queue lockJames Bottomley2008-12-131-1/+1