ChangeSet 1.2181.4.33, 2005/03/18 13:40:24-08:00, [EMAIL PROTECTED]
[PATCH] emi26: add another product ID for the Emi2|6/A26
This adds the product ID for another hardware revision of the Emi 2|6.
Except for the ID, this device behaves the same and uses the same
firmware.
Signed-off-by: Clemens Ladisch <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
emi26.c | 2 ++
1 files changed, 2 insertions(+)
diff -Nru a/drivers/usb/misc/emi26.c b/drivers/usb/misc/emi26.c
--- a/drivers/usb/misc/emi26.c 2005-03-30 15:11:07 -08:00
+++ b/drivers/usb/misc/emi26.c 2005-03-30 15:11:07 -08:00
@@ -30,6 +30,7 @@
#define EMI26_VENDOR_ID 0x086a /* Emagic Soft-und Hardware
GmBH */
#define EMI26_PRODUCT_ID 0x0100 /* EMI 2|6 without firmware */
+#define EMI26B_PRODUCT_ID 0x0102 /* EMI 2|6 without firmware */
#define ANCHOR_LOAD_INTERNAL 0xA0 /* Vendor specific request code for
Anchor Upload/Download (This one is implemented in the core) */
#define ANCHOR_LOAD_EXTERNAL 0xA3 /* This command is not implemented in
the core. Requires firmware */
@@ -203,6 +204,7 @@
static struct usb_device_id id_table [] = {
{ USB_DEVICE(EMI26_VENDOR_ID, EMI26_PRODUCT_ID) },
+ { USB_DEVICE(EMI26_VENDOR_ID, EMI26B_PRODUCT_ID) },
{ } /* Terminating entry */
};
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html