summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.24/1290-Subject-PATCH-rework-to-make-USBINS-USBREM-exclus.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
commit26e3776a22bf894ced5af4c28968dc1dc99968eb (patch)
tree2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.24/1290-Subject-PATCH-rework-to-make-USBINS-USBREM-exclus.patch
parent4bd70fc26256cf485f19e0c8b881e078dc36134f (diff)
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1290-Subject-PATCH-rework-to-make-USBINS-USBREM-exclus.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.24/1290-Subject-PATCH-rework-to-make-USBINS-USBREM-exclus.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1290-Subject-PATCH-rework-to-make-USBINS-USBREM-exclus.patch b/target/linux/s3c24xx/patches-2.6.24/1290-Subject-PATCH-rework-to-make-USBINS-USBREM-exclus.patch
deleted file mode 100644
index 43c0e8584..000000000
--- a/target/linux/s3c24xx/patches-2.6.24/1290-Subject-PATCH-rework-to-make-USBINS-USBREM-exclus.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 853fcd2329b427788677d11431e6165d108f935b Mon Sep 17 00:00:00 2001
-From: Matt Hsu <matt_hsu@openmoko.org>
-Date: Wed, 17 Sep 2008 16:10:43 +0100
-Subject: [PATCH] Subject: [PATCH] rework-to-make-USBINS-USBREM-exclusive.patch
-
-This patch is a work-around solution to correct charging indication logic.
-
-Signed-off-by: Matt Hsu <matt_hsu@openmoko.org>
----
- drivers/i2c/chips/pcf50633.c | 6 +++++-
- 1 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/drivers/i2c/chips/pcf50633.c b/drivers/i2c/chips/pcf50633.c
-index bac307e..c186fdb 100644
---- a/drivers/i2c/chips/pcf50633.c
-+++ b/drivers/i2c/chips/pcf50633.c
-@@ -915,7 +915,11 @@ static void pcf50633_work(struct work_struct *work)
- add_request_to_adc_queue(pcf, PCF50633_ADCC1_MUX_ADCIN1,
- PCF50633_ADCC1_AVERAGE_16);
- }
-- if (pcfirq[0] & PCF50633_INT1_USBREM) {
-+ if (pcfirq[0] & PCF50633_INT1_USBREM &&
-+ !(pcfirq[0] & PCF50633_INT1_USBINS)) {
-+ /* the occurrence of USBINS and USBREM
-+ * should be exclusive in one schedule work
-+ */
- DEBUGPC("USBREM ");
-
- pcf->usb_removal_count++;
---
-1.5.6.5
-