initial checkin of the gemtag support
[rfid/librfid.git] / gemtag / gemtag.h
diff --git a/gemtag/gemtag.h b/gemtag/gemtag.h
new file mode 100644 (file)
index 0000000..6e01bd2
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ * (C) 2006 by Frank Zirkelbach <hackbard@hackdaworld.org>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2 
+ *  as published by the Free Software Foundation
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#ifndef _GEMTAG_H
+#define _GEMTAG_H
+
+#define USB_VENDOR_GEMTAG      0x1394
+#define USB_DEVICE_X501                0x0501
+
+#endif