@@ -56,6 +56,7 @@ add v2.6.35_kfifo.patch
[2.6.34]
add v2.6.34_dvb_net.patch
add v2.6.34_fix_define_warnings.patch
+add v2.6.34_usb_ss_ep_comp.patch
[2.6.33]
add v2.6.33_input_handlers_are_int.patch
@@ -65,7 +66,6 @@ add v2.6.33_no_gpio_request_one.patch
[2.6.32]
add v2.6.32_kfifo.patch
add v2.6.32_request_firmware_nowait.patch
-add v2.6.32_usb_ss_ep_comp.patch
[2.6.31]
add v2.6.31_nodename.patch
deleted file mode 100644
@@ -1,11 +0,0 @@
---- linux.orig/drivers/media/usb/uvc/uvc_video.c 2012-11-14 14:33:51.995088200 -0500
-+++ linux/drivers/media/usb/uvc/uvc_video.c 2012-11-14 14:36:23.510088227 -0500
-@@ -1447,7 +1447,7 @@
-
- switch (dev->speed) {
- case USB_SPEED_SUPER:
-- return ep->ss_ep_comp.wBytesPerInterval;
-+ return ep->ss_ep_comp->desc.wBytesPerInterval;
- case USB_SPEED_HIGH:
- psize = usb_endpoint_maxp(&ep->desc);
- return (psize & 0x07ff) * (1 + ((psize >> 11) & 3));
new file mode 100644
@@ -0,0 +1,11 @@
+--- linux.orig/drivers/media/usb/uvc/uvc_video.c 2012-11-14 14:33:51.995088200 -0500
++++ linux/drivers/media/usb/uvc/uvc_video.c 2012-11-14 14:36:23.510088227 -0500
+@@ -1447,7 +1447,7 @@
+
+ switch (dev->speed) {
+ case USB_SPEED_SUPER:
+- return ep->ss_ep_comp.wBytesPerInterval;
++ return ep->ss_ep_comp->desc.wBytesPerInterval;
+ case USB_SPEED_HIGH:
+ psize = usb_endpoint_maxp(&ep->desc);
+ return (psize & 0x07ff) * (1 + ((psize >> 11) & 3));
Patch v2.6.32_usb_ss_ep_comp.patch is needed also by kernels 2.6.33 and 2.6.34. Signed-off-by: Gianluca Gennari <gennarone@gmail.com> --- backports/backports.txt | 2 +- backports/v2.6.32_usb_ss_ep_comp.patch | 11 ----------- backports/v2.6.34_usb_ss_ep_comp.patch | 11 +++++++++++ 3 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 backports/v2.6.32_usb_ss_ep_comp.patch create mode 100644 backports/v2.6.34_usb_ss_ep_comp.patch