Vladimir 'phcoder' Serbinenko
|
dd20a7868b
|
Rename usbserial to usbserial_ftdi
|
2010-07-18 16:31:42 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
34364df689
|
usbserial basic support. Works in qemu
|
2010-07-18 12:53:35 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a17b90f0ec
|
Support USB device drivers autoloading
|
2010-07-17 03:58:23 +02:00 |
|
starous
|
1b43dba911
|
USB hot-plugging
|
2010-07-08 22:54:35 +02:00 |
|
starous
|
12cd7239d9
|
Faster OHCI, USB hub support, UHCI portstatus corr.
|
2010-06-21 21:12:20 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
f5db3949e7
|
Some hotplug support (buggy)
|
2010-06-02 21:54:51 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
440ab68551
|
Restructure usbms as a preparation for hotplug
|
2010-06-02 19:52:17 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
5d538b8b4a
|
Use memset
|
2010-06-02 16:49:22 +02:00 |
|
Aleš Nesrsta
|
778ff32476
|
Fix a bunch of problems with USB.
|
2010-05-31 14:11:41 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
1d3c6f1de7
|
Manually reimported XNU branch
|
2009-11-09 18:43:53 +01:00 |
|
fzielcke
|
b39f9d20a9
|
remove all trailing whitespace
|
2009-06-10 21:04:23 +00:00 |
|
robertmh
|
d64399b562
|
2009-02-08 Marco Gerards <marco@gnu.org>
* Makefile.in (enable_grub_emu_usb): New variable.
* conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/scsi.c'.
(grub_emu_SOURCES) [grub_emu_SOURCES]: Add `disk/usbms.c',
`util/usb.c', `bus/usb/usb.c' and `commands/usbtest.c'.
(grub_emu_LDFLAGS): Add `$(LIBUSB)'.
(pkglib_MODULES): Add `usb.mod', `uhci.mod', `ohci.mod',
`usbtest.mod' and `usbms.mod'.
(usb_mod_SOURCES, usb_mod_CFLAGS, usb_mod_LDFLAGS)
(usbtest_mod_SOURCES, usbtest_mod_CFLAGS, usbtest_mod_LDFLAGS)
(uhci_mod_SOURCES, uhci_mod_CFLAGS, uhci_mod_LDFLAGS,
(ohci_mod_SOURCES, ohci_mod_CFLAGS, ohci_mod_LDFLAGS)
(usbms_mod_SOURCES, usbms_mod_CFLAGS, usbms_mod_LDFLAGS): New
variables.
* disk/usbms.c: New file.
* include/grub/usb.h: Likewise.
* include/grub/usbtrans.h: Likewise.
* include/grub/usbdesc.h: Likewise.
* bus/usb/usbtrans.c: Likewise.
* bus/usb/ohci.c: Likewise.
* bus/usb/uhci.c: Likewise.
* bus/usb/usbhub.c: Likewise.
* bus/usb/usb.c: Likewise.
* commands/usbtest.c: Likewise.
* util/usb.c: Likewise.
* include/grub/err.h (grub_err_t): Add `GRUB_ERR_IO'.
* configure.ac: Test for libusb presence.
* util/grub-emu.c (main) [HAVE_LIBUSB_H]: Call `grub_libusb_init'.
|
2009-02-08 17:58:32 +00:00 |
|