aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-03-23Include make.rules in the library MakefilesThomas Huth1-0/+2
Make sure to include make.rules from the Makefiles in the common lib folder to get some more sane console output during the build process. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2013-11-15usb-xhci: add xhci supportNikunj A Dadhania1-1/+2
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
2013-07-24USB generic hub device driverNikunj A Dadhania1-1/+1
Support for usb generic hub driver. Todo: Detect disconnects and remove device Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2013-07-24USB keyboard driverNikunj A Dadhania1-1/+1
Portions of keyboard driver(usb-key.h and usb-hid.c) inherited from code originally written by former SLOF team Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2013-07-24usb-core: setup new deviceNikunj A Dadhania1-2/+2
* Configures the newly found usb devices. Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Fixes-by: Avik Sil <aviksil@linux.vnet.ibm.com> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2013-07-24usb-ehci: Add USB EHCI skeletonAvik Sil1-1/+1
Dump EHCI registers Signed-off-by: Avik Sil <aviksil@linux.vnet.ibm.com> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2013-07-24usb-core: registration and makefilesNikunj A Dadhania1-0/+49
* Introduce libusb * USB core register routine and required forth changes * USB OHCI skeleton file Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@de.ibm.com>
2013-07-24Add new USB codeNikunj A Dadhania1-0/+0
* Create usb directory * Remove compilation of slof-usb code * Generalize pci-class_0c.fs * Add usb-static.fs with alias and dummy usb-scan Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@linux.vnet.ibm.com>