Changeset c2772b8 in mainline for uspace/drv/usbhid/main.c
- Timestamp:
- 2011-01-30T22:06:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 707ffcf
- Parents:
- 54b5625 (diff), a09128c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/main.c
r54b5625 rc2772b8 1 1 /* 2 2 * Copyright (c) 2010 Vojtech Horky 3 * Copyright (c) 2011 Lubos Slovak 3 4 * All rights reserved. 4 5 * … … 26 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 28 */ 29 28 30 /** @addtogroup drvusbhid 29 31 * @{ 30 32 */ 33 /** 34 * @file 35 * Main routines of USB HID driver. 36 */ 37 31 38 #include <usb/usbdrv.h> 32 39 #include <driver.h> … … 49 56 50 57 #define BUFFER_SIZE 32 51 #define NAME "usb kbd"58 #define NAME "usbhid" 52 59 53 60 #define GUESSED_POLL_ENDPOINT 1
Note:
See TracChangeset
for help on using the changeset viewer.