Date: Sun, 1 May 2005 11:19:26 +0900 From: Alain Volmat Subject: [nanogui] Source tree cleanup (2) (src/drivers) Greg, I still continue trying to make the source tree a bit more clear. Please let me know if you are against that so that I don't do that for nothing. This time, the drivers. Basically it contains keyboard, mouse, video (FB and others) and so others stuffs. For now I only do mouse and keyboards. I added a 2 news folders (mouse and keyb). (I don't send a patch for that since it is only moving files). Files to move from src/drivers to src/drivers/mouse (hope I didn't missed any) mou_dos.c mou_dynapro.c mou_fbsd.c mou_gpm.c mou_harrier.c mou_mt.c mou_null.c mou_ps5.c mou_rtems.c mou_ser.c mou_sun.c mou_touchscreen.c mou_x11.c mou_yopy.c touchscreen_ads7846.h touchscreen_ads.h touchscreen_ipaq.h touchscreen_ucb1x00.h touchscreen_zaurus.h Files to move from src/drivers to src/drivers/keyb kbd_bios.c kbd_djgr.c kbd_fbsd.c kbd_ipaq.c kbd_lirc.c kbd_null.c kbd_pac.c kbd_pipe.c kbd_rtems.c kbd_tc.c kbd_tty.c kbd_ttyscan.c kbd_x11.c keymap_standard.h keymap_zaurus.h mwlirc.c mwlirc.h I modified Objects.rules to match those modifications. (I don't think adding a new level of "Makefile/Objects.rules" is necessary). The attached file 'patch_keyb_mouse' contains modifications. Alain filename=patch_keyb_mouse