+ berry_chargec-8100-8800-support.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     berry_charge.c 8100/8800 support
has been added to the -mm tree.  Its filename is
     berry_chargec-8100-8800-support.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: berry_charge.c 8100/8800 support
From: "troy engel" <tengel@xxxxxxxxxxxxxx>

berry_charge.c will only work for older models and not the current/newer ones
being released.

Cc: Greg KH <greg@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/usb/misc/berry_charge.c |    4 ++++
 1 file changed, 4 insertions(+)

diff -puN drivers/usb/misc/berry_charge.c~berry_chargec-8100-8800-support drivers/usb/misc/berry_charge.c
--- a/drivers/usb/misc/berry_charge.c~berry_chargec-8100-8800-support
+++ a/drivers/usb/misc/berry_charge.c
@@ -26,6 +26,8 @@
 
 #define RIM_VENDOR		0x0fca
 #define BLACKBERRY		0x0001
+#define BLACKBERRY_CONTROL	0x0004
+#define BLACKBERRY_STORAGE	0x0006
 
 static int debug;
 
@@ -38,6 +40,8 @@ static int debug;
 
 static struct usb_device_id id_table [] = {
 	{ USB_DEVICE(RIM_VENDOR, BLACKBERRY) },
+	{ USB_DEVICE(RIM_VENDOR, BLACKBERRY_CONTROL) },
+	{ USB_DEVICE(RIM_VENDOR, BLACKBERRY_STORAGE) },
 	{ },					/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, id_table);
_

Patches currently in -mm which might be from tengel@xxxxxxxxxxxxxx are

berry_chargec-8100-8800-support.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux