Stable kernels 2.6.32.29, 2.6.36.4, and 2.6.37.1 released
[...] you should move to the .37 kernel series as this is the last .36 kernel to be released. It's now 'end of life', 'dead', 'buried', 'pining for the fjords', or whatever term you and your company uses for things that are no more."
Posted Feb 18, 2011 1:34 UTC (Fri)
by jengelh (guest, #33263)
[Link]
Posted Feb 18, 2011 1:36 UTC (Fri)
by pr1268 (guest, #24648)
[Link] (1 responses)
Any updates to the (supposedly) long-term supported 2.6.35.x? (My apologies if I sound overbearing; I'm just curious if any of the "lots of fixes all over the tree" could apply to 2.6.35.)
Posted Feb 18, 2011 2:11 UTC (Fri)
by hmh (subscriber, #3838)
[Link]
http://git.kernel.org/?p=linux/kernel/git/longterm/longte...
Posted Feb 18, 2011 14:10 UTC (Fri)
by compte (guest, #60316)
[Link] (1 responses)
I will check to see if the USB 3.0 driver is working this time. After compiling the 2.6.37.0 kernel and selecting the uas module:
xHCI HCD (USB 3.0) support experimental (CONFIG_USB_XHCI_HCD=m)
I could not find the uas module in "/drivers/usb/storage/".
the Makefile mentions:
obj-$(CONFIG_USB_UAS) += uas.o
but only usb-storage.o & usb-storage.ko appear.
Posted Feb 20, 2011 17:02 UTC (Sun)
by compte (guest, #60316)
[Link]
xHCI HCD (USB 3.0) support (EXPERIMENTAL)
did not read the line below:
Defined at drivers/usb/host/Kconfig:20
so the module will be named "xhci-hcd", although there were modifications introduced in "drivers/usb/storage/".
Stable kernels 2.6.32.29, 2.6.36.4, and 2.6.37.1 released
Stable kernels 2.6.32.29, 2.6.36.4, and 2.6.37.1 released
longterm-2.6.35.y updates
Stable kernels 2.6.32.29, 2.6.36.4, and 2.6.37.1 released
obj-$(CONFIG_USB_STORAGE) += usb-storage.o
Stable kernels 2.6.32.29, 2.6.36.4, and 2.6.37.1 released