source: mainline/.bzrignore@ f2ba5d9f

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since f2ba5d9f was 3ae93a8, checked in by Vojtech Horky <vojtechhorky@…>, 15 years ago

Add USB multi interface device driver

Incomplete implementation of a pseudo-bus driver that spawns children
devices for each interface in multi interface device.

WARNING: does not work as the child device does not learn its USB address.

  • Property mode set to 100644
File size: 3.2 KB
Line 
1# user makefile for local targets
2Makefile.local
3
4# generated files (misc)
5Makefile.depend
6*.prev
7*.map
8*.disasm
9_link.ld
10./*.iso
11
12./Makefile.common
13./Makefile.config
14./common.h
15./config.h
16./autotool/
17./image.iso
18./boot/distroot/
19./boot/initrd.fs
20./boot/initrd.img
21./kernel/kernel.bin
22./kernel/kernel.dump
23./kernel/kernel.raw
24./kernel/generic/src/debug/real_map.bin
25
26./kernel/arch/ia32/include/common.h
27./kernel/arch/amd64/include/common.h
28./kernel/generic/include/arch
29./kernel/generic/include/genarch
30./uspace/lib/c/arch/amd64/include/common.h
31./uspace/lib/c/arch/ia32/include/common.h
32./uspace/lib/c/include/arch
33./uspace/lib/c/include/kernel
34./uspace/lib/c/include/libarch
35
36
37
38
39
40
41# generated files (executables)
42./uspace/app/bdsh/bdsh
43./uspace/app/edit/edit
44./uspace/app/getterm/getterm
45./uspace/app/init/init
46./uspace/app/kill/kill
47./uspace/app/killall/killall
48./uspace/app/klog/klog
49./uspace/app/mkfat/mkfat
50./uspace/app/netstart/netstart
51./uspace/app/netecho/netecho
52./uspace/app/nettest1/nettest1
53./uspace/app/nettest2/nettest2
54./uspace/app/ping/ping
55./uspace/app/redir/redir
56./uspace/app/sysinfo/sysinfo
57./uspace/app/sbi/sbi
58./uspace/app/stats/stats
59./uspace/app/taskdump/taskdump
60./uspace/app/tasks/tasks
61./uspace/app/tester/tester
62./uspace/app/test_serial/test_serial
63./uspace/app/tetris/tetris
64./uspace/app/top/top
65./uspace/app/trace/trace
66./uspace/app/usb/usb
67./uspace/app/usbinfo/usbinfo
68./uspace/app/virtusbkbd/vuk
69./uspace/app/virtusbhub/vuh
70./uspace/app/virtusbhub/vhc_hub/*
71./uspace/app/websrv/websrv
72./uspace/dist/app/*
73./uspace/dist/cfg/net/general
74./uspace/dist/cfg/net/lo
75./uspace/dist/cfg/net/ne2k
76./uspace/dist/drv/*
77./uspace/dist/srv/*
78./uspace/drv/root/root
79./uspace/drv/isa/isa
80./uspace/drv/ns8250/ns8250
81./uspace/drv/pciintel/pciintel
82./uspace/drv/rootpc/rootpc
83./uspace/drv/rootvirt/rootvirt
84./uspace/drv/test1/test1
85./uspace/drv/test2/test2
86./uspace/drv/uhci-hcd/uhci-hcd
87./uspace/drv/uhci-rhd/uhci-rhd
88./uspace/drv/usbhub/usbhub
89./uspace/drv/usbhid/usbhid
90./uspace/drv/usbmid/usbmid
91./uspace/drv/vhc/vhc
92./uspace/srv/bd/ata_bd/ata_bd
93./uspace/srv/bd/file_bd/file_bd
94./uspace/srv/bd/gxe_bd/gxe_bd
95./uspace/srv/bd/part/guid_part/g_part
96./uspace/srv/bd/part/mbr_part/mbr_part
97./uspace/srv/bd/rd/rd
98./uspace/srv/clip/clip
99./uspace/srv/devman/devman
100./uspace/srv/devmap/devmap
101./uspace/srv/fs/devfs/devfs
102./uspace/srv/fs/fat/fat
103./uspace/srv/fs/tmpfs/tmpfs
104./uspace/srv/hid/adb_mouse/adb_ms
105./uspace/srv/hid/char_mouse/char_ms
106./uspace/srv/hid/console/console
107./uspace/srv/hid/fb/fb
108./uspace/srv/hid/kbd/kbd
109./uspace/srv/hid/s3c24xx_ts/s3c24ts
110./uspace/srv/hw/bus/pci/pci
111./uspace/srv/hw/char/i8042/i8042
112./uspace/srv/hw/char/s3c24xx_uart/s3c24ser
113./uspace/srv/hw/irc/apic/apic
114./uspace/srv/hw/irc/i8259/i8259
115./uspace/srv/hw/netif/ne2000/dp8390
116./uspace/srv/hw/netif/ne2000/ne2000
117./uspace/srv/loader/loader
118./uspace/srv/net/cfg/lo
119./uspace/srv/net/cfg/ne2k
120./uspace/srv/net/il/arp/arp
121./uspace/srv/net/il/ip/ip
122./uspace/srv/net/net/net
123./uspace/srv/net/netif/lo/lo
124./uspace/srv/net/netstart/netstart
125./uspace/srv/net/nil/eth/eth
126./uspace/srv/net/nil/nildummy/nildummy
127./uspace/srv/net/tl/icmp/icmp
128./uspace/srv/net/tl/tcp/tcp
129./uspace/srv/net/tl/udp/udp
130./uspace/srv/ns/ns
131./uspace/srv/taskmon/taskmon
132./uspace/srv/vfs/vfs
133
134# IDE files
135.cproject
136.project
Note: See TracBrowser for help on using the repository browser.