summaryrefslogtreecommitdiffstats
path: root/loader2/usb.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete hardware code.Bill Nottingham2007-12-191-149/+0
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+16
|
* Probe for USB on more busses (dwmw2 AT infraded DOT org, #401821).Chris Lumens2007-11-271-1/+1
|
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
|
* 2007-05-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-021-1/+1
| | | | | | * scripts/mk-images (USBMODS): Add appletouch so we load it as needed (#238355) * loader2/usb.c (usbInitializeMouse): Load appletouch
* Reapply dwmw2's PS3 probing patches and update to require appropriate kudzu.Paul Nasrat2007-04-181-1/+1
|
* Back out PS3 patch for now since support's not yet present in kudzu.Chris Lumens2007-04-171-1/+1
|
* Probe PS3 bus for hardware (#236480, dwmw2 AT redhat.com).Chris Lumens2007-04-161-1/+1
|
* - make ks.cfg on usb-storage actually workPeter Jones2006-06-201-1/+1
|
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-8/+9
| | | | to it) all over the place.
* 2006-05-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-161-3/+1
| | | | | * loader2/usb.c (usbInitializeMouse): Better mousedev looking, less verbose in the case of, eg, built-in (#191814)
* 2005-12-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-121-12/+9
| | | | | | | | * loader2/loader.c: Temporary handling of 'ub' command line flag to say to try ub instead of usb-storage. * loader2/loader.h: Add ub flag definition. * loader2/usb.c (usbInitialize): Load usb-storage/ub if there is something which looks relevant
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-3/+3
| | | | | | | | | | | | | | | | | | | * loader2/driverdisk.c: Clean up log levels. * loader2/firewire.c: Likewise. * loader2/hardware.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/lang.c: Likewise. * loader2/loader.c: Likewise. * loader2/log.h: Likewise. * loader2/mediacheck.c: Likewise. * loader2/method.c: Likewise. * loader2/modstubs.c: Likewise. * loader2/modules.c: Likewise. * loader2/net.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/urls.c: Likewise. * loader2/usb.c: Likewise.
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-3/+1
| | | | * anaconda.spec: Bump version.
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-151-2/+1
| | | | | | | | | | | | | | | | * isys/imount.c (doPwMount): Make arguments for doPwMount simpler. Use a bitmask of flags and pass extra data like mount(2). Use flags for nfs and pass arguments onto nfsmount(). Kill some dead code. * isys/imount.c (doPwMount): Update prototype, add constants. * isys/isys.c (doMount): Update for new API. * loader2/cdinstall.c: Likewise. * loader2/driverdisk.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/loader.c: Likewise. * loader2/method.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/usb.c: Likewise.
* * loader2/firewire.c: Handle 'NULL' in device->driver.Bill Nottingham2005-09-151-1/+2
| | | | | | * loader2/hardware.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/usb.c: Likewise.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-9/+9
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* lots of probe_all nukingJeremy Katz2004-03-041-1/+1
|
* usbfs and not usbdevfs nowJeremy Katz2003-12-011-2/+2
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-1/+1
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* rest of remount tweaksMike Fulbright2003-05-011-1/+1
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+1
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-1/+1
| | | | | | | | basically, create a new filesystem type and device which get used and add a keyword parameter for mounting the diff looks large, but most of it is adjusting callers of doPwMount in the loader
* umm, how did that ever work anywhereJeremy Katz2003-01-211-1/+2
|
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
|
* only load usb-storage if we have any devices that need it. this willJeremy Katz2003-01-091-2/+17
| | | | | speed up installs on systems with scsi but not usb-storage devices once the hacks to remove the module come back
* leak fixJeremy Katz2003-01-081-0/+2
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+129
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd