1
0
forked from pool/kernel-source

GIT Revision: cfebefe4ad7c111b1c59b0cde523f433be35fea8

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7280
This commit is contained in:
Michal Marek
2012-06-06 05:02:43 +00:00
committed by Git OBS Bridge
parent 2121fc57c9
commit 9b44573ed4
20 changed files with 302 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de