X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.8%2F820-usb_add_usb_find_device_by_name.patch;h=5ffd451a6d59f834a424f45a8ced984a6479984b;hp=72b2237898fde2e1cd8bd5006b1a4573d92feaab;hb=92c5aeae67c1d9a4876ff73f260fadcf4ba3aee5;hpb=c67cf4acb87db164df9080a368b2899a0b4dcc0a diff --git a/target/linux/generic/patches-3.8/820-usb_add_usb_find_device_by_name.patch b/target/linux/generic/patches-3.8/820-usb_add_usb_find_device_by_name.patch index 72b2237898..5ffd451a6d 100644 --- a/target/linux/generic/patches-3.8/820-usb_add_usb_find_device_by_name.patch +++ b/target/linux/generic/patches-3.8/820-usb_add_usb_find_device_by_name.patch @@ -74,7 +74,7 @@ * @dev: device the buffer will be used with --- a/include/linux/usb.h +++ b/include/linux/usb.h -@@ -675,6 +675,7 @@ static inline bool usb_device_supports_l +@@ -677,6 +677,7 @@ static inline bool usb_device_supports_l return udev->bos->ss_cap->bmAttributes & USB_LTM_SUPPORT; }