summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: avoid needless address-taking of function parametersHarvey Harrison2009-01-074-13/+13
* USB: protect hcd.h from multiple inclusionsAnton Vorontsov2009-01-071-0/+4
* usb host: Oxford OXU210HP HCD driver.Rodolfo Giometti2009-01-074-0/+4446
* USB: Avoid 20ms delay in EHCI resumeVikram Pandita2009-01-071-3/+15
* USB: use pci_ioremap_bar() in drivers/usbArjan van de Ven2009-01-071-6/+6
* USB: clean up redundant tests on unsignedroel kluin2009-01-072-8/+2
* USB: storage: unusual_devs.h additions for Macpower MasterBoxSergey Ovcharenko2009-01-071-0/+7
* USB: storage: recognizing and enabling Nokia 5200 cell phoesPaulo Afonso Graner Fessel2009-01-071-0/+7
* USB: storage: extend unusual range for 067b:3507Oliver Neukum2009-01-071-1/+1
* USB: another unusual_devs entry for another bad Argosy storage deviceNguyen Anh Quynh2009-01-071-0/+7
* USB: unusual_devs.h additions for Pentax K10DDaniel Drake2009-01-071-0/+7
* Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-01-0610-39/+397
|\
| * drm: fix ordering of driver unload vs agp unload.Dave Airlie2009-01-071-3/+3
| * drm/i915: Respect the other stolen memory sizes we know of.Eric Anholt2009-01-072-14/+40
| * drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt2009-01-071-1/+1
| * drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt2009-01-077-7/+322
| * drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg2009-01-072-8/+22
| * drm/i915: Don't allow objects to get bound while VT switched.Eric Anholt2009-01-071-6/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-01-0646-521/+2944
|\ \ | |/ |/|
| * Input: i8042 - add Dell Vostro 1510 to nomux listJiri Kosina2009-01-061-0/+7
| * 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 git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-01-06775-26439/+472649
|\ \ \ \