Changeset 66d5062 in mainline for uspace/drv/usbhid
- Timestamp:
- 2011-01-28T21:17:51Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 632ed68
- Parents:
- 1c13dac
- Location:
- uspace/drv/usbhid
- Files:
-
- 11 moved
-
Makefile (moved) (moved from uspace/drv/usbkbd/Makefile ) (2 diffs)
-
conv.c (moved) (moved from uspace/drv/usbkbd/conv.c )
-
conv.h (moved) (moved from uspace/drv/usbkbd/conv.h )
-
descdump.c (moved) (moved from uspace/drv/usbkbd/descdump.c )
-
descdump.h (moved) (moved from uspace/drv/usbkbd/descdump.h )
-
descparser.c (moved) (moved from uspace/drv/usbkbd/descparser.c )
-
descparser.h (moved) (moved from uspace/drv/usbkbd/descparser.h )
-
kbd.h (moved) (moved from uspace/drv/usbkbd/kbd.h )
-
layout.h (moved) (moved from uspace/drv/usbkbd/layout.h )
-
main.c (moved) (moved from uspace/drv/usbkbd/main.c ) (1 diff)
-
usbhid.ma (moved) (moved from uspace/drv/usbkbd/usbkbd.ma )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/Makefile
r1c13dac r66d5062 1 1 # 2 # Copyright (c) 2010 Vojtech Horky2 # Copyright (c) 2010-2011 Vojtech Horky 3 3 # All rights reserved. 4 4 # … … 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBUSB_PREFIX)/libusb.a 31 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include -I. 32 BINARY = usb kbd32 BINARY = usbhid 33 33 34 34 STOLEN_LAYOUT_SOURCES = \ -
uspace/drv/usbhid/main.c
r1c13dac r66d5062 55 55 56 56 #define BUFFER_SIZE 32 57 #define NAME "usb kbd"57 #define NAME "usbhid" 58 58 59 59 #define GUESSED_POLL_ENDPOINT 1
Note:
See TracChangeset
for help on using the changeset viewer.
