summaryrefslogtreecommitdiffstats
path: root/lemote/gnewsense/branches/3.0
diff options
context:
space:
mode:
authorAlexandre Oliva <lxoliva@fsfla.org>2013-03-03 16:11:13 +0000
committerAlexandre Oliva <lxoliva@fsfla.org>2013-03-03 16:11:13 +0000
commitadc809971949239fef5b10bf2bd1695b6731cdb4 (patch)
treed0f24238a06861b8fe314111ffea727c5b67f2e4 /lemote/gnewsense/branches/3.0
parentc1559d2864f56b8c8f742ca95438dffd150aa0dd (diff)
downloadlinux-libre-raptor-adc809971949239fef5b10bf2bd1695b6731cdb4.tar.gz
linux-libre-raptor-adc809971949239fef5b10bf2bd1695b6731cdb4.zip
3.0.67-gnu_0loongsonlibre
Diffstat (limited to 'lemote/gnewsense/branches/3.0')
-rw-r--r--lemote/gnewsense/branches/3.0/3.0.67-df393801-loongson-community.patch (renamed from lemote/gnewsense/branches/3.0/3.0.57-ba918069-loongson-community.patch)20
-rw-r--r--lemote/gnewsense/branches/3.0/config.patch4
-rw-r--r--lemote/gnewsense/branches/3.0/series2
3 files changed, 13 insertions, 13 deletions
diff --git a/lemote/gnewsense/branches/3.0/3.0.57-ba918069-loongson-community.patch b/lemote/gnewsense/branches/3.0/3.0.67-df393801-loongson-community.patch
index cc41d26e7..2ab4b4134 100644
--- a/lemote/gnewsense/branches/3.0/3.0.57-ba918069-loongson-community.patch
+++ b/lemote/gnewsense/branches/3.0/3.0.67-df393801-loongson-community.patch
@@ -1,5 +1,5 @@
diff --git a/Makefile b/Makefile
-index cc6805f..19d0586 100644
+index 7d4347a..1af2c06 100644
--- a/Makefile
+++ b/Makefile
@@ -245,8 +245,8 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
@@ -48399,7 +48399,7 @@ index 23107e2..43ae966 100644
if (quirk_zfmicro(ohci) && (ints & OHCI_INTR_SF)) {
diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c
-index 3f623fb..0bb35c1 100644
+index 0f097d3..d7bead0 100644
--- a/drivers/usb/host/pci-quirks.c
+++ b/drivers/usb/host/pci-quirks.c
@@ -56,6 +56,16 @@
@@ -48487,7 +48487,7 @@ index 3f623fb..0bb35c1 100644
/*
* handshake - spin reading a register until handshake completes
-@@ -831,6 +844,7 @@ void usb_disable_xhci_ports(struct pci_dev *xhci_pdev)
+@@ -833,6 +846,7 @@ void usb_disable_xhci_ports(struct pci_dev *xhci_pdev)
}
EXPORT_SYMBOL_GPL(usb_disable_xhci_ports);
@@ -48495,7 +48495,7 @@ index 3f623fb..0bb35c1 100644
/**
* PCI Quirks for xHCI.
*
-@@ -938,6 +952,9 @@ hc_init:
+@@ -940,6 +954,9 @@ hc_init:
iounmap(base);
}
@@ -48506,7 +48506,7 @@ index 3f623fb..0bb35c1 100644
static void __devinit quirk_usb_early_handoff(struct pci_dev *pdev)
{
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
-index 872807b..1b69254 100644
+index 24a3ea6..2d0a85a 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -79,6 +79,9 @@ static void option_instat_callback(struct urb *urb);
@@ -48519,14 +48519,14 @@ index 872807b..1b69254 100644
#define HUAWEI_VENDOR_ID 0x12D1
#define HUAWEI_PRODUCT_E173 0x140C
#define HUAWEI_PRODUCT_K4505 0x1464
-@@ -553,6 +556,7 @@ static const struct usb_device_id option_ids[] = {
- { USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_GLX) },
- { USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_GKE) },
+@@ -578,6 +581,7 @@ static const struct usb_device_id option_ids[] = {
{ USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_GLE) },
+ { USB_DEVICE(QUANTA_VENDOR_ID, 0xea42),
+ .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
+ { USB_DEVICE(HUAWO_VENDOR_ID, HUAWO_PRODUCT_E1621) }, /* QUANTA 6500 chips, Unicom extensive use of this card */
+ { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, 0x1c05, USB_CLASS_COMM, 0x02, 0xff) },
+ { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, 0x1c23, USB_CLASS_COMM, 0x02, 0xff) },
{ USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E173, 0xff, 0xff, 0xff),
- .driver_info = (kernel_ulong_t) &net_intf1_blacklist },
- { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_K4505, 0xff, 0xff, 0xff),
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 8b83129..a19e44e 100644
--- a/drivers/video/Makefile
diff --git a/lemote/gnewsense/branches/3.0/config.patch b/lemote/gnewsense/branches/3.0/config.patch
index 24a95c961..d94239613 100644
--- a/lemote/gnewsense/branches/3.0/config.patch
+++ b/lemote/gnewsense/branches/3.0/config.patch
@@ -1,11 +1,11 @@
Index: .config
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ .config 2013-02-23 05:47:58.000000000 +0000
++++ .config 2013-03-03 05:50:33.000000000 +0000
@@ -0,0 +1,4595 @@
+#
+# Automatically generated make config: don't edit
-+# Linux/mips 3.0.66-gnu Kernel Configuration
++# Linux/mips 3.0.67-gnu Kernel Configuration
+#
+CONFIG_MIPS=y
+
diff --git a/lemote/gnewsense/branches/3.0/series b/lemote/gnewsense/branches/3.0/series
index 74bb8516c..50d8eb1c2 100644
--- a/lemote/gnewsense/branches/3.0/series
+++ b/lemote/gnewsense/branches/3.0/series
@@ -1,4 +1,4 @@
-3.0.57-ba918069-loongson-community.patch -p1 # loongson-community patches
+3.0.67-df393801-loongson-community.patch -p1 # loongson-community patches
gnewsense-binutils-flag.patch -p0
100gnu+freedo.patch -p1 # 100% Freedo[m] GNU+Freedo logo
config.patch -p0 # config file
OpenPOWER on IntegriCloud