X-Git-Url: https://hackdaworld.org/gitweb/?p=rfid%2Flibrfid.git;a=blobdiff_plain;f=gemtag%2Fgemtag.h;fp=gemtag%2Fgemtag.h;h=6e01bd2d6f0d4227faf67577114dcf7e7fe80eb7;hp=0000000000000000000000000000000000000000;hb=c8c92a9a0bb6354e1740a838b3f51000b59f4e97;hpb=9b57ee48ddb89258234461bb846cf63729cd9794 diff --git a/gemtag/gemtag.h b/gemtag/gemtag.h new file mode 100644 index 0000000..6e01bd2 --- /dev/null +++ b/gemtag/gemtag.h @@ -0,0 +1,24 @@ +/* + * (C) 2006 by Frank Zirkelbach + * + * 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