summaryrefslogtreecommitdiffstats
path: root/package/yamonenv
Commit message (Expand)AuthorAgeFilesLines
* Use the openwrt.org mirror, others are offlineFlorian Fainelli2008-11-151-1/+1
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-1/+1
* strip the kernel version suffix from target directories, except for brcm-2.4 ...Felix Fietkau2007-09-061-1/+1
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-041-3/+4
* Fix yamonenv errors on accessing environment (#1542)Florian Fainelli2007-04-081-0/+12
* add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...Felix Fietkau2007-03-161-1/+0
* same propset here as changeset:6500Tim Yardley2007-03-041-1/+1
* move another DEFAULT:=y and fix a dependency bugFelix Fietkau2007-01-141-2/+1
* Was not selected by default actually :/Florian Fainelli2007-01-021-1/+1
* Include yamonenv by default in au1000 imagesFlorian Fainelli2006-12-311-0/+1
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-1/+1
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+40
ight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/*
Copyright 2018 Massdrop Inc.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

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, see <http://www.gnu.org/licenses/>.
*/

#ifndef _UDI_DEVICE_EPSIZE_H_
#define _UDI_DEVICE_EPSIZE_H_

#define KEYBOARD_EPSIZE             8
#define MOUSE_EPSIZE                8
#define EXTRAKEY_EPSIZE             8
#define RAW_EPSIZE                  64
#define CONSOLE_EPSIZE              32
#define NKRO_EPSIZE                 32
#define MIDI_STREAM_EPSIZE          64
#define CDC_NOTIFICATION_EPSIZE     8
#define CDC_EPSIZE                  16

#endif //_UDI_DEVICE_EPSIZE_H_