- 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
- Files:
-
- 1 edited
- 11 moved
-
Makefile (modified) (2 diffs)
-
drv/usbhid/Makefile (moved) (moved from uspace/drv/usbkbd/Makefile ) (2 diffs)
-
drv/usbhid/conv.c (moved) (moved from uspace/drv/usbkbd/conv.c )
-
drv/usbhid/conv.h (moved) (moved from uspace/drv/usbkbd/conv.h )
-
drv/usbhid/descdump.c (moved) (moved from uspace/drv/usbkbd/descdump.c )
-
drv/usbhid/descdump.h (moved) (moved from uspace/drv/usbkbd/descdump.h )
-
drv/usbhid/descparser.c (moved) (moved from uspace/drv/usbkbd/descparser.c )
-
drv/usbhid/descparser.h (moved) (moved from uspace/drv/usbkbd/descparser.h )
-
drv/usbhid/kbd.h (moved) (moved from uspace/drv/usbkbd/kbd.h )
-
drv/usbhid/layout.h (moved) (moved from uspace/drv/usbkbd/layout.h )
-
drv/usbhid/main.c (moved) (moved from uspace/drv/usbkbd/main.c ) (1 diff)
-
drv/usbhid/usbhid.ma (moved) (moved from uspace/drv/usbkbd/usbkbd.ma )
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r1c13dac r66d5062 118 118 srv/hw/irc/i8259 \ 119 119 drv/uhci \ 120 drv/usbhid \ 120 121 drv/usbhub \ 121 drv/usbkbd \122 122 drv/vhc 123 123 endif … … 132 132 srv/hw/irc/i8259 \ 133 133 drv/uhci \ 134 drv/usbhid \ 134 135 drv/usbhub \ 135 drv/usbkbd \136 136 drv/vhc 137 137 endif -
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.
