Changes between Version 2 and Version 3 of USB
- Timestamp:
- 2012-07-03T13:18:54Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
USB
v2 v3 43 43 * [http://www.usbmadesimple.co.uk/index.html USB Made Simple] 44 44 * [http://www.usblyzer.com/ USBlyzer (USB Protocol Analyzer)] - not tried, for Windows, free trial for 33 days 45 * [http://rainsden.hopto.org/~rain/documentation.html Virtual USB for Linux] 46 * [http://www.fourwalledcubicle.com/files/LUFA/Doc/091122/html/main.html LUFA (MyUSB): USB library for AVR microcontrollers] 45 47 46 48 === HID === … … 51 53 * [http://libhid.alioth.debian.org/ libhid - a user-space USB HID access library written in C] 52 54 * [http://www.slashdev.ca/2010/05/08/get-usb-report-descriptor-with-linux/ Getting past the **UNAVAILABLE** for HID report descriptors in Linux] 55 * [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=drivers/hid;h=8104e97fd97f7a48065c25cb3e9c9c4431352b1f;hb=HEAD Linux HID driver] 56 * [http://wiki.freebsd.org/uhidd FreeBSD userland driver/daemon for USB HID devices] 53 57 54 58 === HelenOS === … … 64 68 * [http://en.wikipedia.org/wiki/UTF-16 UTF-16 and UCS-2 (Wikipedia)] (these are used by string descriptors) 65 69 70 === Workaround, hacks === 71 * [http://lwn.net/Articles/105982/ Device initialization (Linux vs. Microsoft way)] 72 * [http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg20228.html Resetting UHCI ports on VIA chips problem] 73 * [http://www.seabios.org/pipermail/seabios/2010-February/000321.html Lengths of resets] 74 75