diff options
| author | Jeremy Katz <katzj@redhat.com> | 2007-05-02 21:19:47 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2007-05-02 21:19:47 +0000 |
| commit | ca3be2d4da60c5678bfbd69019f61b39dc9542bd (patch) | |
| tree | 4ce26d99f2ff86e446b1996004748f26d9254e71 /scripts | |
| parent | 343307e62bbdc34b9071912538ee89d5ca63a712 (diff) | |
2007-05-02 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images (USBMODS): Add appletouch so we load it as
needed (#238355)
* loader2/usb.c (usbInitializeMouse): Load appletouch
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 495ce4c02..9dcd9b50d 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -39,7 +39,7 @@ TOPDIR=$(cd $TOPDIR; pwd) # modules that are needed. this is the generic "needed for every arch" stuff COMMONMODS="fat vfat nfs sunrpc lockd floppy cramfs loop edd pcspkr squashfs ipv6" -USBMODS="ohci-hcd uhci-hcd ehci-hcd hid mousedev usb-storage sd_mod sr_mod ub" +USBMODS="ohci-hcd uhci-hcd ehci-hcd hid mousedev usb-storage sd_mod sr_mod ub appletouch" FIREWIREMODS="ieee1394 ohci1394 sbp2 fw-core fw-ohci fw-sbp2" IDEMODS="ide-cd" SCSIMODS="sr_mod sg st sd_mod scsi_mod iscsi_tcp" |
