[Keyboard] Added VIA support to Efreet (#7788)
* Added Efreet * Review changes
This commit is contained in:
parent
a68f514a8a
commit
12c6f9a412
4 changed files with 53 additions and 9 deletions
|
@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x0000
|
||||
#define VENDOR_ID 0x534F // "SO"
|
||||
#define PRODUCT_ID 0x0001
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Soran
|
||||
#define PRODUCT Efreet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue