1
0
forked from pool/kernel-source

GIT Revision: 6d995bc7656eb24c5975a0bd1542911c462eef4c

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7309
This commit is contained in:
Michal Marek
2012-07-31 05:02:44 +00:00
committed by Git OBS Bridge
parent 5729c983f3
commit fb2c4eb982
23 changed files with 486 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
On flavors where USBHID is built-in statically, we want HID_GENERIC to
be built statically as well. This, notably, includes i386/x86_64's desktop
flavors.
- commit 6d995bc
-------------------------------------------------------------------
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
- commit 104f550
-------------------------------------------------------------------
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
- Drivers: hv: Cleanup the guest ID computation.
- hyperv: Add a check for ring_size value.
- hyperv: Add error handling to rndis_filter_device_add().
- Drivers: hv: Change the hex constant to a decimal constant.
- hyperv: Add support for setting MAC from within guests.
- commit 73d4430
-------------------------------------------------------------------
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de