Root/labsw/fw/include/labsw/usb-id.h

1/*
2 * labsw/usb-id.h - USB vendor and product ID
3 *
4 * Written 2011 by Werner Almesberger
5 * Copyright 2011 Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13
14#ifndef USB_ID_H
15#define USB_ID_H
16
17/*
18 * Platform-specific settings
19 *
20 * USB_VENDOR = Qi Hardware
21 * USB_PRODUCT = 7ab5
22 *
23 * 7ab5 is "LABS" in "leet", http://en.wikipedia.org/wiki/Leet
24 */
25
26#define USB_VENDOR 0x20b7 /* Qi Hardware */
27#define USB_PRODUCT 0x7ab5 /* Lab Switch */
28
29#endif /* !USB_ID_H */
30

Archive Download this file

Branches:
master



interactive