aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sysfs: Introducing binary attributes for struct classStefan Achatz2011-01-081-2/+39
* Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina2011-01-083-2/+28
|\
| * HID: hid-picolcd: Fix memory leak in picolcd_debug_out_report()Jesper Juhl2011-01-031-0/+1
| * HID: picolcd: fix misuse of logical operation in place of bitopDavid Sterba2010-12-271-2/+2
| * HID: hid-mosart: support suspend/resumeBenjamin Tissoires2010-12-141-0/+16
| * HID: hid-mosart: ignore buttons reportBenjamin Tissoires2010-12-141-0/+4
| * HID: magicmouse: Don't report REL_{X,Y} for Magic TrackpadChase Douglas2010-12-091-0/+5
* | HID: hidraw: add compatibility ioctl() for 32-bit applications.Alan Ott2011-01-041-0/+3
* | HID: usbhid: base runtime PM on modern APIOliver Neukum2010-12-222-39/+19
* | HID: replace offsets values with their corresponding BTN_* definesFlorian Fainelli2010-12-141-6/+6
* | HID: hid-picolcd: don't use flush_scheduled_work()Tejun Heo2010-12-111-1/+1
* | Merge branch 'master' into upstreamJiri Kosina2010-12-103514-296330/+588365
|\ \
| * \ Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-12-0814-121/+208
| |\ \
| | * | drm/i915: i915 cannot provide switcher services.Dave Airlie2010-12-081-34/+0
| | * | drm/radeon/kms: fix vram base calculation on rs780/rs880Alex Deucher2010-12-081-2/+4
| | * | drm/radeon/kms: fix formatting of vram and gtt infoAlex Deucher2010-12-081-2/+2
| | * | drm/radeon/kms: forbid big bo allocation (fdo 31708) v3Jerome Glisse2010-12-081-2/+11
| | * | drm: Don't try and disable an encoder that was never enabledChris Wilson2010-12-081-1/+1
| | * | drm: Add missing drm_vblank_put() along queue vblank error pathChris Wilson2010-12-081-5/+14
| | * | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2010-12-088-75/+176
| | |\ \
| | | * | drm/i915/dp: Only apply the workaround if the select is still activeChris Wilson2010-12-071-2/+6
| | | * | drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson2010-12-071-1/+11
| | | * | drm/i915/lvds: Always restore panel-fitter when enabling the LVDSChris Wilson2010-12-051-44/+54
| | | * | drm/i915/ringbuffer: Only print an error on the second attempt to reset headChris Wilson2010-12-051-14/+16
| | | * | drm/i915: announce to userspace that the bsd ring is coherentDaniel Vetter2010-12-051-0/+3
| | | * | agp/intel: Fix wrong kunmap in i830_cleanup()Takashi Iwai2010-12-051-2/+4
| | | * | drm/i915: Factor in pixel-repeat in FDI M/N calculationChris Wilson2010-12-041-0/+3
| | | * | drm/i915: Death to the unnecessary 64bit divideChris Wilson2010-12-031-13/+5
| | | * | drm/i915: Clean conflicting modesetting registers upon initChris Wilson2010-12-031-0/+51
| | | * | drm/i915: Apply a workaround for transitioning from DP on pipe B to HDMI.Eric Anholt2010-12-021-0/+21
| | | * | drm/i915: Always set the DP transcoder config to 8BPC.Eric Anholt2010-12-022-1/+4
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-12-087-1/+291
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Input: wacom - add new Bamboo PT (0xdb)David Foley2010-12-071-0/+3
| | * | | Input: add input driver for polled GPIO buttonsGabor Juhos2010-12-063-0/+278
| | * | | Input: turbografx - fix reference countingNamhyung Kim2010-12-011-0/+1
| | * | | Input: synaptics - fix handling of 2-button ClickPadsYan Li2010-11-301-1/+2
| | * | | Input: wacom - add IDs for two new Bamboo PTsDavid Foley2010-11-301-0/+6
| | * | | Input: usbtouchscreen - add support for LG Flatron T1710BGlenn Sommer2010-11-221-0/+1
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-12-078-38/+119
| |\ \ \ \
| | * | | | wmi: use memcmp instead of strncmp to compare GUIDsThadeu Lima de Souza Cascardo2010-12-061-1/+1
| | * | | | ACPI, hp-wmi: Fix memory leak in acpi queryZeng Zhaoming2010-11-241-0/+2
| | * | | | msi-wmi: fix semantically incorrect use of keycode instead of scancodeAnisse Astier2010-11-241-8/+8
| | * | | | msi-wmi: Add mute key supportAnisse Astier2010-11-241-0/+2
| | * | | | asus-laptop: add wimax and wwan supportCorentin Chary2010-11-241-1/+96
| | * | | | eeepc-wmi: fix compiler warningDmitry Torokhov2010-11-241-2/+2
| | * | | | ibm_rtl: _RTL_ is not available in UEFI modeVernon Mauery2010-11-241-1/+2
| | * | | | ibm_rtl: Loosen the DMI criteria to all IBM machinesVernon Mauery2010-11-241-24/+5
| | * | | | drivers/platform/x86/thinkpad_acpi.c: delete double assignmentJulia Lawall2010-11-241-1/+0
| | * | | | toshiba_acpi.c: Add key_entry for a lone FN keypressJon Dowland2010-11-241-0/+1
| | * | | | ibm_rtl: fix printk format warningRandy Dunlap2010-11-241-1/+1