From: Emmanuel Deloget <emmanuel.deloget-HH44TBFINEIAvxtiuMwx3w@public.gmane.org>
To: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
Cc: "linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"till-RcHadlBFbzVAfugRpC6u6w@public.gmane.org"
<till-RcHadlBFbzVAfugRpC6u6w@public.gmane.org>
Subject: [PATCH v2] i2c-tiny-usb: Adds supports for the Robofuzz OSIF USB/i2c, converter
Date: Thu, 12 Jul 2012 16:23:55 +0200 [thread overview]
Message-ID: <4FFEDDFB.5060804@efixo.com> (raw)
In-Reply-To: <20120712144505.763542ba-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
>From 05a377ace178355546ac991b105a7905d1f28e37 Mon Sep 17 00:00:00 2001
From: Emmanuel Deloget <logout-GANU6spQydw@public.gmane.org>
Date: Thu, 12 Jul 2012 16:00:30 +0200
Subject: [PATCH] i2c-tiny-usb: Adds supports for the Robofuzz OSIF USB/i2c converter
Robofuzz OSIF is a generic USB/i2c interface that embeds an ATMega8A
AVR-RISC microcontroler.
The device is based upon Till Harbaum's i2c-tiny-usb and although it
enhances the original design with further functionnalities it still
maintain compatibility with it with respect to the USB/i2c interface.
Signed-off-by: Emmanuel Deloget <logout-GANU6spQydw@public.gmane.org>
---
drivers/i2c/busses/i2c-tiny-usb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/i2c/busses/i2c-tiny-usb.c b/drivers/i2c/busses/i2c-tiny-usb.c
index f07307f..0510636 100644
--- a/drivers/i2c/busses/i2c-tiny-usb.c
+++ b/drivers/i2c/busses/i2c-tiny-usb.c
@@ -143,6 +143,7 @@ static const struct i2c_algorithm usb_algorithm = {
static const struct usb_device_id i2c_tiny_usb_table[] = {
{ USB_DEVICE(0x0403, 0xc631) }, /* FTDI */
{ USB_DEVICE(0x1c40, 0x0534) }, /* EZPrototypes */
+ { USB_DEVICE(0x1964, 0x0001) }, /* Robofuzz OSIF */
{ } /* Terminating entry */
};
--
1.7.10
next prev parent reply other threads:[~2012-07-12 14:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-12 8:16 [PATCH] i2c-tiny-usb: Adds supports for the Robofuzz OSIF USB/i2c, converter Emmanuel Deloget
[not found] ` <4FFE87DB.3030204-HH44TBFINEIAvxtiuMwx3w@public.gmane.org>
2012-07-12 12:45 ` Jean Delvare
[not found] ` <20120712144505.763542ba-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2012-07-12 13:55 ` Emmanuel Deloget
2012-07-12 14:23 ` Emmanuel Deloget [this message]
[not found] ` <4FFEDDFB.5060804-HH44TBFINEIAvxtiuMwx3w@public.gmane.org>
2012-07-12 14:44 ` [PATCH v2] " Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FFEDDFB.5060804@efixo.com \
--to=emmanuel.deloget-hh44tbfineiavxtiumwx3w@public.gmane.org \
--cc=khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=till-RcHadlBFbzVAfugRpC6u6w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).